menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=4;	// Sub menu offset Top position 
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

home_style=[			// home_style is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"navy",				// Mouse Off Font Color
"white",			// Mouse Off Background Color
"ffebdc",			// Mouse On Font Color
"white",			// Mouse On Background Color
"000000",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
0,					// Menu Item Padding
,					// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"Purple",			// Current Page Item Font Color (leave this blank to disable)
"pink",				// Current Page Item Background Color (leave this blank to disable)
,					// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
,					// Menu Header Background Color (Leave blank if headers are not needed)
"navy",				// Menu Item Separator Color
]

main_style=[			// home_style is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",				// Mouse Off Font Color
"003399",			// Mouse Off Background Color
"FFCC00",			// Mouse On Font Color
"003399",			// Mouse On Background Color
"000000",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
5,					// Menu Item Padding
"../images/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"../images/arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"black",				// Menu Item Separator Color
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
73,					// Menu Top - The Top position of the menu in pixels
2,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
home_style,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"<a href=default.asp><img src=images/menu_home.jpg border=0 height=15 width=53></a>","",,"Home",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<a href=service_station.asp><img src=images/menu_equipment.jpg border=0 height=15 width=75></a>","show-menu=equipment",,"Retail Petroleum Equipment",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<a href=services.asp><img src=images/menu_services.jpg border=0 height=15 width=65></a>","show-menu=services",,"Services",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<a href=http://www.petrodirect.com target=new_win><img src=images/menu_order_online.jpg border=0 height=15 width=93></a>","show-menu=order_online",,"Order Online from PetroDirect",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<a href=linecard.asp><img src=images/menu_manufacturers.jpg border=0 height=15 width=71></a>","",,"LineCard",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<a href=about_PPE.asp><img src=images/menu_about_PPE.jpg border=0 height=15 width=73></a>","",,"About Pacific Petroleum Equipment",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<a href=contact_us.asp><img src=images/menu_contact_us.jpg border=0 height=15 width=348></a>","",,"Contact Us",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])

addmenu(menu=[
"equipment",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
240,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=95);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;Retail Petroleum Equipment","service_station.asp",,"Retail Petroleum Equipment",0
,"&nbsp;Commercial & Industrial","commercial_industrial.asp",,"Commercial & Industrial",0
,"&nbsp;Fleet Fueling & Maintenance","fleet_fueling.asp",,"Fleet Fueling & Maintenance",0
,"&nbsp;Order Online","http://www.petrodirect.com",,"Order Online",0

])

addmenu(menu=[
"service_station",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
140,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=95);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;POS Systems","pos_systems.asp",,"POS Systems",0
,"&nbsp;Dispensers","dispensers.asp",,"Dispensers",0
])

addmenu(menu=[
"commercial_industrial",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
225,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=95);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;Emergency Generators","emergency_generators.asp",,"Emergency Generators",0
,"&nbsp;Marina Fueling","marina_fueling.asp",,"Marina Fueling",0
])

addmenu(menu=[
"fleet_fueling",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
225,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=95);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;Transfer Pumps","transfer_pumps.asp",,"Transfer Pumps",0
,"&nbsp;Lubrication Equipment","lubrication_equipment.asp",,"Lubrication Equipment",0
,"&nbsp;Tank Truck Equipment","tank_truck_equipment.asp",,"Tank Truck Equipment",0
,"&nbsp;Card Lock Systems","card_lock_systems.asp",,"Card Lock Systems",0
])

addmenu(menu=[
"engineering_design",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
275,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=95);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;California SPCC","spcc.asp",,"California SPCC",0
,"&nbsp;Emergency Generator Fuel Systems","emergency_generator_fuel_systems.asp",,"Emergency Generator Fuel Systems",0
,"&nbsp;Marina Fuel Docks","marina_fuel_docks.asp",,"Marina Fuel Docks",0
])


