
function winopen(URL)
	{
	xSize=screen.Width
	ySize=screen.Height
	posLeft=(xSize/2)-130
	posTop=(ySize/2)-100
	weltWin=window.open(URL,"Impressionen","toolbar=no,scrollbars=no,location=no,directories=no,width=260,height=200,left=");
	weltWin.window.focus();
	weltWin.moveTo(posLeft,posTop)
	}

function setFlashVar(text)
	{
	//if (document['menu'].PercentLoaded() == 100)
		//{
		//document['menu'].SetVariable("clicker$",text); 
		//document['menu'].GotoFrame(9) 
		//}
	}

function tellme()
	{ 
alert('Sorry not available yet... coming really soon!! Please check back. Take a look at the german site for now ') }

function win1 (pano)
{

 window.open(pano,"Panorama","width=622,height=420,Left=100,Top=100,resizable=yes, status=no");
}