
document.writeln('<div id="div_darstellung">');
//document.writeln('<form name="formdarstellung id=""formdarstellung" action="#" method="get" onSubmit="JavaScript:change_darstellung();return false;" />');
document.writeln('<span id="tx_darstellung">Darstellung</span>');
document.writeln('&nbsp;<select id = "sel_darstellung" onChange="JavaScript:change_darstellung();">'); 
document.writeln('<!--<option value="0" selected="selected">Standard</option>-->');
document.writeln('<!--<option value="1">Vereinfacht</option>-->');
document.writeln('<option value="standard">Standard</option>');
document.writeln('<option value="kontrast">Kontrast</option>');
document.writeln('<option value="vereinfacht">Vereinfacht</option>');
document.writeln('</select>');
//document.writeln('&nbsp;<input type="submit" id="setdarstellung" value="OK" />');
document.writeln('<br /><br />');
//document.writeln('</form>');
document.writeln('</div>');


//alert("Testing " + disableStyle);

//alert("Testing " + title);

if (title != null)
	{
	if (title != "vereinfacht")
	    {	
	    setActiveStyleSheet(title);
	    }
	else
	    {
	    disableStyleSheets(true);
	    cookieManager.setCookie("style", "vereinfacht", 365);
	    }	
	}
else
	{
	setActiveStyleSheet("standard");

	}
set_darstellung(title);

//set_darstellung(disableStyle);
//disableStyleSheets(disableStyle);
