<!-- //

function Nopen3(webpag) {

   newwin = open(webpag,'win7','scrollbars=yes,resizable=yes,screenX=50,screenY=30,width=500,height=600');

   newwin.focus()
}


// -->