function popup(URL, w, h) {
	var w=window.open(URL,'Корзина', "width="+w+", height="+h+", copyhistory=0, scrollbars=1, directories=0, menubar=0, resizable=0, toolbar=0");
	/*w.document.open();
	w.document.writeln('<html><body bgcolor=#E2C4AA><table width=100% bgcolor=#E2C4AA><tr valign=middle align=center><td>Заказ добавлен</td></tr></body></html>');
	w.document.close();
	*/
	return;
}

