function openVrWindow(url)
{
	url = "/property/vr.php?file="+url;
	vrwin = window.open(url,"vrwin","location=0,status=0,scrollbars=0,menubar=0,directories=0,width=360,height=300,left=150,top=100");
}


function PicWin (Adresse, b, h) {
	  MeinFenster = window.open(Adresse, "PicWin", "width="+b+",height="+h+",scrollbars=yes");
	  MeinFenster.focus();
}