
var tableStr = ''
  // tableStr += '<table cellspacing="0" cellpadding="0" width="704">'
tableStr += '<table cellspacing="0" cellpadding="0" width="100%">'

tableStr += '<tr><td height="1" class="bgaltrNavi"><img src="sub/1x1.gif" width="1" height="1" border="0" alt="spacer" title=""></td></tr>'

tableStr += '<tr><td height="17"  style="BACKGROUND-IMAGE: url(sub/shadow-nav-1.gif); BACKGROUND-REPEAT: repeat-x" ><img src="sub/1x1.gif" width="1" height="1" border="0" alt="spacer" title=""></td></tr>'
tableStr += '</table>'

if(ns4){
	document.writeln('<layer position="absolute" top="83px" left="165px" background-color="transparent" z-index="0" onmouseover="show(Math.floor(navRahmen/100)); status=\'\'; return true;"><img src="/sub/1x1.gif" width="594" height="15" border="0" alt="spacer" title=""></layer>');
	document.writeln('<layer position="absolute" top="98px" left="165px" background-color="transparent" z-index="0" onmouseover="show(Math.floor(navRahmen/100)); status=\'\'; return true;"><img src="sub/1x1.gif" width="2" height="50" border="0" alt="spacer" title=""></layer>');
	document.writeln('<layer position="absolute" top="148px" left="165px" background-color="transparent" z-index="0" onmouseover="show(Math.floor(navRahmen/100)); status=\'\'; return true;"><img src="sub/1x1.gif" width="594" height="15" border="0" alt="spacer" title=""></layer>');

	document.writeln('<layer position="absolute" top="122" left="7px" z-index:0">')
	document.writeln(tableStr)
	document.writeln('</layer>')
} else {
	document.writeln('<div style="position:absolute; top:83px; left:165px; background-color:transparent; z-index:0" onmouseover="show(Math.floor(navRahmen/100)); status=\'\'; return true;"><img src="sub/1x1.gif" width="694" height="15" border="0" alt="spacer" title=""></div>');
	document.writeln('<div style="position:absolute; top:98px; left:165px; background-color:transparent; z-index:0" onmouseover="show(Math.floor(navRahmen/100)); status=\'\'; return true;"><img src="sub/1x1.gif" width="2" height="50" border="0" alt="spacer" title=""></div>');
	document.writeln('<div style="position:absolute; top:148px; left:165px; background-color:transparent; z-index:0" onmouseover="show(Math.floor(navRahmen/100)); status=\'\'; return true;"><img src="sub/1x1.gif" width="594" height="15" border="0" alt="spacer" title=""></div>');

	document.writeln('<div id="naviBackground" style="position: absolute; top:124; left:167px; z-index:0">')
	document.writeln(tableStr)
	document.writeln('</div>')
}

navi = 0;


	ebene3 = false;

addMenuitem(100 , 0 , "HOME" , "window.location.href=\'index.html\'" , ""); 


addMenuitem(200 , 0 , "Solutions" , "" , ""); 
addMenuitem(210 , 200 , "Grid Computing" , "window.location.href=\'grid-computing.html'" , ""); 
addMenuitem(220 , 200 , "Grid Portal" , "window.location.href=\'grid-portal.html'" , ""); 
// addMenuitem(230 , 200 , "Linux / OSS" , "window.location.href=\'linux-open-source-software.html\'" , ""); 
addMenuitem(230 , 200 , "Linux Cluster" , "window.location.href=\'linux-compute-cluster.html\'" , ""); 
// addMenuitem(240 , 200 , "Running IT like a Business" , "window.location.href=\'running-it-like-a-business.html\'" , ""); 
addMenuitem(240 , 200 , "MS Project Viewer" , "window.location.href=\'/project-viewer/de/index.html\'" , ""); 
addMenuitem(250 , 200 , "VCollab" , "window.location.href=\'/VCollab/index.html\'" , ""); 


addMenuitem(300 , 0 , "Company" , "" , ""); 
// addMenuitem(310 , 300 , "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" , "window.location.href=\'altreia-solutions-company-background.html\'" , ""); 
addMenuitem(310 , 300 , "News" , "window.location.href=\'altreia-news.html\'" , ""); 
addMenuitem(320 , 300 , "Background" , "window.location.href=\'altreia-solutions-company-background.html\'" , ""); 
// addMenuitem(420 , 400 , "Vision" , "window.location.href=\'altreia-vision.html\'" , ""); 
// addMenuitem(430 , 400 , "Mission" , "window.location.href=\'altreia-mission.html\'" , ""); 
addMenuitem(330 , 300 , "Partners" , "window.location.href=\'altreia-partners.html\'" , ""); 
addMenuitem(340 , 300 , "Contact" , "window.location.href=\'altreia-contact.html\'" , ""); 


writeNav(navi);

if(navi==0){
	navRahmen = nav1Anzahl*100;
}
else{
	navRahmen = navi;
}

if(ebene3) linieLinks();

function linieLinks(){
	if(ns4){
		document.writeln('<layer position="absolute" top="123px" left="160px" z-index="99"><table cellpadding="0" cellspacing="0"><tr><td class="navi01"><img src="sub/1x1.gif" width="1" height="24" border="0" alt="spacer" title=""></td></tr></table></layer>');
	}
	else{
		document.writeln('<div class="navi01" style="position:absolute; top:125px; left:162px"><img src="sub/1x1.gif" width="1" height="24" border="0" alt="spacer" title=""></div>');
	}
}

