function stylewechsel(elem, strFormat)
{
	elem.className=strFormat;
}

