function BuyCar(No)
{
	window.open('buy.mspx?RecordID='+No,'BuyCar','width=400,height=200,scrollbars=yes,resizable=yes');
} 