


_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=-50            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#B4BCFE";
oncolor="#333333";
offbgcolor="#E9EAFE";
offcolor="#333333";
bordercolor="#000000";
borderstyle="strong";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=5;
fontsize="60%";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/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("abtus")){
style=menuStyle;
top=-10;
left=100;
aI("text=History of PTRC;url=history.htm;status=History of PTRC");
aI("text=Functions of PTRC;url=history.htm#fun;status=Function of PTRC");
aI("text=Structure of PTRC;url=structure.htm;status=Structure of PTRC");
aI("text=Visitors to PTRC;url=visitors.htm;status=Visitors to PTRC");
}

with(milonic=new menuname("people")){
style=menuStyle;
top=-10;
left=90;
aI("text=Management Board;showmenu=m_board;status=Management Board");
aI("text=Administration;url=administration.htm;status=Administration");
aI("text=Laboratory;showmenu=lab;status=Laboratory");
}

with(milonic=new menuname("m_board")){
style=menuStyle;
aI("text=MINDEF Members;url=management.htm#MINDEF;status=MINDEF Members;");
aI("text=NTU Members;url=management.htm#NTU;status=NTU Members;");
}

with(milonic=new menuname("lab")){
style=menuStyle;
aI("text=Advanced Materials Laboratory;url=staff_advanced.htm;status=Advanced Materials Laboratory");
aI("text=Structural & Component Dynamics Laboratory;url=staff_structural.htm;status=Structural & Component Dynamics Laboratory");
aI("text=Soil & Rock Dynamics Laboratory;url=staff_soil.htm;status=Soil & Rock Dynamics Laboratory");
aI("text=Weapon & Explosive Effects Laboratory;url=staff_weapon.htm;status=Weapon & Explosive Effects Laboratory");
aI("text=M & E System Dynamics Laboratory;url=staff_me.htm;status=M & E System Dynamics Laboratory");
}

with(milonic=new menuname("research")){
style=menuStyle;
top=-10;
left=90;
aI("text=R & D Programmes;url=research.htm#r_programmes;status=R & D Programmes");
aI("text=R & D Achievements;url=research.htm#r_achieve;status=R & D Achievements");
aI("text=Research Projects;showmenu=researchp;status=Research Projects");
}

with(milonic=new menuname("researchp")){
style=menuStyle;
left=250;
aI("text=Completed Projects;url=rproj_c.htm;status=Completed Projects");
aI("text=On-going Projects;url=rproj_o.htm;status=On-going Projects");
}

with(milonic=new menuname("event")){
style=menuStyle;
top=-10;
left=90;
aI("text=Outreach Programme;url=outreach.htm;status=Outreach Programme");
aI("text=Seminars & Short Courses;url=sem.htm;status=Seminars");
}

drawMenus();

