
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#93055f";
oncolor="#ffffff";
offbgcolor="#d7a6c6";
offcolor="#ffffff";
//bordercolor="#296488";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
//separatorcolor="#2D729D";
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="12px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.jncasr.ac.in/menu/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("Research")){
style=menuStyle;
overflow="scroll";
aI("text=Chemistry & Physics of Materials;url=http://www.jncasr.ac.in/cpmu;");
aI("text=Engineering Mechanics;url=http://www.jncasr.ac.in/emu;");
aI("text=Evolutionary & Organismal Biology;url=http://www.jncasr.ac.in/eobu;");
aI("text=Molecular Biology & Genetics;url=http://www.jncasr.ac.in/mbgu;");
aI("text=Theoretical Sciences;url=http://www.jncasr.ac.in/tsu;");
aI("text=Chemical Biology;url=http://www.jncasr.ac.in/common_units_page.html#CBU;");
aI("text=Condensed Matter Theory;url=http://www.jncasr.ac.in/common_units_page.html#CMTU;");
aI("text=Education Technology;url=http://www.jncasr.ac.in/common_units_page.html#ETU;");
aI("text=Geodynamics;url=http://www.jncasr.ac.in/common_units_page.html#GDU;");
}

with(milonic=new menuname("Academics")){
style=menuStyle;
aI("text=Ph.D. ;url=http://www.jncasr.ac.in/phd.html;");
aI("text=Integrated Ph.D.;url=http://www.jncasr.ac.in/phd.html#Integrated;");
aI("text=M.S/M.S (Engg.);url=http://www.jncasr.ac.in/phd.html#MS;");
aI("text=Student Awards ;url=http://www.jncasr.ac.in/jncawards.html;");
aI("text=Summer Research Fellowship;url=http://www.jncasr.ac.in/summer_research.html;");
aI("text=Visiting Fellowship;url=http://www.jncasr.ac.in/fellowship.html;");
aI("text=Alumni;url=http://www.jncasr.ac.in/poster/alumni.html;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=JNCASR Academic Calendar (JAC);url=http://www.jncasr.ac.in/Webcal42/week.php;");
aI("text=Bangalore Area Science Calendar;url=http://www.jncasr.ac.in/Basc/week.php;");
aI("text=JNC Conferences/Symposia;url=http://www.jncasr.ac.in/conferences.html;");
aI("text=Colloquia/Seminars @JNC;url=http://www.jncasr.ac.in/jncsem.html;");
aI("text=Short-term Courses;url=http://www/short_term.html;");
aI("text=Archive of events;url=http://www/focus/archive.html;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Animal Facility;url=http://www.jncasr.ac.in/animal/;");
aI("text=Computer Lab;url=http://www.jncasr.ac.in/complab/;");
aI("text=Library;url=http://www.jncasr.ac.in/library/;");
aI("text=Guest House;url=http://www.jncasr.ac.in/common_facilities.html#jawhar;");
aI("text=Power Supply;url=http://www.jncasr.ac.in/common_facilities.html#Power;");
aI("text=Machine Shop;url=http://www.jncasr.ac.in/common_facilities.html#Workshop;");
}

with(milonic=new menuname("Reachus")){
style=menuStyle;
aI("text=Reaching JNCASR;url=http://www.jncasr.ac.in/reachingjncasr.html#reaching;");
aI("text=Bus Timings;url=http://www.jncasr.ac.in/bustime.html;");
}
with(milonic=new menuname("Contactus")){
style=menuStyle;
aI("text=Contact Addresses;url=http://www.jncasr.ac.in/contact.html;");
aI("text=Phone/E-mail/Fax;url=http://www.jncasr.ac.in/people1.html;");
}
with(milonic=new menuname("Jncites")){
style=menuStyle;
aI("text=JNC Mail;url=https://mercury.jncasr.ac.in;");
aI("text=Forms;url=http://complab/jncforms/jncforms.html;");
aI("text=Links;url=http://www.jncasr.ac.in/links.html;");
aI("text=Holiday List - 2007;url=http://www.jncasr.ac.in/h_list07.html;");
}

/*with(milonic=new menuname("Jncites")){
style=menuStyle;
aI("text=JNC Mail;url=https://mercury.jncasr.ac.in;");
aI("text=Forms;url=http://complab/jncforms/jncforms.html;");
aI("text=Links;url=http://www.jncasr.ac.in/links.html;");
aI("text=Holiday List - 2005;url=http://www.jncasr.ac.in/h_list05.html;");
}*/

drawMenus();

