


_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="#000000";
oncolor="#ffffff";
offbgcolor="#FAFAFA";
offcolor="#0A0A0A";
bordercolor="#646464";
borderstyle="solid";
borderwidth=1;
separatorcolor="#646464";
separatorsize="1";
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#AAAAAA";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Fellows")){
style=menuStyle;
aI("text=Honorary Fellows;url=honorary.asp;");
aI("text=Foreign Fellows;url=foreign.asp;");
aI("text=Fellows;url=fellows.asp;");
aI("text=Scientific Contributions of Fellows Elected in Year 2009;url=/contrib.htm;");
aI("text=Scientific Contributions of Foreign Fellows Elected in Year 2009;url=/fcontrib.htm;");
aI("text=Deceased Honorary Fellows, Foreign Fellows and Fellows;url=/deceased.htm;");
aI("text=Subjectwise list of Honorary Fellows, Foreign Fellows and Fellows;url=subject.asp;");
}

with(milonic=new menuname("Rules")){
style=menuStyle;
aI("text=Rules;url=/rules-1.htm;");
aI("text=Regulations;url=/rules-2.htm;");
aI("text=Rules for Academy\'s Awards;url=/rules-3.htm;");
aI("text=Rules for M.N. Saha Distinguished Fellows;url=/rules-4.htm;");
}


with(milonic=new menuname("Sessions")){
style=menuStyle;
aI("text=Annual Sessions;url=/annsessions.htm;");
aI("text=Sectional Presidents;url=/sectionalprez.htm;");
aI("text=Symposia/Seminars/Workshops held;url=/symsem.htm;")
}

with(milonic=new menuname("Editorial")){
style=menuStyle;
aI("text=Editorial Board (Section-A);url=/edtboard-a.htm;");
aI("text=Editorial Board (Section-B);url=/edtboard-b.htm;");
aI("text=Board of Editors (Nat.Acad.Sci.Letters);url=/editboard.htm;");
aI("text=Papers published in Proceedings & NASL;url=/abst.htm;");
aI("text=Special Issue;url=/Special Issue_1.htm;");
aI("text=Instruction to Authors (Proc.Nat.Acad.Sci.Ind., Section B : Biological Sciences);url=/instruction to authors.htm;");
aI("text=Instruction to Authors (Proc.Nat.Acad.Sci.Ind., Section A : Physical Sciences);url=/instruction to authors1.doc;");
aI("text=Subscription Rate of the Journals;url=/Subscription Rate of the Journals.doc;");
}

with(milonic=new menuname("Committee")){
style=menuStyle;
aI("text=Fellowship Scrutiny Committees;url=/fsc.htm;");
aI("text=Membership Scrutiny Committees;url=/msc.htm;");
aI("text=SICO-Sponsored NASI Award Committee;url=/sico.htm;");
aI("text=Science Teacher Award Committee;url=/stac.htm;");
}


with(milonic=new menuname("Awardees")){
style=menuStyle;
aI("text=Prof. Meghnad Saha Distinguished Fellowship;url=/msdfa.htm;");
aI("text=Lecture Awardees;url=/leca.htm;");
aI("text=Prof. Meghnad Saha Platinum Jubilee Lifetime Honorary Fellowship;url=/mnspjlhf.htm;");
aI("text=NASI President's Platinum Jubilee Gold Medal;url=/ppjgm.htm;");
aI("text=NASI-Senior Scientist Platinum Jubilee Fellows;url=/NASI-Senior Scientist.htm;");
aI("text=NASI-Reliance Industries Platinum Jubilee Awards;url=/ripja.htm;");
aI("text=NASI-Young Scientist Platinum Jubilee Awards;url=/yspja.htm;");
aI("text=SICO-Sponsored NASI Awardees;url=/sicoa.htm;");
aI("text=The NASI - Swarna Jayanti Puraskar;url=/sjp.htm;");
aI("text=The NASI - Millennium Awards;url=/ma.htm;");
aI("text=The NASI - Science Teacher Award;url=/sta.htm;");
aI("text=U.P. Education Minister Gold Medal Recipients;url=/gmr.htm;");
}


with(milonic=new menuname("Nominations")){
style=menuStyle;
aI("text=Foreign Fellowship;url=download.asp?file=ff.doc;");
aI("text=Fellowship;url=download.asp?file=fellow.doc;");
aI("text=Membership;url=download.asp?file=member.doc;");
}

with(milonic=new menuname("ybu")){
style=menuStyle;
aI("text=Fellows Updation Form;url=download.asp?file=updation_fellows.doc;");
aI("text=Members Updation Form;url=download.asp?file=updation_member.doc;");
}

drawMenus();

