<!-- //
function NopenP(webpag) {
   newwin = open(webpag,'win30','scrollbars=no,resizable=yes,screenX=2,screenY=2,width=500,height=700');
   newwin.focus()
}
// -->