function pop(doc,w,h) 
 {
fer=window.open(doc,"foto",'status=no,toolbar=0,scrollbars=0,menubar=0,titlebar=0,resizable=0,width='+w+' height='+h);
 fer.moveTo (0,0);
 fer.focus();
}
