function OpenPopup(pag)
{
window.open (pag,"mywindow","location=0,status=1,scrollbars=0,width=500,height=410"); 
}
