<!-- //
function NopenH(webpag) {
   newwin = open(webpag,'win10','scrollbars=yes,resizable=yes,screenX=2,screenY=2,width=750,height=600');
   newwin.focus()
}
// -->