
/*
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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#990000";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#000000";
bordercolor="#DFEAF1";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#DFEAF1";
pagebgcolor="#748EC3";
headercolor="#DFEAF1";
headerbgcolor="#DFEAF1";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#748EC3', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
aI("text=Dean's Message;url=about_school_head_eng.html;");
aI("text=Unique Objectives;url=obj_eng.html;");
aI("text=Administration Staff;url=admin_eng.html;");

}

with(milonic=new menuname("admission")){
style=menuStyle;
aI("text=MBA Program for Managers;url=mba_managers_eng.html;");
aI("text=MBA Program for Managers of Non-Profit Organizations;url=mba_managers_alkar_eng.html;");
aI("text=MBA Program in English;url=mba_managers_in_eng.html;");
}

with(milonic=new menuname("programs")){
style=menuStyle;
aI("text=MBA Program for Managers;url=program_mba_managers_eng.html;");
aI("text=MBA Program for Managers of Non-Profit Organizations;url=program_mba_managers_alkar_eng.html;");
aI("text=MBA Program in English;url=program_mba_managers_in_eng.html;");
}

with(milonic=new menuname("students")){
style=menuStyle;
aI("text=Message Boards;url=http://hevra.haifa.ac.il/~messages/read_messages.php?department_code_read=209;");
aI("text=Forms;url=forms_eng.html;");
aI("text=Job Resume;url=http://jobresume.haifa.ac.il/;");
aI("text=Alumni Portal;url=http://bogrim.gsb.haifa.ac.il/;");
aI("text=HighLearn Portal;url=http://online.haifa.ac.il/;");
}

with(milonic=new menuname("staff")){
style=menuStyle;
aI("text=Academic Staff;url=segel_eng.html;");
aI("text=Administrative Staff;url=admin_eng.html;");
}

with(milonic=new menuname("alumni")){
style=menuStyle;
aI("text=Alumni Portal;url=http://bogrim.gsb.haifa.ac.il/;");
aI("text=Job Resume;url=http://jobresume.haifa.ac.il/;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=News and Events;url=newsevents_eng.html;");
aI("text=From the Press;url=press_eng.html;");
aI("text=Business Forum;url=businessforum_eng.html;");
aI("text=Special Events;url=specialevents_eng.html;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=University of Haifa;url=http://www.haifa.ac.il;");
aI("text=Graduate Studies;url=http://research.haifa.ac.il/~graduate/;");
aI("text=Library Site;url=http://lib.haifa.ac.il/;");
aI("text=HighLearn Portal;url=http://online.haifa.ac.il;");
aI("text=Research Authority;url=http://research-faculty.haifa.ac.il/;");
aI("text=Center for the Study of Organizations and Human Resource Management;url=http://organizations.haifa.ac.il/;");
aI("text=Center for the Study of Information Society;url=http://infosoc.haifa.ac.il/;");
}

with(milonic=new menuname("boards")){
style=menuStyle;
aI("text=General Message Board;url=http://hevra.haifa.ac.il/~messages/read_messages.php?department_code_read=209;");
}
drawMenus();


