function PopupPic(sPicURL) {

	window.open( "/popup.html?"+sPicURL, "","resizable=1,HEIGHT=200,WIDTH=200");

}



function PopupForm(carId) {

	window.open( "/rental/popupform.php?id="+carId, "","resizable=0,HEIGHT=570,WIDTH=400");

}