function viewpag(i1,w1,h1)
{
window.open(i1,"Monthpop",'toolbar=0,location=0,directories=0,menubar=0,resizable=1,status=0,scrollbars=0,dependent=0,screenX=25,screenY=25,top=25,left=25,width='+w1+',height='+h1);
}

