
if (screen.height >= 768) {
	document.write("<table width=\"160\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.write("<tr><td width=\"10\"><img src=\"/home/pfeil_s.gif\" name=\"pfeil100\" width=\"10\" height=\"16\" id=\"pfeil100\"></td>");
	document.write("<td align=\"left\"><a href=\"/technik/index.php\" onMouseOver=\"MM_swapImage('pfeil100','',pfeilhover,1)\" onMouseOut=\"MM_swapImgRestore()\"");
	var ort = document.location.toString();
	if(ort.slice(ort.length-18,ort.length) == "/technik/index.php") {
		document.write(" class=\"aktiv\"><span class=\"aktiv\">MEIN LAYOUT");
	} else {
		document.write(" class=\"inaktiv\"><span class=\"inaktiv\">MEIN LAYOUT");
	}
	document.write("</span></a></td>");
	document.write("</tr></table>"); 
}
