with(ekm=new menuname("Main Menu")){
						style=menuStyle;						
						alwaysvisible=1;
						orientation="horizontal";
						overfilter="";
						position="relative";
						aI("text=Home;url=index.html;status=Back To Home Page;");
						aI("text=Login;showmenu=LOGIN;");
						aI("text=Excel Kisan Mitra;showmenu=EKM;");
						aI("text=Home Market;showmenu=HM;");
						aI("text=IPM Forum;url=ipm.php;status=IPM page;");
						aI("text=News;url=news_show.php;status=News page;");
						aI("text=About Us;showmenu=ABOUTUS;");
						aI("text=Sign Out;url=logout.php;status=Log out;");
;
						}
						drawMenus();		

