var menu0 = new SMALLMENU("top");
var menu1 = new SMALLMENU("top");
var menu2 = new MENU("top");
var menu3 = new SMALLMENU("top");
var menu4 = new MENU("top");
var menu5 = new SMALLMENU("top");


menu0.entry(1, 20, "HOME", "/index2.php");
menu0.mainTop = 5;
menu0.mainLeft = 10;
menu0.mainBGColor = "";
menu0.create();

menu1.entry(1, 20, "ABOUT US", "/about/index.php");
menu1.entry(2, 15, "> Dixon History", "/about/index.php");
menu1.entry(2, 15, "> Dixon Mission", "/about/index.php?o=mission");
menu1.entry(2, 15, "> Dixon Divisions", "/about/index.php?o=divisions");
menu1.entry(2, 15, "> Dixon Videos", "/about/index.php?o=video");
menu1.mainTop = 5;
menu1.mainLeft = 80;
menu1.mainBGColor = "";
menu1.create();

menu2.entry(1, 20, "ONLINE CATALOG", "/dpl/index.php");
menu2.entry(2, 15, "> Search Catalog", "/dpl/index.php");
menu2.entry(2, 15, "> List Pricing", "/dpl/literature.php?o=list_pricing");
menu2.entry(2, 15, "> Literature Downloads", "/dpl/literature.php");
menu2.entry(2, 15, "> Literature Request", "/dpl/literature.php?o=order");
menu2.entry(2, 15, "> Terms of Sale", "/survey/terms_of_sale.php");
menu2.mainTop = 5;
menu2.mainLeft = 150;
menu2.mainBGColor = "";
menu2.create();

menu3.entry(1, 20, "TECHNICAL", "/resources/cr_chart.php");
menu3.entry(2, 15, "> Corrosion Resistance", "/resources/cr_chart.php");
menu3.entry(2, 23, "> Crimp and Swage Recommendations", "/resources/icad.php");
menu3.entry(2, 15, "> End Force Calculator", "/resources/end_force_calc.php");
menu3.entry(2, 15, "> Equipment Manuals", "/resources/mem.php");
menu3.entry(2, 15, "> Pressure Chart", "/resources/index.php");
menu3.entry(2, 23, "> Product Cross Reference", "/customers/controllers/pub/product_cross_reference.php");
menu3.entry(2, 15, "> Product How To's", "/resources/product_how_to.php");
menu3.entry(2, 15, "> Repair Kits", "/resources/repair_kits.php");
menu3.entry(2, 23, "> Dry Disconnect & Breakaways", "/resources/disconnect.php");
menu3.mainTop = 5;
menu3.mainLeft = 290;
menu3.mainBGColor = "";
menu3.create();

menu4.entry(1, 20, "SAFETY/TRAINING", "/safety/index.php");
menu4.entry(2, 15, "> Procedures", "/safety/index.php");
menu4.entry(2, 15, "> PowerPoint Modules", "/safety/index.php?o=ppt");
menu4.entry(2, 15, "> Mobile Trailer", "/safety/mobile_trailer.php");
menu4.entry(2, 15, "> Hose Coupling School", "/safety/hose_coupling_school.php");
menu4.mainTop = 5;
menu4.mainLeft = 370;
menu4.mainBGColor = "";
menu4.create();

menu5.entry(1, 20, "LOCATIONS", "/locations/index.php");
menu5.mainTop = 5;
menu5.mainLeft = 500;
menu5.mainBGColor = "";
menu5.create();