


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="ffffff";
oncolor="#000000";
offbgcolor="FF0066";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow1.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=150;
left=40;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home ;url=index.html;status=Home Page;");
aI("text=Archive ;url=archive1.asp;status= Archive;");
aI("text=Search ;url=search.asp?cat=none;status= Search;");
aI("text=Links;showmenu=links;status= Links");
aI("text=PhotoGallery ;url=phgallery.asp;status= Photo Gallery;");
aI("text=Documents ;url=documents.html;status= Question;");
aI("text=Recommend to Friend ;url=refertofriend.asp;status= Question;");
aI("text=Contacts ;showmenu=contacts;status= Contacts;");



}


 
with(milonic=new menuname("links")){
style=menuStyle;
overflow="scroll";
aI("text=Chhatisgarh Government;url=http://www.chhattisgarh.gov.in;status= Chhattisgarh Government;");
aI("text=Chhattisgarh Tourism;url=http://www.chhattisgarhtourism.net;status= Chhattisgarh Tourism;");
aI("text=CG Discussion Group;url=http://www.cgnet.in;status= Discussion Group;");
aI("text=CG Telephone Directory;url=http://www.chhattisgarh.bsnl.co.in/CGTelecomDir.htm;status= Cg telephone Directory;");
aI("text=CG Official Websites;url=http://goidirectory.nic.in/chhattis.htm;status= Cg Official Websites;");
aI("text=CG NGO's;url=http://www.cgnet.in/f1/ngolist;status= Cg NGO's;");
aI("text=CG NRI Websites;url=http://www.chhattisgarhNRIs.com;status= CG NRI Websites;");
}

with(milonic=new menuname("contacts")){
style=menuStyle;
overflow="scroll";
aI("text=Editor;url=mailto:editor.chhattisgarh@gmail.com ;status= Editor;");
aI("text=News Desk;url=mailto:newsdesk.chhattisgarh@gmail.com; status= News Desk;");
aI("text=Advertisements;url=mailto:advt.chhattisgarh@gmail.com; status= Advertisement;");
aI("text=Circulation;url=mailto:circulation.chhattisgarh@gmail.com; status= Circulation");

}



drawMenus();


