function einsehen()

{	gb=window.open('gaestebuch.php','gb','width=762,height=600,menubar=no,scrollbars=yes,toolbar=no,location=no,status=no,resizable=yes');	

	gb.focus();

}

function loeschen()

{	document.gaestebuch["NAME"].value="";	

	document.gaestebuch["EMAIL"].value="";	

	document.gaestebuch["LAND"].value="";	

	document.gaestebuch["NACHRICHT"].value="";	

	document.gaestebuch["PIN"].value="";

}

function eintragen(url)

{	

	document.gaestebuch.action=url;	

	document.gaestebuch.submit();

}

function DownloadPicture(url)

{

	url = "img/"+url;

	bild=window.open(url,'BildAnzeige','width=620,height=414,menubar=no,scrollbars=no,toolbar=no,location=no,status=no,resizable=no');	

	bild.focus();

}

function DownloadPicture2(url,w,h)

{	

	w = w + 20;

	h = h  + 30;

	url = "bilder_frauenkirche_dresden/"+url;

	bild=window.open(url,'BildAnzeige','width=' + w + ',height=' + h + ',menubar=no,scrollbars=no,toolbar=no,location=no,status=no,resizable=no');	

	

	bild.focus();

}

function showWebCamLarge(url,w,h)

{	
	bild=window.open(url,'WebCam','width=' + w + ',height=' + h + ',menubar=no,scrollbars=no,toolbar=no,location=no,status=no,resizable=no');	
	bild.focus();

}

