<!-- //

function Nopen(webpag) {

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

   newwin.focus()
}

// -->
