var F1;

function dopopup(url, name, nwidth, nheight, scrollbars) 
{
	F1=open(url,name,"left="+(screen.width-nwidth)/2+",top="+(screen.height-nheight)/2+",width="+nwidth+", height="+nheight+", menubar=no, locationbar=no, scrollbars="+scrollbars+", resizable=no, status=no")
	F1.focus();
}	

/*function buchungsformular(url) 
{	dopopup(url,"buchungsformular",720,700, "yes");}
*/
function buchungsformular(objekt,pd) 
{	dopopup('/buchung.php?objektid='+objekt+'&realbuchen=1&partner='+pd,"buchungsformular",680,730, "yes");}

function anfrageformular(objekt,pd) 
{	dopopup('/buchung.php?objektid='+objekt+'&realbuchen=0&partner='+pd,"anfrageformular",640,750, "yes");}

function fotopopup(objekt, pt) 
{	dopopup("/"+pt+".fotos.php?objektid="+objekt,"fotos",430,400, "yes");}


function ifotos(objekt) 
{	fotopopup(objekt, "i");  }

function pfotos(objekt) 
{	fotopopup(objekt, "p");  }

function paypal(vid) 
{	dopopup("/paypal/paypal_start.php?vid=" + vid,"paypal",850,550, "yes");}

function rechnungspopup(rid) 
{	dopopup("/vermieter/rechnungspopup.php?rid="+rid,"rechnung",700,550, "yes");}
