
/*
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  ******* 
*/

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
aI("status=ClickStart Home Page;text=Home;url=http://www.clickstartcomputing.com/;");
aI("showmenu=Services;text=Services;url=http://www.clickstartcomputing.com/services/index.htm;");
aI("showmenu=Sales;text=Sales;url=http://www.clickstartcomputing.com/sales/index.htm;");
aI("showmenu=Project Gallery;text=Project Gallery;url=http://www.clickstartcomputing.com/project_gallery/index.htm;");
aI("showmenu=Links;text=Links;url=http://www.clickstartcomputing.com/links/index.htm;");
aI("showmenu=Help;text=Help;url=http://www.clickstartcomputing.com/help/index.htm;");
aI("status=Contact ClickStart;text=Contact Us;url=http://www.clickstartcomputing.com/contact_us.htm;");
}
drawMenus();
