	function goback(){
		history.back();
	}
	function powiekszenie(name,x,y){
		myIMG = window.open("","zoom","width="+x+", height="+y+", top=10, left=10, toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=no, directories=no, copyhistory=no");
		myIMG.window.close();
		myIMG = window.open("","zoom","width="+x+", height="+y+", top=10, left=10, toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=no, directories=no, copyhistory=no");
		myIMG.window.focus();
		myIMG.document.write("<head><title>powiększenie zdjęcia</title></head><body background='"+name+"' onClick=window.close()></body>");
		var message="www.ekokom.pl";
	function clickIE() {if (myIMG.document.all) {myIMG.window.close();alert(message);return false;}}
	function clickNS(e) {if (myIMG.document.layers||(myIMG.document.getElementById&&!myIMG.document.all)) {
							if (e.which==2||e.which==3) {myIMG.window.close();alert(message);return false;}}}
	if (myIMG.document.layers) 
	{
	myIMG.document.captureEvents(Event.MOUSEDOWN);myIMG.document.onmousedown=clickNS;	
	}
	else{myIMG.document.onmouseup=clickNS;myIMG.document.oncontextmenu=clickIE;
		}
	}