

_menuCloseDelay=150           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=75            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(menuStyle2=new mm_style()){

onbgcolor="#CE9C17";
oncolor="#00642E";
offbgcolor="#112375";
offcolor="#ffffff";
bordercolor="#CE9C17";
borderstyle="solid";
borderwidth=0;
closeonclick=1;
separatorcolor="#00642E";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="sharp";
fontweight="bold";
fontfamily = "trebuchet MS,Arial";
itemwidth=142;
itemheight=20;
subimage="headbtns/arrow1.gif";
subimagepadding="2";


}

with(milonic=new menuname("INDIA")){
left="offset=-1";
style=menuStyle2;
closeonclick=1;

aI("text=ABOUT INDIA;url=index.php?module=Content&func=display&ceid=10;align=center;target=emimfname;status=ABOUT INDIA;");
aI("text=HISTORICAL MONUMENTS;url=index.php?module=Content&func=display&ceid=8;target=emimfname;align=center;status= HISTORICAL MONUMENTS;");
//aI("text=THE INDIAN GOLF UNION;url=index.php?module=Content&func=display&ceid=12;target=emimfname;align=center;status=THE INDIAN GOLF UNION;");

}

drawMenus();
