/*
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=10             // The time delay before menus open on mouse over
_subOffsetTop=-50             // Sub menu top offset
_subOffsetLeft=-50            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#69c9e9";
oncolor="#000080";
offbgcolor="#000080";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="95%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000080";
pagebgcolor="#66ccee";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/scripts/arrowd.gif";
subimagepadding="2";
subimageposition="bottom";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
menualign="left"
menuwidth="100%";
top=84;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/index.html;status=Back To Home Page;");
aI("text=Products;url=/store;showmenu=products;");
aI("text=Facilitated&nbsp;Programs;url=/faci_events.html;showmenu=faci_events;");
aI("text=Free&nbsp;Articles;url=/articles/index.html;showmenu=articles;");
aI("text=Links;url=/links.html;");
aI("text=About&nbsp;WorldGAMES;url=/about/index.html;showmenu=about;");
aI("text=Contact&nbsp;Us;url=/contact/index.html;showmenu=contact;");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=Online Store;url=/store;")
aI("text=Super Games Mini Packs;url=/store/product-list.php?business_training_games-pg1-cid8.html;")
aI("text=Silver Training Games Disk;url=/store/product-info.php?silver-training-games-disk-pid101.html;")
//aI("text=Games Packs for Experienced Trainers;url=/merchant2/merchant.mvc?Screen=CTGY&Store_Code=games&Category_Code=3pack;")
//aI("text=Manager Tool Kit;url=/merchant2/merchant.mvc?Screen=CTGY&Store_Code=games&Category_Code=4toolkit;")
aI("text=Ready to Run Training Programs;url=/store/product-list.php?training-programs-pg1-cid12.html;");
aI("text=Sample Game;url=/store/freegame.php;")
aI("text=Games and Exercise Summaries;url=/store/gamesum.php;")
aI("text=Help Choosing;url=/store/gameform.php;")
aI("text=FAQs;url=/store/faqs.php;")
aI("text=Product List and Prices;url=/store/products-all.php?Home-pg1-cid1.html;")
}

with(milonic=new menuname("faci_events")){
style=menuStyle;
aI("text=About Faciliated Programs;url=/faci_events.html;")
aI("text=Conference Events;url=/conference-events/index.html;")
aI("text=Training Programs;url=/training_progs/index.html;")
aI("text=Business Simulations;url=/business-simulations/index.html;")
aI("text=Train the Trainer;url=/trainer/index.html;")
aI("text=Corporate Challenge;url=/corp_challenge/index.html;")
aI("text=Assessment Centres;url=/assess_centres/index.html;")
}

with(milonic=new menuname("articles")){
style=menuStyle;
aI("text=The WorldGAMES Story;url=/articles/worldgamesstory.html;")
aI("text=Tips for Using Experiential Training Games;url=/articles/tips4usegames.html;")
aI("text=Playing Games Can Be Serious Business;url=/articles/playinggames.html;")
aI("text=Partners in Business Program;url=/articles/partnersinbus.html;")
aI("text=Using Systems Thinking;url=/articles/systemthink.html;")
aI("text=20 Tips for Training Others;url=/articles/tips4training.html;")
aI("text=Using Psychometric Tools;url=/articles/psychometrics.html;")
aI("text=Workshop Tools;url=/articles/workshoptools.html;")
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=WorldGAMES History;url=/about/history.html;")
aI("text=WorldGAMES Facilitators;url=/about/facilitators.html;")
aI("text=Reasons for choosing WorldGAMES;url=/about/reasons4.html;")
aI("text=WorldGAMES Services;url=/about/services.html;")
aI("text=Testimonials;url=/about/testimonials.html;")
aI("text=Client List;url=/about/client_list.html;")
aI("text=Worthy Causes Charter;url=/about/charter.html;")
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Email&nbsp;WorldGAMES;url=mailto:info@worldgames.com.au;")
aI("text=Enquiry&nbsp;form;url=/contact/enquiry_form.html;")
aI("text=Subscribe&nbsp;to newsletter;url=https://app.quicksizzle.com/survey.aspx?sfid=5265;")
}


drawMenus();

