<!-- //

function Nopen2(webpag) {

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

   newwin.focus()

}

// -->