function openFoto(f,tit,w,h){
	window.open("prodfoto.php?t=" + tit + "&p=" + f , "popFoto" , "width=" + w + ",height=" + h +"");
}