/*
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=100            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#729FB6";
oncolor="#FFFFFF";
offbgcolor="#BBBBBB";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#0059FF";
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="Fade(duration=0.2)";
}

/*
ENGLISH NAVIGATION FOR NON-INDEX PAGES
*/

with(milonic=new menuname("GAS")){
style=menuStyle;
aI("text=Welcome to Global Academy Services;url=index.php?link=allGAS#welcome;");
aI("text=What is Global Academy Services?;url=index.php?link=allGAS#aboutGAS;");
aI("text=What can Global Academy Services do for you?;url=index.php?link=allGAS#whatcanGAS;");
aI("text=How to use GlobalAcademyServices.com;url=index.php?link=allGAS#howtoGAS;");
}

with(milonic=new menuname("ICE")){
style=menuStyle;
aI("text=About International Credential Evaluation;url=index.php?link=allICE#aboutICE;");
aI("text=What can an ICE do for you?;url=index.php?link=allICE#whatcanICE;");
aI("text=Testimonials;url=index.php?link=allICE#testICE;");
aI("text=Apply Now;url=index.php?link=allICE#signUp;");
}

with(milonic=new menuname("IDC")){
style=menuStyle;
aI("text=About International Degree Cerification;url=index.php?link=allIDC#aboutIDC;");
aI("text=What can an IDC do for you?;url=index.php?link=allIDC#whatcanIDC;");
aI("text=Testimonials;url=index.php?link=allIDC#testIDC;");
aI("text=Apply Now;url=index.php?link=allIDC#signUp;");
}

with(milonic=new menuname("ACADEX")){
style=menuStyle;
aI("text=About ACADEX;url=index.php?link=acadex;");
}



drawMenus();
