	this_location = document.location.toString();
	if(this_location.indexOf('file:///') != -1) {
	this_host = this_location.substring(this_location.indexOf('file:///') + 11);}
	else {this_host = this_location.substring(this_location.indexOf('http://') + 7);}
	
	this_subx = this_host.substring(this_host.indexOf('/')+1); this_subx.toLowerCase();
	LastSlash=this_subx.lastIndexOf ('/', this_subx.length-1); 
	this_file = this_subx.substring(LastSlash+1,this_subx.indexOf('.'));
	

var file1="index";		var txt1="Home";
var file2="beratung";	var txt2="PC-Beratung";
var file3="software";	var txt3="Software Beratung";
var filemax=4;

if(this_file =="") {this_file=file1;}

for (d = 1; d < filemax; d++) {
	var file=eval("file"+d); var txt=eval("txt"+d); 

	if(file==this_file) {var pic="images/menu"+d+"a.gif"; var onoff="";} 
	else {var pic="images/menu"+d+".gif";
	var onoff='onmouseover="on('+d+')" onmouseout="off('+d+')"';}
	var name="menu"+d;


document.write('<a href="'+file+'.htm" title="'+txt+'" '+onoff+'>');
document.write('<img src="'+pic+'" name="'+name+'" alt="'+txt+'" border=0 vspace=5></a><br><br>');
}


document.write('<div class=topad10>');
document.write('<b><span style="background-color:#000080;"><font color=ffffff>TELEFON-HOTLINE</font></span><br>');
document.write('<font color=000080>Montag-Freitag<br>14-24 Uhr</font></b><br>+43 2252 / 25 93 14<br>+43 676 / 300 4551<br></div><br>');

var txt="Hardware Einkauf - Professionelle PC-Beratung durch HFJ-Computermanagement";
document.write('<div class=topad10><a href="einkauf.htm" title="'+txt+'">');
document.write('<img src="images/hardware.gif" alt="'+txt+'" border=0></a><br></div><br>');





