function popit(pag,wi,he){
winwi=window.screen.availWidth;
pop=window.open(pag+'','pop','width='+wi+',height='+he+',top=150,left=362,scrollbars=yes');
setTimeout("pop.window.focus",500);
}