function Cart() { window.open("","Cart","location=no,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550"); }


function goprev(fname)
{
	window.close();
}
