webfxMenuUseHover = true;
webfxMenuHideTime = 500;
webfxMenuShowTime = 200;
WebFXMenu.prototype.width = 130;
webfxMenuImagePath	= "images/";

var myMenuCompany = new WebFXMenu;
myMenuCompany.add(new WebFXMenuItem("About Us", "company/about_us.htm"));
myMenuCompany.add(new WebFXMenuItem("Contact Us", "company/contact_us.htm"));

var myMenuProducts = new WebFXMenu;
myMenuProducts.add(new WebFXMenuItem("HC-Jet 200", "products/hc-jet-200.htm"));
//myMenuProducts.add(new WebFXMenuItem("HC-Jet 300", "products/hc-jet-300.htm"));
myMenuProducts.add(new WebFXMenuItem("HC-Jet 300 Pro", "products/hc-jet-300pro.htm"));
myMenuProducts.add(new WebFXMenuItem("HC-Jet 350", "products/hc-jet-350.htm"));
myMenuProducts.add(new WebFXMenuItem("HC-Jet 350G", "products/hc-jet-350g.htm"));
myMenuProducts.add(new WebFXMenuItem("HC-Jet 400", "products/hc-jet-400.htm"));

var myMenuApplications = new WebFXMenu;
myMenuApplications.add(new WebFXMenuItem("Applications", "applications/applications.htm"));

var myMenuSamples = new WebFXMenu;
myMenuSamples.add(new WebFXMenuItem("Printing Samples", "samples/samples.htm"));

var myMenuResources = new WebFXMenu;
myMenuResources.add(new WebFXMenuItem("Resources Download", "resources/resources.htm"));

var myBar = new WebFXMenuBar;
myBar.add(new WebFXMenuButton("<img OnMouseOver=move_in('image1','images/NavBtn1_on.gif') OnMouseOut=move_out('image1','images/NavBtn1_off.gif') name='image1' src='images/NavBtn1_off.gif' alt='Corporation' width='130' height='33' border='0'>", "company/about_us.htm",  null, myMenuCompany));
myBar.add(new WebFXMenuButton("<img OnMouseOver=move_in('image2','images/NavBtn2_on.gif') OnMouseOut=move_out('image2','images/NavBtn2_off.gif') name='image2' src='images/NavBtn2_off.gif' alt='Products' width='130' height='33' border='0'>", "products/products.htm", null, myMenuProducts));
myBar.add(new WebFXMenuButton("<img OnMouseOver=move_in('image3','images/NavBtn3_on.gif') OnMouseOut=move_out('image3','images/NavBtn3_off.gif') name='image3' src='images/NavBtn3_off.gif' alt='Applications' width='130' height='33' border='0'>", "applications/applications.htm", null, myMenuApplications));
myBar.add(new WebFXMenuButton("<img OnMouseOver=move_in('image4','images/NavBtn4_on.gif') OnMouseOut=move_out('image4','images/NavBtn4_off.gif') name='image4' src='images/NavBtn4_off.gif' alt='Printing Samples' width='130' height='33' border='0'>", "samples/samples.htm", null, myMenuSamples));
myBar.add(new WebFXMenuButton("<img OnMouseOver=move_in('image5','images/NavBtn5_on.gif') OnMouseOut=move_out('image5','images/NavBtn5_off.gif') name='image5' src='images/NavBtn5_off.gif' alt='Resources' width='130' height='33' border='0'>", "resources/resources.htm", null, myMenuResources));
