if((navigator.appName.indexOf("Explorer") >= 0))
{
  document.writeln('<link rel=stylesheet href="script/style.css" type="text/css">');
  //alert('<link rel=stylesheet href="style.css" type="text/css">');
}
else if((navigator.appName.indexOf("Opera") >= 0))
{
  document.writeln('<link rel=stylesheet href="script/style.css" type="text/css">');
}
else if((navigator.appName.indexOf("Mozilla") >= 0))
{
  document.writeln('<link rel=stylesheet href="script/moz.css" type ="text/css">');
}
else if((navigator.appName.indexOf("Netscape") >= 0))
{
  document.writeln('<link rel=stylesheet href="script/moz.css" type ="text/css">'); 
}
else if((navigator.appName.indexOf("Konqueror") >= 0))
{
  document.writeln('<link rel=stylesheet href="script/moz.css" type ="text/css">');  
}
else
{
  document.writeln('<link rel=stylesheet href="script/moz.css" type="text/css">');
 //document.writeln('<link rel=stylesheet href="script/moz.css" type ="text/css">');  
  alert("Diese Seite funktioniert nur mit neuesten Browsern");
}

function acdownload ()
 {
	var win;
	win=window.open("acrobat.html", "Text", "height=419,width=600,left=100,top=100,resizable=yes");
		
	}
	
function angebot ()
 {
	var win;
	win=window.open("angebot.html", "Text", "height=550,width=700,left=100,top=100,resizable=yes");
		
	}

	
function jobs ()
 {
	var win;
	win=window.open("jobs.html", "Text", "height=600,width=750,left=80,top=80,resizable=yes");
		
	}






