
var shops = {};
shops.edustacja = {};

shops.edustacja.buy = function() {
	//var send = false;
	//var i =0;
	//var iLength = $("AddCart").select("radio");
	//var aRadios = $("AddCart").select('radios');
	//alert(iLength);
	//while ( i<iLength || send==false) {
	//	if ( aRadios.checked ){
		//	send = true;
		//}
	//	i++;
	//}	
	//if (send) {
		$("AddCart").submit();	
	//} else {
	//	alert("wybierz odpowiednią wartość");
	//}
	
} 

function invoice(sId) {
	var url = "do/orderInvoice?symbol=";
	var conf = "width=860,height=600,toolbar=no,location=yes,directories=no,menubar=yes,scrollbars=yes";
	var popup = window.open(url + sId, "invoice", conf);
	return false;
}
