function menucall(){

stm_bm(["yfatchr",400,"","_pgtres/blank.gif",0,"","",0,0,250,0,1000,1,0,0,""],this);
stm_bp("p0",[1,4,0,0,1,2,21,0,100,"",-2,"",-2,90,0,0,"#000000","#cc6600","",3,1,1,"#cc9966"]);
stm_ai("p0i0",[6,1,"transparent","images/3.jpg",160,100,0]);
stm_ai("p0i1",[0,"M E N U ","","",-1,-1,0,"","_self","","","","",21,10,0,"","",0,0,0,0,1,"#c8e6fa",0,"#c8e6fa",0,"","",3,3,0,0,"#3399cc","#000000","#000000","#000000","bold 9pt Arial","bold 9pt Arial",0,0]);
stm_aix("p0i2","p0i1",[0,"Home","","",-1,-1,0,"default.htm","_self","","","","_pgtres/37-06_an.gif",21,10,0,"","",0,0,0,0,1,"#cc6600",0,"#ffaa66",0,"","",3,3,1,1,"#cc9966","#ffd7b0","#ffffff","#000000","9pt Arial","9pt Arial"]);
stm_aix("p0i3","p0i2",[0,"About Ballia","","",-1,-1,0,"about.htm"]);
stm_aix("p0i4","p0i2",[0,"Download","","",-1,-1,0,"downloads.htm"]);
stm_aix("p0i5","p0i2",[0,"MP &amp; MLAs","","",-1,-1,0,"mpsmlas.htm"]);
stm_aix("p0i6","p0i2",[0,"At A Glance","","",-1,-1,0,"ataglance.htm"]);
stm_aix("p0i7","p0i2",[0,"Latest Arrivals","","",-1,-1,0,"whatsnew.asp"]);
stm_aix("p0i8","p0i2",[0,"Important Links","","",-1,-1,0,"websites.htm"]);
stm_aix("p0i9","p0i1",[0,"L I N K S "]);
stm_aix("p0i10","p0i2",[0,"Lokvani","","",-1,-1,0,"http://ballia.nic.in/lokvani"]);
stm_aix("p0i11","p0i2",[0,"Revenue Soft","","",-1,-1,0,"http://kheri.nic.in/revsoft"]);
stm_aix("p0i12","p0i2",[0,"Bhulekh","","",-1,-1,0,"http://bhulekh.nic.in"]);
stm_aix("p0i13","p0i2",[0,"Results","","",-1,-1,0,"http://results.nic.in"]);
stm_aix("p0i14","p0i2",[0,"RTI 2005","","",-1,-1,0,"http://rti.nic.in"]);
stm_aix("p0i15","p0i2",[0,"NIC Mail","","",-1,-1,0,"http://mail.nic.in","_blank"]);
stm_ep();
stm_em();

}

var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);}
