<!--

	function setAreaColor(area){
		if (area=="concept") Klassenname = "layottopbottom1";
		if (area=="examples") Klassenname = "layottopbottom2";
		if (area=="catalog") Klassenname = "layottopbottom3";
		if (area=="sculptures") Klassenname = "layottopbottom4";
		if (area=="sculpture_details") Klassenname = "layottopbottom4";
		if (area=="members") Klassenname = "layottopbottom5";
		if (area=="international") Klassenname = "layottopbottom6";
		if (area=="contact") Klassenname = "layottopbottom7";
		if (area=="infos") Klassenname = "layottopbottom8";
		if (area=="home") Klassenname = "layottopbottom9";
		//Standard-Farbe setzen
		document.getElementById('pagetop').className = Klassenname;
		document.getElementById('pageborderbottom').className = Klassenname;
		document.getElementById('topcountrylink1').className = Klassenname+" topcountry";
		document.getElementById('topcountrylink2').className = Klassenname+" topcountry";
		document.getElementById('topcountrylink3').className = Klassenname+" topcountry";
		document.getElementById('topcountrylink4').className = Klassenname+" topcountry";
		document.getElementById('topcountrylink5').className = Klassenname+" topcountry";
		document.getElementById('topcountrylink6').className = Klassenname+" topcountry";
		document.getElementById('topcountrylink7').className = Klassenname+" topcountry";
	};


function setImage(img_id,img_file){
  document.getElementById(img_id).src = img_file;
};


function MM_openBrWindow(theURL,winName,features) { //v2.0
  f1 = window.open(theURL,winName,features);
  f1.focus();
};

function MM_openNewWindow(theURL,wwidth,wheight) { //v2.0
  wleft = (screen.width-wwidth)/2;
  wtop = (screen.height-wheight)/2 - 200;
  f1 = window.open(theURL,"window","scrollbars=yes,"+"left="+wleft+",top="+wtop+",width="+wwidth+",height="+wheight);
  f1.focus();
};

function openVitaWindow(theURL) { //v2.0
  wwidth = 800;
  wheight = screen.height - 100;
  wleft = (screen.width-wwidth)/2;
  wtop = 10;
  fVita = window.open(theURL,"window","scrollbars=yes,menubar=yes,resizable=yes,"+"left="+wleft+",top="+wtop+",width="+wwidth+",height="+wheight);
  fVita.focus();
};

-->
