

_menuCloseDelay=250           // 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="#3D474F";
oncolor="#FFFFFF";	
offbgcolor="#4F5962";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
itemwidth=170;
separatorsize="1";
padding=5;
itemheight=10;
fontsize="12";
fontstyle="normal";
pagecolor="#FFFFFF";
pagebgcolor="#E86D00";
headercolor="#000000";
headerbgcolor="#FFFFFF";
overfilter="Fade(duration=0.2);Alpha(opacity=96)";
outfilter='Fade(duration=0.2)'
}

with(milonic=new menuname("mainmenu")){
style=menuStyle; alwaysvisible=0; left=-5; top=8;
aI("text=Teaching Methodology ;url=http://www.t4.ie/teacher_methods.htm;");
aI("text=Design Process ;url=http://www.t4.ie/teacher_des_pro.htm;");
aI("text=Educational Research ;url=http://www.t4.ie/teacher_ed_research.htm;");
aI("text=Classroom Project Management ;url=http://www.t4.ie/teacher_ed_class_pm.htm;");
aI("text=Technology & Society ;url=http://www.t4.ie/teacher_tech_soc.htm;");
}
with(milonic=new menuname("Students")){
style=menuStyle; left=51; top=8; 
aI("text=Design Process ;url=http://www.t4.ie/students_des_pro.htm;");
aI("text=Technology & Society ;url=http://www.t4.ie/students_tech_soc.htm;");
aI("text=Health & Safety ;url=http://www.t4.ie/students_hel_saf.htm;");
aI("text=Architectural Technology ;url=http://www.t4.ie/students_arc_tech.htm;");
aI("text=Design & Communication Graphics ;url=http://www.t4.ie/students_des_comm.htm;");
aI("text=Engineering Technology ;url=http://www.t4.ie/students_eng_tech.htm;");
aI("text=Technology ;url=http://www.t4.ie/students_tech.htm;");
}
with(milonic=new menuname("Official")){
style=menuStyle; left=150; top=8; 
aI("text=Syllabus ;url=http://www.t4.ie/official_syllabus.htm;");
aI("text=Teacher Guidelines ;url=http://www.t4.ie/official_teacher.htm;");
aI("text=Room Layout ;url=http://www.t4.ie/official_room.htm;");
aI("text=Equipment List ;url=http://www.t4.ie/official_equip.htm;");
aI("text=Circular Letters ;url=http://www.t4.ie/official_circular.htm;");
aI("text=Sample Assessment Material;url=http://www.t4.ie/official_assess.htm;");
}
with(milonic=new menuname("cpd")){
style=menuStyle; left=267; top=8; 
aI("text=Courses;url=http://www.t4.ie/cpd_intro.htm;");
aI("text=Architectural Technology ;url=http://www.t4.ie/cpd_arch_tech.htm;");
aI("text=Design & Communication Graphics ;url=http://www.t4.ie/cpd_des_comm.htm;");
aI("text=Engineering Technology ;url=http://www.t4.ie/cpd_eng_tech.htm;");
aI("text=Technology ;url=http://www.t4.ie/cpd_tech.htm;");
}
with(milonic=new menuname("all subjects")){
style=menuStyle; left=-62; top=136; 
aI("text=Health & Safety ;url=#;");
aI("text=Technology & Society ;url=#;");
aI("text=Design Process ;url=#;");
aI("text=CAD ;url=#;");
aI("text=Graphic Communication ;url=#;");
aI("text=Website Links ;url=topics_web.htm;");
aI("text=Teaching Resourses ;url=#;");
}
drawMenus();


