



function guestopen()
{

	var url = "html/scrambledx_guest.php";
	
	window.open(url,"Gaestebuch","width=620,height=720,left=0,top=10,status=no,toolbar=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=yes").focus();
}
function hinweis()
{

	var url = "html/beilage/scrambledx_hinweis.html";
	
	window.open(url,"Gaestebuch","width=590,height=400,left=0,top=100,status=no,toolbar=no,menubar=no,location=no,resizable=no,titlebar=no,scrollbars=yes").focus();
}


function showtxt()
{
	document.getElementById('ankuendigung').style.display = 'block';

}
function closepop()
{
	document.getElementById('ankuendigung').style.display = 'none';

}
function kontakt()
{

	var url = "html/scrambledx_kontakt.html";
	
	window.open(url,"Kontakt","width=400,height=300,left=0,top=100,status=no,toolbar=no,menubar=no,location=no,resizable=no,titlebar=no,scrollbars=yes").focus();
}
function fensteropen()
{

	var url = "http://www.radiox.de/node/474";
	
	window.open(url,"Gaestebuch","width=620,height=500,left=0,top=100,status=no,toolbar=no,menubar=no,location=no,resizable=yes,titlebar=yes,scrollbars=yes").focus();
}