
/*
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(aiq=new menuname("about")){
style=menuStyleSub;
margin="0 0 10px 0";
aI("text=Inspiro;url=" + _dbbd + "/About/Inspiro.aspx;");
aI("text=Avantiq;url=" + _dbbd + "/About/AvantIQ.aspx;");
aI("text=Services &amp; prices;url=" + _dbbd + "/services/overview.aspx;");
aI("text=Print material;url=" + _dbbd + "/about/downloads.aspx;");
aI("text=News;url=" + _dbbd + "/About/News.aspx;");
}

with(aiq=new menuname("myinspiro")){
style=menuStyleSub;
margin="0 0 10px 0";
aI("text=My searches;url=" + _dbbd + "/MyInspiro/MySearches.aspx;");
}

with(aiq=new menuname("start")){
style=menuStyleSub;
margin="0 0 10px 0";
aI("text=Search myself;url=" + _dbbd + "/MyInspiro/New/NewSearch.aspx;");
aI("text=Order the search;url=" + _dbbd + "/MyInspiro/New/NewOrder.aspx;");
aI("text=Explain and guide me!;url=" + _dbbd + "/MyInspiro/New/Guide.aspx;");
}

with(aiq=new menuname("tools")){
style=menuStyleSub;
margin="0 0 10px 0";
aI("text=All tools;url=" + _dbbd + "/Tools/Tools.aspx;");
aI("text=Goods &amp; Services;url=" + _dbbd + "/Tools/Translate/TranslateGS.aspx;");
aI("text=Nice class headings;url=" + _dbbd + "/Tools/Nice/NiceClassHeadings.aspx;");
aI("text=INN Stems;url=" + _dbbd + "/Tools/Various/INNStems.aspx;");
}

with(aiq=new menuname("contact")){
style=menuStyleSub;
margin="0 0 10px 0";
aI("text=Contact us;url=" + _dbbd + "/Help/Contact.aspx;");
aI("text=Register Now!;url=" + _dbbd + "/Help/Register.aspx;");
aI("text=Help;url=" + _dbbd + "/Help/Help.aspx;");
aI("text=Windows Online Support;url=" + _dbbd + "/Public/Help/Teamviewer/TeamViewerQS.exe;");
aI("text=Mac Online Support;url=" + _dbbd + "/Public/Help/Teamviewer/TeamViewerQS-1.zip;");
}

drawMenus();
