document.write("<LINK REL='stylesheet' TYPE='text/css' HREF='../common/data/default.css'>");

function change(x,y)
{
        document.images[x].src = eval(y).src;
}

function ChangeW3Cbg(obj, Color)
{
  if (!document.getElementById) return;
	obj.style.backgroundColor = Color
}

function mpaLink(url, target) {
    window.open(url, (target!="")? target:"_self");
}

	function neuergolf() {
		alert("Use central hosted URL");
		}
		
function showbigImage(imagepath) {
			var winProperties = "toolbar=no,location=no,directories=no,status=no,copyhistory=no,width=200,height=100,resizable=yes,left=5,top=5";
			var url = "../common/showpopupimage.html?imageurl=" + imagepath;
			window.open(url,'big',winProperties);
		}
		
		
//info popup-fenster		
function info(trgt,pwidth,pheight,scroll)
{
  {
  if(navigator.appName=="MSIE"&&navigator.platform=="MacPPC")
  {
    pheight-=15;pwidth-=15;
  }   
  eval("window.open('"+trgt+"','Volkswagen','width="+pwidth+",height="+pheight+",scrollbars="+scroll+",resizable=no,left=5,top=5');");
  }
}
