<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Kardex Menü</title>
<style type="text/css">
<!--
div
{
font-size: 10px;
font-weight: bold;
font-family: Arial, helvetica;
font-color: #698aea;
a-link: #698AEA;
v-link: #698AEA;
text-decoration: none;
}
-->
</style>
<script type="text/javascript">
var subs=new Array('sub1','sub2','sub3');
var zeit='';
function tmeout()
{
zeit=setTimeout('hideall()',100);
}
function hideall()
{
for(x=0; x<subs.length;x++)
{
document.getElementById(subs[x]).style.visibility='hidden';
}
}
function display(ele)
{
clearTimeout(zeit);
for(x=0; x<subs.length;x++)
{
if(subs[x]!=ele)
{
document.getElementById(subs[x]).style.visibility='hidden';
}
}
document.getElementById(ele).style.visibility='visible';
}
</script>
</head>
<body>
<div style="width: 100%; float: none;">
<div onmouseout="tmeout();" style="float: left;"><a href="home.html"><img src="images/home.gif" alt="" border="0"/></a></div>
<div style="text-align: center;float: left;"><img src="images/spacer.gif" alt=""/></div>
<div onmouseover="display('sub1');" onmouseout="tmeout();" style="float: left;"><a href="home.html"><img src="images/about.gif" alt="" border="0"/></a></div>
<div style="text-align: center;float: left;"><img src="images/spacer.gif" alt=""/></div>
<div onmouseover="display('sub2');" onmouseout="tmeout();" style="float: left;"><a href="home.html"><img src="images/products.gif" alt="" border="0"/></a></div>
<div style="text-align: center;float: left;"><img src="images/spacer.gif" alt=""/></div>
<div onmouseout="tmeout();" style="float: left;"><a href="home.html"><img src="images/reports.gif" alt="" border="0"/></a></div>
<div style="text-align: center;float: left;"><img src="images/spacer.gif" alt=""/></div>
<div onmouseout="tmeout();" style="float: left;"><a href="home.html"><img src="images/news.gif" alt="" border="0"/></a></div>
<div style="text-align: center;float: left;"><img src="images/spacer.gif" alt=""/></div>
<div onmouseover="display('sub3');" onmouseout="tmeout();" style="float: left;"><a href="home.html"><img src="images/contact.gif" alt="" border="0"/></a></div>
</div>
<div style="width: 100%; float: left;">
<div style="float: left; width: 126px; visibility: hidden; margin-left:129px; border: 1px solid #D5D8DF" id="sub1" onmouseover="clearTimeout(zeit);" onmouseout="tmeout();" onclick="display('h','sub1')">
<a href="http://www.moschke.info"><img src="images/konzern.gif" onmouseover="this.src='images/konzern_sel.gif'" onmouseout="this.src='images/konzern.gif'" alt="" border="0"/></a>
<a href="http://www.hornecker.info"><img src="images/warum.gif" onmouseover="this.src='images/warum_sel.gif'" onmouseout="this.src='images/warum.gif'" alt="" border="0"/></a>
<a href="http://www.hornecker.info"><img src="images/produktion.gif" onmouseover="this.src='images/produktion_sel.gif'" onmouseout="this.src='images/produktion.gif'" alt="" border="0"/></a>
<a href="http://www.hornecker.info"><img src="images/offene.gif" onmouseover="this.src='images/offene_sel.gif'" onmouseout="this.src='images/offene.gif'" alt="" border="0"/></a>
</div>
<div style="float: left; visibility: hidden; width: 126px; margin-left:1px; border: 1px solid #D5D8DF" id="sub2" onmouseover="clearTimeout(zeit);" onmouseout="tmeout();" onclick="display('h','sub1')">
<a href="http://www.hornecker.info"><img src="images/lager.gif" onmouseover="this.src='images/lager_sel.gif'" onmouseout="this.src='images/lager.gif'" alt="" border="0"/></a>
<a href="http://www.hornecker.info"><img src="images/office.gif" onmouseover="this.src='images/office_sel.gif'" onmouseout="this.src='images/office.gif'" alt="" border="0"/></a>
<a href="http://www.hornecker.info"><img src="images/kunden.gif" onmouseover="this.src='images/kunden_sel.gif'" onmouseout="this.src='images/kunden.gif'" alt="" border="0"/></a>
<a href="http://www.hornecker.info"><img src="images/produkt.gif" onmouseover="this.src='images/produkt_sel.gif'" onmouseout="this.src='images/produkt.gif'" alt="" border="0"/></a>
</div>
<div style="float: left; visibility: hidden; width: 126px; margin-left:256px; border: 1px solid #D5D8DF" id="sub3" onmouseover="clearTimeout(zeit);" onmouseout="tmeout();" onclick="display('h','sub1')">
<a href="http://www.hornecker.info"><img src="images/online.gif" onmouseover="this.src='images/online_sel.gif'" onmouseout="this.src='images/online.gif'" alt="" border="0"/></a>
<a href="http://www.hornecker.info"><img src="images/verkauf.gif" onmouseover="this.src='images/verkauf_sel.gif'" onmouseout="this.src='images/verkauf.gif'" alt="" border="0"/></a>
<a href="http://www.hornecker.info"><img src="images/kunden.gif" onmouseover="this.src='images/kunden_sel.gif'" onmouseout="this.src='images/kunden.gif'" alt="" border="0"/></a>
<a href="http://www.hornecker.info"><img src="images/kardex.gif" onmouseover="this.src='images/kardex_sel.gif'" onmouseout="this.src='images/kardex.gif'" alt="" border="0"/></a>
</div>
</div>
<div>test</div>
</body>
</html>