<!--
/*  Globale Links  */
/*  Bei Linkänderungen beachten: Die Links auf der Index-Seite müssen dort geändert werden */

function globallink(adress, lang)
{
if(adress == 1){adress = "../index.htm";}
if(adress == 2){adress = "noadress"; ebox(lang);}
if(adress == 3){adress = "pro_news.htm";}
if(adress == 4){adress = "pro_presse.htm";}
if(adress == 5){adress = "pro_jobs.htm";}
if(adress == 6){adress = "pro_kontakt.htm";}
if(adress == 7){adress = "noadress";fun(lang);}

if(adress.substring(0, 3)== 'http')
	{
	win = window.open(''+adress+'','','toolbar=1,location=1,directories=1,status=1,scrollbars=1,resizable=1,width=790,height=580');
	}else 
		{
			if(adress != 'noadress'){		
			this.location.href = adress ;
		}
	}
}

function ebox(lang)
{
	x =((screen.width - 1000)/2);
	y = ((screen.height - 560)/2);
	win = window.open('../media/'+lang+'/pro_ebox.htm','','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,width=1000,height=560,left='+x+',top='+y);
	
}
function fun(lang)
{
	x =((screen.width - 500)/2);
	y = ((screen.height - 369)/2);
	win = window.open('../media/'+lang+'/pro_fun_bildschirmschoner.htm','','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,width=500,height=369,left='+x+',top='+y);
	
}
//-->