
/*
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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#CC4D00";
oncolor="#ffffff";
offbgcolor="#1C5E8C";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="0";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#1C5E8C";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/zyche_milonic/arrow.gif";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=100))";
outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
top="105";
orientation="horizontal";
screenposition="center";
menuwidth=751;
align="center";
menuheight=25;
aI("text=consultation;url=/zyche_consultation/consultation.php;");
aI("text=products;showmenu=Products;");
aI("text=freebies;showmenu=Freebies;");
aI("text=open source;showmenu=OSource;");
aI("text=articles;showmenu=Articles;");
aI("text=support;showmenu=Support;");
aI("text=about us;showmenu=AboutUs;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
margin=5;
aI("text=iLock e-Wallet Password Manager;url=/zyche_products/ilock.php;");
aI("text=Morse Code Master: TRANZKRYBER;url=/zyche_products/tranzkryber.php;");
aI("text=.NET Guardian: Global Mouse/Keyboard Event Hook;url=/zyche_products/guardian.php;");
aI("text=.NET Simple Audio for Pocket PC;url=/zyche_products/simpleaudio.php;");
aI("text=.NET Button Harness for Pocket PC;url=/zyche_products/bharness.php;");
aI("text=.NET Recorder for Pocket PC;url=/zyche_products/recorder.php;");
aI("text=Melody Mate 2004 (v2.0);url=/zyche_products/mmate2004.php;");
aI("text=Patient File v2.0 for Pocket PC;url=/zyche_products/patientfile.php;");
aI("text=Student Connect for Pocket PC;url=/zyche_products/studentconnect.php;");
aI("text=zWatcher: Remote Desktop Viewer;url=/zyche_products/zwatcher.php;");
aI("text=InFocus: Network Computer Management Made Easy;url=/zyche_forums/viewtopic.php?t=4;target=new;");
}

with(milonic=new menuname("Freebies")){
style=menuStyle;
margin=5;
aI("text=Handy Spell (alpha 0.2.1);url=http://www.pocketgear.com/software_detail.asp?id=14250;target=new;");
aI("text=Pocket PC Snail Theme;url=http://www.pocketgear.com/software_detail.asp?id=13192;target=new;");
aI("text=iPAQ System Assets DLL Wrapper;url=http://www.devbuzz.com/content/zinc_netcf_ipaq_system_info_pg1.asp;target=new;");
aI("text=Melody Mate v1.0 (Pocket PC);url=http://www.zyche.com/downloads/MelodyMatePPC_Arm_FREEWARE.Zip;");
aI("text=eVB 3.0 GPS Test Harness;url=/downloads/gps_test_app2.zip;");
}

with(milonic=new menuname("OSource")){
style=menuStyle;
margin=5;
aI("text=Conforza!;url=http://sourceforge.net/projects/conforza/;target=new;");
aI("text=Melody Mate (Palm OS);url=http://www.palmgear.com/index.cfm?fuseaction=software.showsoftware&prodid=14781;target=new;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
margin=5;
aI("text=Support Email Form;url=/zyche_support/support.php;");
aI("text=Zyche! Product Forums;url=/zyche_forums/;target=new;");
}

with(milonic=new menuname("Articles")){
style=menuStyle;
margin=5;
aI("text=Intellignet Applications (Pocket PC);url=http://www.devbuzz.com/content/zinc_netcf_ipaq_system_info_pg1.asp;target=new");
aI("text=Configuring Remote Data Access;url=http://www.devbuzz.com/content/eyecandy_01_pg1.asp;target=new");
aI("text=GPS/GIS Development 1;url=http://www.devbuzz.com/content/zinc_evb_gps_intro_pg1.asp;target=new");
aI("text=NMEA Primer;url=/zyche_articles/nmea.php;");
aI("text=GPS / GIS Links;url=/zyche_articles/gpsgislinks.php;");
aI("text=GPS Cables for the Pocket PC;url=/zyche_articles/ipaqgps.php;");
aI("text=GPS Selective Availability;url=/zyche_articles/documents/sa.doc;target=new");
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
margin=5;
aI("text=Location;url=/zyche_about/history.php;");
aI("text=Why choose Zyche!;url=/zyche_about/whyus.php;");
}

drawMenus();

