
/*
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="#c6ddff";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#D1DAED";
borderstyle="solid";
borderwidth=0;
separatorcolor="#C0C0C0";
separatorsize="0";
padding=2;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2)";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top=30;
left="offset=230";
alwaysvisible=1;
orientation="horizontal";
menuwidth="500";
aI("text=Home;url=http://www.purepoweraps.com;status=Back To Home Page;");
aI("text=Products;url=/aps.htm;showmenu=Products;");
aI("text=Technology;url=/regen.htm;showmenu=Technology;");
aI("text=Where to Buy;url=/dealers.htm;showmenu=Where to Buy;");
aI("text=Reviews & Info;url=/APSreviews.htm;showmenu=Reviews & Info;");
aI("text=FAQ's;url=/FAQs.htm;showmenu=FAQs;");
aI("text=Contact;url=/sales.htm;showmenu=contact;");

}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Model 2000;url=/pdf/2000 tech specs.pdf;");
aI("text=Model 1050;url=/aps.htm;");
aI("text=Model 700;url=/aps.htm;");
aI("text=PowerPacks;url=/powerpack.htm;");
aI("text=Price List - USA;url=/pdf/USprices.pdf;");
aI("text=Product List - International;url=/pdf/Intproducts.pdf;");
}

with(milonic=new menuname("Technology")){
style=menuStyle;
aI("text=Power Regeneration;url=/regen.htm;");
aI("text=The 5 Top Things;url=/Top5.htm;");
aI("text=The 10 Power Gremlins;url=/gremlins.htm;");
aI("text=Specifications;url=/specs.htm;");
aI("text=International Specifications;url=/specs-int.htm;");
aI("text=Whitepapers;url=/Whitepapers/OnsiteRegeneration.htm;");
}

with(milonic=new menuname("Where to Buy")){
style=menuStyle;
menuwidth="158";
aI("text=Free Power Audit;url=/Audit.htm;");
aI("text=Find a Dealer;url=/dealers.htm;");
aI("text=Order Form;url=/pdf/orderform.pdf;");
}

with(milonic=new menuname("Reviews & Info")){
style=menuStyle;
menuwidth="150";
aI("text=Reviews;url=/APSreviews.htm;");
aI("text=Manuals and Literature;url=/lit.htm;");
aI("text=Warranty Info;url=/warranty.htm;");
aI("text=Image Gallery;url=/Images.htm;");
}

with(milonic=new menuname("FAQs")){
style=menuStyle;
aI("text=Power FAQs;url=/FAQs.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=/sales.htm;");
aI("text=About Us;url=/about.htm;");
}

drawMenus();

