//  ovs_menu   --------------
var ovsmain = new MenuBar("ovsmain",0,2,0,0,0,1,1,"solid","#660033","#660033","#FFFFFF","Verdana, Arial, Helvetica, sans-serif",12,"normal","normal","#FFFFFF","#660033","");

var m1_ovsmain = new Menu("Home",100,100,"../index.html");
ovsmain.addMenu(m1_ovsmain);

var m2_ovsmain = new Menu("Wine Cellars",100,100,"../html/racking.html");
m2_ovsmain.addMenuItem("Design","../html/design_services.html");
m2_ovsmain.addMenuItem("Showcase Cellars","../html/showcase.html");
m2_ovsmain.addMenuItem("Functional Cellars","../html/functional.html");
m2_ovsmain.addMenuItem("Economy Cellars","../html/economy.html");
m2_ovsmain.addMenuItem("Commercial Cellars","../html/commercial.html");
//m2_ovsmain.addMenuItem("Design Services","../html/design_services.html");
ovsmain.addMenu(m2_ovsmain);

var m3_ovsmain = new Menu("Refrigeration",100,100,"../html/refrigeration.html");
m3_ovsmain.addMenuItem("Climate Control","../html/climate_control.html");
m3_ovsmain.addMenuItem("Wine Refrigerators","../html/wine_refrigerators.html");
ovsmain.addMenu(m3_ovsmain);

var m4_ovsmain = new Menu("Gallery",100,100,"../html/gallery.html");
//m4_ovsmain.addMenuItem("Climate Control","../html/climate_control.html");
//m4_ovsmain.addMenuItem("Wine Refrigerators","../html/wine_refrigerators.html");
ovsmain.addMenu(m4_ovsmain);

var m5_ovsmain = new Menu("Accessories",100,100,"../html/accessories.html");
m5_ovsmain.addMenuItem("Tasting Tables","../html/tasting_tables.html");
m5_ovsmain.addMenuItem("Art","../html/cellar_art.html");
m5_ovsmain.addMenuItem("Doors","../html/cellar_doors.html");
m5_ovsmain.addMenuItem("Ladders","../html/cellar_ladders.html");
m5_ovsmain.addMenuItem("Other","../html/other_accessories.html");
ovsmain.addMenu(m5_ovsmain);

var m6_ovsmain = new Menu("Get Started",100,100,"../html/gettingstarted.html");
m6_ovsmain.addMenuItem("Wine Cellar Facts","../html/wine_cellar_basics.html");
m6_ovsmain.addMenuItem("Construction Guidelines","../html/constructionguidelines.html");
//m6_ovsmain.addMenuItem("FAQs","../html/faqs.html");
m6_ovsmain.addMenuItem("Contact Us","../html/contact.html");
ovsmain.addMenu(m6_ovsmain);

//var m6_ovsmain = new Menu("Online Store",100,100,"http://www.innovativeecom.com/b2c/browse.pl?owner=124");
//ovsmain.addMenu(m6_ovsmain);

var m7_ovsmain = new Menu("Testamonials",100,100,"../html/testamonials.html");
//m7_ovsmain.addMenuItem("Contact Us","../html/contact.html");
ovsmain.addMenu(m7_ovsmain);
//-->