<!-- //

function Nopen1(webpag) {

   newwin = open(webpag,'win4','scrollbars=yes,resizable=yes,screenX=540,screenY=2,width=535,height=500');

   newwin.focus()

}

// -->