function apriw(pag) {
 win = window.open(pag,'win','toolbar=0,menubar=0,scrollbar=0,resizable=0');
 win.focus();
}
