var noweOkienko = null;

function galeria(src, w, h){
	var noweOkienko = null;
	if(window.screen){
		aw=screen.availWidth;
		ah=screen.availHeight;
	}
	else{
		aw=640;
		ah=450;
	}
	
	w+=7;
	h+=7;
	if (w>aw) w=aw;
	if (h>ah) h=ah;
	if(noweOkienko==null || noweOkienko.closed){
		ustawienia=
		"left=" + (aw-w)/2 + ","
		+"top=" + (ah-h)/2 + ","
		+"screenX=" + (aw-w)/2 + ","
		+"screenY=" + (ah-h)/2 + ","
		+"width=" + w + ","
		+"height=" + h + ","
		+"innerWidth=" + w + ","
		+"innerHeight=" + h + ","
		+"toolbar=no,"
		+"location=no,"
		+"directories=no,"
		+"status=yes,"
		+"menubar=no,"
		+"scrollbars=no,"
		+"resizable=no"
		noweOkienko = window.open("",'obrazek',ustawienia);
	}
	noweOkienko.document.open();
	noweOkienko.document.clear();
	noweOkienko.document.write(
		"<html><head><title>tworzywa.pl</title>\n"
		+"</head><BODY bgcolor=#FFFFFF leftmargin=0 topmargin=2 marginwidth=0 marginheight=0 link=#000000 vlink=#000000 alink=#000000>\n"
		+"<span style='width:"+w+"px;height:"+h+"px;overflow:auto;text-align:center; vertical-align:middle;' valign='middle' align='center' id='ramka'>"
		+"<a href='javascript:window.close()'><img src="+ src +"  border=1></a>"
		+"</span>\n"
		+"</body></html>"
	);
	noweOkienko.document.close();
	noweOkienko.focus();
}



function popup(src, w, h){
	noweOkienko=null;
	if(window.screen){
		aw=screen.availWidth;
		ah=screen.availHeight;
	}
	else{
		aw=640;
		ah=450;
	}

	if(noweOkienko==null || noweOkienko.closed) {
		ustawienia=
		"left=" + (aw-w)/2 + ","
		+"top=" + (ah-h)/2 + ","
		+"screenX=" + (aw-w)/2 + ","
		+"screenY=" + (ah-h)/2 + ","
		+"width=" + w + ","
		+"height=" + h + ","
		+"innerWidth=" + w + ","
		+"innerHeight=" + h + ","
		+"toolbar=no,"
		+"location=no,"
		+"directories=no,"
		+"status=yes,"
		+"menubar=no,"
		+"scrollbars=yes,"
		+"resizable=no"
		noweOkienko = window.open(src,'tworzywa',ustawienia);
	}
}





function popupHelp(src, w, h){
	nO=null;
	if(window.screen){
		aw=screen.availWidth;
		ah=screen.availHeight;
	}
	else{
		aw=640;
		ah=450;
	}
	if(nO==null || nO.closed){
		ustawienia=
		"left=0,"
		+"top=0,"
		+"screenX=" + (aw-w)/2 + ","
		+"screenY=" + (ah-h)/2 + ","
		+"width=" + w + ","
		+"height=" + h + ","
		+"innerWidth=" + w + ","
		+"innerHeight=" + h + ","
		+"toolbar=no,"
		+"location=no,"
		+"directories=no,"
		+"status=no,"
		+"menubar=no,"
		+"scrollbars=yes,"
		+"resizable=yes";
		nO = window.open(src,'tworzywa',ustawienia);
	}
}


function mapaf(src, w, h) {
	noweOkno = null;
	if(window.screen){
	 aw=screen.availWidth;
	 ah=screen.availHeight;
	} else {
	 aw=640;
	 ah=450;
	}
	
	if(noweOkno==null || noweOkno.closed){
	 ustaw=
	 "left=" + (aw-w)/2 + ","
	 +"top=" + (ah-h)/2 + ","
	 +"screenX=" + (aw-w)/2 + ","
	 +"screenY=" + (ah-h)/2 + ","
	 +"width=" + w + ","
	 +"height=" + h + ","
	 +"innerWidth=" + w + ","
	 +"innerHeight=" + h + ","
	 +"toolbar=no,"
	 +"location=no,"
	 +"directories=no,"
	 +"status=yes,"
	 +"menubar=no,"
	 +"scrollbars=yes,"
	 +"resizable=no"
	 noweOkno = window.open(src,'tworzywa',ustaw);
	 noweOkno.focus();
	}
}


function nagrodyF(src, w, h) {
	noweOkno = null;
	if(window.screen){
	 aw=screen.availWidth;
	 ah=screen.availHeight;
	} else {
	 aw=640;
	 ah=450;
	}
	
	if(noweOkno==null || noweOkno.closed){
	 ustaw=
	 "left=" + (aw-w)/2 + ","
	 +"top=" + (ah-h)/2 + ","
	 +"screenX=" + (aw-w)/2 + ","
	 +"screenY=" + (ah-h)/2 + ","
	 +"width=" + w + ","
	 +"height=" + h + ","
	 +"innerWidth=" + w + ","
	 +"innerHeight=" + h + ","
	 +"toolbar=no,"
	 +"location=no,"
	 +"directories=no,"
	 +"status=yes,"
	 +"menubar=no,"
	 +"scrollbars=yes,"
	 +"resizable=no"
	 noweOkno = window.open(src,'tworzywa',ustaw);
	}
}