function showVehicleBigPhoto (sPhoto)
{
	if (typeof (photo) == 'object' && photo.closed == 0) photo.close();

	photo = window.open ('/vehicle_big_photo.html?sPhoto='+ sPhoto, 'modelWindow', 'height=500,width=650,dependent=1,directories=0,hotkeys=0,location=0,menubar=0,personalbar=0,resizable=1,scrollbars=0,status=0,titlebar=1');
}

function printVehicleAd (iAd)
{
	window.open ('/print-ad/'+ iAd, 'printWindow', 'height=570,width=650,dependent=1,directories=0,hotkeys=0,location=0,menubar=0,personalbar=0,resizable=1,scrollbars=1,status=0,titlebar=1');
}
