function confirmurl(url){if (confirm('Na pewno?')){self.name='windowisko';window.open(url, self.name);}}
function makebox(){
	var x=500, y=250;
	window.moveTo((screen.width)/2 - x/2, (screen.height)/2 - y/2);
	window.resizeTo(x, y);
	window.focus();
}
function wclose(){window.close();window.moveTo(0, 2050);}
function setcheck(form,set,val){for (var i=0;i<set.length;i++){nc=set[i];form.elements[nc].checked=val;}}
function shbasket(surl,hurl){if (window.parent.frames.basket != null)window.parent.location.href=hurl;else window.parent.location.href=surl}
function makeboxsu(){
	var x=750, y=fotka.clientHeight+80;
	//var x=document.width, y=document.height+40;
	//alert('a=' + fotka.clientHeight);
	window.moveTo((screen.width)/2 - x/2, (screen.height)/2 - y/2);
	window.resizeTo(x, y);
	window.focus();
}
function makeboxsa(){
	var x=fotka.clientWidth+40, y=fotka.clientHeight+40;
	window.moveTo((screen.width)/2 - x/2, (screen.height)/2 - y/2);
	window.resizeTo(x, y);
	window.focus();
}