addmenu(menu=[
"services",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
225,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=95);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;Fuel System Design","service_station_design.asp",,"Fuel System Design",0
,"&nbsp;California SPCC Plans","spcc.asp",,"SPCC Planning",0
,"&nbsp;Lender Financing Quotes","custom_quotes.asp",,"Lender Financing Quotes",0
])

addmenu(menu=[
"order_online",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
275,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=90);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;PetroDirect.com","",,"",0
,"&nbsp;&nbsp;&nbsp;&nbsp;Product Catalog","http://www.petrodirect.com/catalog.asp",,"Product Catalog",0
,"&nbsp;&nbsp;&nbsp;&nbsp;Part # Search","http://www.petrodirect.com/search.asp",,"Part # Search",0
,"&nbsp;&nbsp;&nbsp;&nbsp;Browse By Category","show-menu=browse_category",,"Browse By Category",0
])

addmenu(menu=[
"browse_category",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
275,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=90);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;Air & Water Equipment","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Delivery Accessories","http://www.petrodirect.com/category.asp?cID=64",,"Delivery Accessories",0
,"&nbsp;Dispenser Containment","http://www.petrodirect.com/category.asp?cID=86",,"Dispenser Containment",0
,"&nbsp;Filters","http://www.petrodirect.com/category.asp?cID=34",,"Filters",0
,"&nbsp;Hoses","http://www.petrodirect.com/category.asp?cID=22",,"Hoses",0
,"&nbsp;Hose Accessories","http://www.petrodirect.com/category.asp?cID=132",,"Hose Accessories",0
,"&nbsp;Lubrication Equipment","http://www.petrodirect.com/category.asp?cID=110",,"Lubrication Equipment",0
,"&nbsp;Nozzles","http://www.petrodirect.com/category.asp?cID=10",,"Nozzles",0
,"&nbsp;Nozzle Accessories","http://www.petrodirect.com/category.asp?cID=91",,"Nozzle Accessories",0
,"&nbsp;Piping Accessories","http://www.petrodirect.com/category.asp?cID=89",,"Piping Accessories",0
,"&nbsp;Pumps & Motors","http://www.petrodirect.com/category.asp?cID=63",,"Pumps & Motors",0
,"&nbsp;Aboveground Tank Accessories","http://www.petrodirect.com/category.asp?cID=78",,"Aboveground Tank Accessories",0
,"&nbsp;Underground Tank Accessories","http://www.petrodirect.com/category.asp?cID=130",,"Underground Tank Accessories",0
])

addmenu(menu=[
"browse_manufacturer",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
275,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=90);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;Amflo","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Balcrank","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Bayco","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Coxreels","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Duro","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;EBW","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Environ","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;EZ-flo","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;FE Petro","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Federal Process","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Fill-Rite","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Goodyear","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Husky","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Morrison Bros","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;National Spencer","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;OPW","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Petro-Clear","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Phil-Tite","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Pisces","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Pomeco","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;PT Coupling","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Richards","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;TiteFlex","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
,"&nbsp;Western Fiberglass","http://www.petrodirect.com/category.asp?cID=117",,"Air & Water Equipment",0
])


addmenu(menu=[
"manufacturers",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
175,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=95);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;Our Manufacturers","manufacturers.asp",,"Manufacturers",0
,"&nbsp;Line Card","linecard.asp",,"Line Card",0

])

addmenu(menu=[
"about_PPE",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
175,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=95);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;About PPE","about_ppe.asp",,"About PPE",0
,"&nbsp;Mission Statement","mission.asp",,"Mission Statement",0
,"&nbsp;Our Team","our_team.asp",,"Our Team",0

])

addmenu(menu=[
"contact_us",                      // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
150,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
main_style,                  // Properties Array - this array is declared higher up as you can see above
0,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Alpha(style=0,opacity=95);Shadow(color=333333,Direction=115,Strength=5)",                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,// Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
"margin=0;",                  // Miscellaneous Menu Properties
,"&nbsp;Contact Us","contact.asp",,"Contact Us",0
])

dumpmenus()