
function launchPrivacy(){
	var privacy;
	l = screen.width/2-190
	t = screen.height/2-190
	terms=window.open("privacy_policy.php",'privacy','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,dependent=no,width=360,height=380,screenX=0,screenY=0,top='+t+',left='+l);
}

function launchPond(){
	var pond;
	l = screen.width/2-400
	t = screen.height/2-192
	terms=window.open("rendering_pond.html",'pond','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,dependent=no,width=796,height=380,screenX=0,screenY=0,top='+t+',left='+l);
}

function launchStreet(){
	var street;
	l = screen.width/2-400
	t = screen.height/2-265
	terms=window.open("rendering_street.html",'street','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,dependent=no,width=796,height=527,screenX=0,screenY=0,top='+t+',left='+l);
}

function launchPark(){
	var park;
	l = screen.width/2-400
	t = screen.height/2-246
	terms=window.open("rendering_park.html",'park','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,dependent=no,width=796,height=488,screenX=0,screenY=0,top='+t+',left='+l);
}

