menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
effect = "Fade(duration=0.4);Alpha(style=0,opacity=100);Shadow(color='#999999', Direction=135, Strength=5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

timegap=500			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=15;		// Sub menu offset Top position 
suboffset_left=15;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",					// Mouse Off Font Color
"000000",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"000000",				// Mouse On Background Color
"000099",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
2,						// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
"5",						// 3D Border & Separator bar
"FF0000",				// 3D High Color
"FF0000",				// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#003399",					// Mouse Off Font Color
"#46CEBD",				// Mouse Off Background Color
"#003399",				// Mouse On Font Color
"#E2F5E2",				// Mouse On Background Color
"",              		// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
3,						// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
1,						// 3D Border & Separator bar
"#46CEBD",				// 3D High Color
//"FAF5E7",				// 3D Low Color
"#46CEBD",				// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style2b=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#003399",					// Mouse Off Font Color
"#CEE7FF",				// Mouse Off Background Color
"#003399",				// Mouse On Font Color
"#E8F5FF",				// Mouse On Background Color
"",              		// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
3,						// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
1,						// 3D Border & Separator bar
"#CEE7FF",				// 3D High Color
//"FAF5E7",				// 3D Low Color
"#CEE7FF",				// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]


style3=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",					// Mouse Off Font Color
"000000",				// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"FF0000",				// Mouse On Background Color
"000099",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
0,						// 3D Border & Separator bar
"FF0000",				// 3D High Color
"FF0000",				// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"",			// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]


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
-20,			// Menu Top - The Top position of the menu in pixels
1,			// Menu Left - The Left position of the menu in pixels
1,			// 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"
style1,			// 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)
0, 			// 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
,			// ..Now Obsolete..
,			// 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)
,			// Reserved for future use
,			// Reserved for future use
,			// Reserved for future use
,".",".",,"",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])
addmenu(menu=["mainmenu2",21,207,111,1,,style2b,1,"center",,,0,,,,,,,,,,,"Products","show-menu=products","http://www.insectomatic.com.au/products.htm","Insect-O-Matic Products",1])
addmenu(menu=["mainmenu2",21,318,111,1,,style2b,1,"center",,,0,,,,,,,,,,,"Maintenance","show-menu=none","http://www.insectomatic.com.au/main.htm","Maintenance of Insect-O-Matic Products",1])

addmenu(menu=["mainmenu2",0,200,75,1,,style2,1,"center",,,0,,,,,,,,,,,"Home","show-menu=none","http://www.insectomatic.com.au/index.htm","Home Page",1])
addmenu(menu=["mainmenu2",0,270,75,1,,style2,1,"center",,,0,,,,,,,,,,,"About Us","show-menu=none","http://www.insectomatic.com.au/about.htm","About Insect-O-Matic",1])
addmenu(menu=["mainmenu2",0,340,75,1,,style2,1,"center",,,0,,,,,,,,,,,"Site Map","show-menu=none","http://www.insectomatic.com.au/map.htm","Site Map",1])
addmenu(menu=["mainmenu2",0,410,75,1,,style2,1,"center",,,0,,,,,,,,,,,"Contact Us","show-menu=none","http://www.insectomatic.com.au/contact.htm","Contact Insect-O-Matic",1])



addmenu(menu=["products",
	,,140,1,"",style2b,,"left",effect,,,,,,,,,,,,
	,"Electric Fly Killers","show-menu=elec","http://www.insectomatic.com.au/products_electric.php","Electric Fly Killers",1
	,"Glueboard Fly Killers","show-menu=glue","http://www.insectomatic.com.au/products_glue.php","Glueboard Fly Killers",1
	,"Lamps","http://www.insectomatic.com.au/lamps.htm",,"Lamps - Synergetic",1
	,"Cryonite","http://www.insectomatic.com.au/cryonite.htm",,"Cryonite",1
	])
	
addmenu(menu=["elec",
	,,125,1,"",style2b,,"left",effect,,,,,,,,,,,,
	,"Focus Series","http://www.insectomatic.com.au/products_electricb.php",,"Electric Fly Killers - Focus Series",1
	,"Select Series","http://www.insectomatic.com.au/products_electricc.php",,"Electric Fly Killers - Select Series",1
	,"Industrial Series","http://www.insectomatic.com.au/products_electricd.php",,"Electric Fly Killers - Industrial Series",1
	])
	
	addmenu(menu=["glue",
	,,125,1,"",style2b,,"left",effect,,,,,,,,,,,,
	,"Discreet Series","http://www.insectomatic.com.au/products_glueb.php",,"Glueboard Fly Killers - Discreet Series",1
	,"Select Series","http://www.insectomatic.com.au/products_gluec.php",,"Glueboard Fly Killers - Select Series",1
	,"Industrial Series","http://www.insectomatic.com.au/products_glued.php",,"Glueboard Fly Killers - Industrial Series",1
	])
	
dumpmenus()
