var isnn,isie
if(navigator.appName=='Microsoft Internet Explorer') //check the browser
{  isie=true }

if(navigator.appName=='Netscape')
{  isnn=true }

function beam(url,breite,hoehe)
	{
	resolution = "width="+breite+",height="+hoehe;
	grafx = window.open("fashionmain.html","FashionteamEthofer",resolution);
	grafx.resizeTo(breite+10,hoehe+28);
	grafx.moveTo((screen.width-breite)/2,(screen.height-hoehe)/2);
	if(parseInt(navigator.appVersion)>=4) { grafx.window.focus(); }
}

function disc(url,breite,hoehe)
	{
	resolution = "width="+breite+",height="+hoehe;
	grafx = window.open("discmain.html","Disclaimer",resolution);
	grafx.resizeTo(breite+10,hoehe+28);
	grafx.moveTo((screen.width-breite)/2,(screen.height-hoehe)/2);
	if(parseInt(navigator.appVersion)>=4) { grafx.window.focus(); }
}

function autoload(url,breite,hoehe)
	{
	resolution = "width="+breite+",height="+hoehe;
	grafx = window.open("index2.html","Index",resolution);
	if(parseInt(navigator.appVersion)>=4) { grafx.window.focus(); }
	if(navigator.appName=='Netscape') { window.self.close(); }
}

function preload(url,breite,hoehe)
	{
	resolution = "width="+breite+",height="+hoehe;
	grafx = window.open("fashionmain.html","FashionteamEthofer",resolution);
	grafx.resizeTo(breite+10,hoehe+28);
	grafx.moveTo((screen.width-breite)/2,(screen.height-hoehe)/2);
	if(parseInt(navigator.appVersion)>=4) { grafx.window.focus(); }
	if(navigator.appName=='Netscape') { window.self.close(); }
}

