var INCOMPATIBLE = document.all
var OP = (navigator.userAgent.indexOf('Opera') != -1);

function loadMenuChoice(bodyURL,headerURL,reset)
{
	top.main.location.replace(bodyURL);
	top.header.location.replace(headerURL);

	if (reset == 1)
		top.menu.location.replace("GPLmenu.htm");
	else if (reset == 2)
		top.menu.location.replace("GPLmenumycars.htm");
}

function linkto(text,logga)
{
	if (!INCOMPATIBLE || OP)
		top.logo.document.logotyp.src=top.logos[logga].src;
		
	if (navigator.appVersion.indexOf('MSIE 5')!=-1)
		window.setTimeout('window.status="'+unescape(text)+'"',1);
	else
		window.status=unescape(text);

	return true;
}

function resetlink()
{
	if (!INCOMPATIBLE || OP)
		top.logo.document.logotyp.src=top.logos["logo"].src;
		
	if (navigator.appVersion.indexOf('MSIE 5')!=-1)
		window.setTimeout('window.status="'+window.defaultStatus+'"',1);
	else
		window.status=window.defaultStatus;

	return true;
}

function openWindow(titel,imagesrc,width,height)
{
	var how="toolbar=no,location=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=no,left=20,top=20,ScreenX=20,ScreenY=20,height="+height+",width="+width;

	alert(how);
	
	aWin=window.open("","aWin",how);		
	aWin.focus();

	if (aWin!=null)
	{
		with (aWin.document)
		{
			open();
			write('<HTML><HEAD><TITLE>'+titel+'</TITLE><BODY background="'+imagesrc+'"></BODY></HTML>');
			close();
		}
	}
}
