<!-- //

function Nopen(webpag) {

   newwin = open(webpag,'win37','scrollbars=yes,resizable=yes,screenX=2,screenY=2,width=600,height=500');

   newwin.focus()

}

// -->