function foto(zdjecie,w,h){
var html='<head><title>VIP czarter - Zdjêcie</title><body><span style="position:absolute;left:0;top:0;"><img src="'+zdjecie+'" width="'+w+'" height="'+h+'">';

pop = window.open("","_blank", 'menubar=no,status=no,toolbar=noresizable=no,width='+w+',height='+h+',titlebar=no,alwaysRaised=yes');
pop.document.write(html);
}

function foto2(jacht,ktore){
pop = window.open("images/jachty/"+jacht+"/fotki/foto.php?ktory="+ktore,"_blank", 'menubar=no,status=no,toolbar=noresizable=no,width=645,height=524,titlebar=no,alwaysRaised=yes');
}


