<!--
	function setAreaColor(area){
		if (area=="concept") Klassenname = "layottopbottom1";
		if (area=="company") Klassenname = "layottopbottom2";
		if (area=="artist") Klassenname = "layottopbottom3";
		if (area=="links") Klassenname = "layottopbottom4";
		if (area=="press") Klassenname = "layottopbottom5";
		if (area=="news") Klassenname = "layottopbottom5";
		if (area=="specials") Klassenname = "layottopbottom6";
		if (area=="contact") Klassenname = "layottopbottom7";
		if (area=="home") Klassenname = "layottopbottom8";
		//Standard-Farbe setzen
		if (document.getElementById('pagetop')) document.getElementById('pagetop').className = Klassenname;
		if (document.getElementById('pageborderbottom')) document.getElementById('pageborderbottom').className = Klassenname;
		if (document.getElementById('topcountrylink1')) document.getElementById('topcountrylink1').className = Klassenname+" topcountry";
		if (document.getElementById('topcountrylink2')) document.getElementById('topcountrylink2').className = Klassenname+" topcountry";
		if (document.getElementById('topcountrylink3')) document.getElementById('topcountrylink3').className = Klassenname+" topcountry";
		if (document.getElementById('topcountrylink4')) document.getElementById('topcountrylink4').className = Klassenname+" topcountry";
		if (document.getElementById('topcountrylink5')) document.getElementById('topcountrylink5').className = Klassenname+" topcountry";
		if (document.getElementById('topcountrylink6')) document.getElementById('topcountrylink6').className = Klassenname+" topcountry";
		if (document.getElementById('topcountrylink7')) document.getElementById('topcountrylink7').className = Klassenname+" topcountry";
	};
	
	function open_news()
	{
		url = "http://www.littlevangogh.com/news/news.php";
		wwidth = 860;
		wheight = 625;
 		wleft = (screen.width-wwidth)/2;
		wtop = 10;
		fNews = window.open(url,"newswindow","scrollbars=no,menubar=no,resizable=yes,"+"left="+wleft+",top="+wtop+",width="+wwidth+",height="+wheight);
		fNews.focus();
	};
	
	
-->