<!-- //

function Nopen1(webpag) {

   newwin = open(webpag,'win19','menubar=yes,scrollbars=yes,resizable=yes,screenX=2,screenY=2,width=560,height=650');

   newwin.focus()

}

// -->