function win(id) {
window.open('inc/pl/'+id+'.html','Lokalizacja','width=600,height=563,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0,top=0,left=0')
}
function win2(id,width,height) {
window.open('img/galeria/'+id+'.jpg','Galeria','width='+width+',height='+height+',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0,top=0,left=0')
}
function win3(id,width,height) {
window.open('img/'+id+'.jpg','Galeria','width='+width+',height='+height+',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0,top=0,left=0')
}

function okno(url, width, height)
 {
	var Win = window.open(url,"okno",'width=' + width + ',height=' + height
	+ ',resizable=0,scrollbars=yes,menubar=no,left=10,top=10' );
 }