﻿function doFotoWin(url,w,h) {  
  window.open (url,'fotoWin','directories=0,location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=0,width=' + w + ',height=' + h + ',left=10,top=10,resizable=0');
}