function fotovenster(foto,w,h)
{
window.open('fotos/'+foto+'.jpg','Foto','resizable=no,scrollbars=no,status=0,menubar=no,width='+w+',height='+h+',left=50,top=100');
}