function openImpressum(){
	newWindow = window.open("_contents/impressum.html","impressum","scrollbars=yes,menubar=no,resizable=no,width=500,height=400");
	newWindow.focus();
}

function openChat(){
	newWindow = window.open("/chat/chat.php","chat","scrollbars=yes,menubar=no,resizable=yes,width=520,height=400");
	newWindow.focus();
}

function subscribe2newsletter(myEmail){
	alert(myEmail);
	return false;
}
function changeContent(myContent, myImage){
	if(document.getElementById('content') != null){
		document.getElementById('content').src = myContent;
	} else if(parent.document.getElementById('content') != null){
		parent.document.getElementById('content').src = myContent;
	} else if(parent.parent.document.getElementById('content') != null){
		parent.parent.document.getElementById('content').src = myContent;
	}
	//document.getElementById('polaroid').src = myImage;
	document.getElementById('pageBg').style.backgroundImage = 'url('+myImage+')';
	myImage = myImage.replace(/\.jpg/gi,"_inner.jpg");
	document.getElementById('page').style.backgroundImage = 'url('+myImage+')';
}
function detectParent(myParent){
	if(parent.document.getElementById(myParent) == null){
		//alert("äusserer frame nicht geladen");
		//window.location.href = "/dev/_rosenstolz/TEMPLATE/index.html";
	}
}

function openText(name)
		{
			newWindow = window.open(name,"text","scrollbars=yes,menubar=no,resizable=no,width=400,height=440");
		}
		


function openBigPicture(name)
		{
			newWindow = window.open(name,"text","scrollbars=yes,menubar=no,resizable=no,width=305,height=200");
		}
		
function openBigPicture2(name)
		{
			newWindow = window.open(name,"text","scrollbars=yes,menubar=no,resizable=no,width=220,height=220");
		}
		
function openBigPictureHochkant(name)
		{
			newWindow = window.open(name,"text","scrollbars=yes,menubar=no,resizable=no,width=200,height=320");
		}
		
function openBigPicture3(name)
		{
			newWindow = window.open(name,"text","scrollbars=yes,menubar=no,resizable=no,width=766,height=575");
		}
function openBigPicture4(name)
		{
			newWindow = window.open(name,"text","scrollbars=yes,menubar=no,resizable=no,width=350,height=350");
		}
		
		
		

		
		
