bgcolor='#80c0ff';
bgcolor2='#11496F';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:20"><DIV class=popper id=topdeck></DIV>');


zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[0][0] = '<A HREF="http://www.socrep.com" CLASS=ejsmenu><font color="FFFFFF"><b>Home page</b></font></A>';
zlien[1][0] = '<A HREF="/de/prasent/Uberuns/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Über uns</b></font></A>';
zlien[1][1] = '<A HREF="/de/prasent/Ansprechpartner/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Ansprechpartner</b></font></A>';
zlien[1][2] = '<A HREF="/de/prasent/Geschichte/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Geschichte</b></font></A>';
zlien[1][3] = '<A HREF="/de/prasent/Standort/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Standort</b></font></A>';
zlien[1][4] = '<A HREF="/de/prasent/UnsereKunden/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Unsere Kunden</b></font></A>';
zlien[1][5] = '<A HREF="/de/prasent/Maschinelle/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Machinelle Ausrüstung</b></font></A>';
zlien[2][0] = '<A HREF="/de/produkte/Ski/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Oberflächenmaterial für dir Ski und Snowboard Industrie</b></font></A>';
zlien[2][1] = '<A HREF="/de/produkte/TransportBander/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Transportbänder</b></font></A>';
zlien[2][2] = '<A HREF="/de/produkte/Medizinische/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Medizinische Hilfsmittel</b></font></A>';
zlien[2][3] = '<A HREF="/de/produkte/Verpackung/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Biologisch abbaubare Verpackung</b></font></A>';
zlien[2][4] = '<A HREF="/de/produkte/GebaudedTiefbau/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Gebäude-Tiefbau</b></font></A>';
zlien[2][5] = '<A HREF="/de/produkte/Textilien/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Textilien</b></font></A>';
zlien[3][0] = '<A HREF="/de/Kontakt/Anfragen/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Anfragen</b></font></A>';
zlien[4][0] = '<A HREF="/de/news/Veranstaltungen/index.html#top" CLASS=ejsmenu><font color="FFFFFF"><b>Veranstaltungen</b></font></A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 99;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=250><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=100 HEIGHT=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=200>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><font color="FFFFFF"><B>Begrüssung</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><font color="FFFFFF"><B>Präsentation</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],40)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><font color="FFFFFF"><B>Produkte</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><font color="FFFFFF"><B>Kontakt</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],80)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><font color="FFFFFF"><B>News</B></FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');
