


//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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=98);Shadow(color='#777777', Direction=135, Strength=5)"


timegap=200			// 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

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
"99ccff",			// Mouse Off Background Color
"000000",			// Mouse On Font Color
"ffffff",			// 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)
"Arial, Verdana",	// Font Name
6,					// Menu Item Padding
"arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"white",			// Current Page Item Font Color (leave this blank to disable)
"006699",				// Current Page Item Background Color (leave this blank to disable)
"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)
"000000",				// 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
178,					// Menu Top - The Top position of the menu in pixels
,				// Menu Left - The Left position of the menu in pixels
128,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
"left",					// 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
1,					// 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
,"Sires Listings","show-menu=sires",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Greyhounds 4 Sale","show-menu=greysforsale",,"",1
,"Services","show-menu=greyserv",,"",1
,"Products A - L","show-menu=greyproda",,"",1
,"Products M - Z","show-menu=greyprodz",,"",1
,"Publications","show-menu=greyinfo",,"",1
])

addmenu(menu=["sires",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Sires Alphabetic","show-menu=siresalpha",,,1
	,"Sires by State","show-menu=siresstate",,,1
	,"Sires by Sire","show-menu=siressire",,,1
	,"Sires by Fee","show-menu=siresfee",,,1
	])

	addmenu(menu=["siresalpha",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Sires - A to E","siresae.html",,,1
	,"Sires - F to J","siresfj.html",,,1
	,"Sires - K to O","siresko.html",,,1
	,"Sires - P to Z","sirespz.html",,,1
	])
	
	addmenu(menu=["siressire",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"By Sires - A to E","siressae.html",,,1
	,"By Sires - F to J","siressfj.html",,,1
	,"By Sires - K to O","siressko.html",,,1
	,"By Sires - P to T","siresspt.html",,,1
	,"By Sires - U to Z","siressuz.html",,,1
	])
	
		
	addmenu(menu=["siresfee",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Sires Fees $0-$499","sires0.html",,,1
	,"Sires Fees $500-$599","sires500.html",,,1
	,"Sires Fees $600-$799","sires600.html",,,1
	,"Sires Fees Over $799","sires800.html",,,1
	])
	
	
	addmenu(menu=["siresstate",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"New South Wales","siresnsw.html",,,1
	,"Queensland","siresqueen.html",,,1
	,"South Australia","siressa.html",,,1
	,"Tasmania","sirestas.html",,,1
	,"Victoria","siresvic.html",,,1
	,"Western Australia","sireswa.html",,,1
	])
		
	addmenu(menu=["greysforsale",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Breeders","show-menu=breeders",,,1
	,"Pups For Sale - Sires A to K","pupsforsaleak.html",,,1
	,"Pups For Sale - Sires L to Z","pupsforsalelz.html",,,1
	,"Broken In Dogs For Sale","breakins.html",,,1
	,"Race Dogs For Sale","racedogs.html",,,1
	,"Greyhound Syndications","show-menu=syndicates",,,1
	,"Broodbitches For Sale","broodbitches.html",,,1
	,"Greyhounds Wanted","wantedgreyhounds.html",,,1
	])
	
	addmenu(menu=["breeders",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Queensland","breedingqueen.html",,,1
	,"Victoria","breedingvic.html",,,1
	])

	addmenu(menu=["syndicates",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Team Bundy","bundysyndicates.html",,,1
	,"Other Syndications","syndications.html",,,1
	])
	
	addmenu(menu=["greyserv",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Breakers","show-menu=breakers",,,1
	,"Breeding Consultants","breedconsult.html",,,1
	,"Greyhound Adoption Programs","gap.html",,,1
	,"Greyhound Transport","show-menu=transport",,,1
	,"Kennelling & Rearing","show-menu=kennel",,,1
	,"Trainers","trainers.html",,,1
	,"Veterinarians","show-menu=vets",,,1
	])
	
	
	addmenu(menu=["kennel",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"All States","kennellingall.html",,,1
	,"New South Wales","show-menu=kennelsnsw",,,1
	,"Queensland","show-menu=kennelsqueen",,,1
	,"Victoria","show-menu=kennelsvic",,,1
	])

	addmenu(menu=["breakers",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Victoria","marums.html",,,1
	])
				
	addmenu(menu=["vets",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"South Australia","veterinariansa.html",,,1
	,"Victoria","veterinarianvic.html",,,1
	])
	
	addmenu(menu=["kennelsvic",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Blue Gums","bluegums.html",,,1
	,"Bushland Kennels","bushland.html",,,1
	,"Helms Greyhound Complex","helms.html",,,1
	,"Sunshine Kennels","sunshine.html",,,1
	])

	addmenu(menu=["kennelsqueen",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Stanley Pets Boarding Kennels","stanleypets.html",,,1
	])

	addmenu(menu=["kennelsnsw",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"City Bound Lodge","citybound.html",,,1
	,"Starr Kennels","starrkennels.html",,,1
	,"Wayward Farm","waywardfarm.html",,,1
	])
	
	addmenu(menu=["kennelsqueen",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Park Ridge Greyhound Complex","parkridge.html",,,1
	])
	
		
	addmenu(menu=["greyproda",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Accessories","show-menu=access",,,1
	,"Bark Collars","barkcollars.html",,,1
	,"Coats","show-menu=coats",,,1
	,"Collars And Leads","elitegreyhound.html",,,1
	,"Dog Teasers","show-menu=dogteasers",,,1
	,"First Aid","show-menu=firstaid",,,1
	,"Flea Treatments","show-menu=fleas",,,1
	,"Floats/Trailers","show-menu=trailers",,,1
	,"Food Products","show-menu=food",,,1
	,"Frozen Semen","show-menu=frozensemen",,,1
	,"Hydro Baths","show-menu=hydrobaths",,,1
	])
	
	addmenu(menu=["greyprodz",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Medical Lasers","show-menu=lasers",,,1
	,"Muzzles","show-menu=muzzles",,,1
	,"Properties","properties.html",,,1
	,"Supplements","show-menu=supplements",,,1
	,"Therapeutic Products","show-menu=therapeutics",,,1
	,"Vests","show-menu=vests",,,1
	,"Wanting To Sell","wantingtosell.html",,,1
	,"Whelping Boxes","accessories.html",,,1	
	,"Worm Treatments","show-menu=wormers",,,1
	])

	addmenu(menu=["access",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Various","show-menu=various",,,1
	])

	addmenu(menu=["coats",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"kickatinalong","kickatinalong.html",,,1
	,"Polo Neck","poloneckcoats.html",,,1
	])

	addmenu(menu=["firstaid",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Value Plus","valueplusfirstaid.html",,,1
	])

	addmenu(menu=["therapeutics",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Mirotec","mirotec.html",,,1
	,"Penetrene","penetrene.html",,,1
	])

	addmenu(menu=["fleas",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Mavlab","mavlabf.html",,,1
	])

	addmenu(menu=["various",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Kenol Enterprises","accessories.html",,,1
	])

	addmenu(menu=["dogteasers",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Ern's Dog Teasers","ernsdogteasers.html",,,1
	,"Whistler Dog Teasers","whistler.html",,,1
	])

	
	addmenu(menu=["wormers",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"EcoVet","ecovet.html",,,1
	,"Mavlab","mavlabw.html",,,1
	,"Ranvet","ranvetw.html",,,1
	,"Troy Laboratories","troylabw.html",,,1
	,"Value Plus","valueplusw.html",,,1
	])


	addmenu(menu=["frozensemen",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Adelaide Plains Vet Surgery","frozensemen_apvc.html",,,1
	,"Monash Veterinary Clinic","frozensemen_mvc.html",,,1
	,"Other Sources","frozensemen_other.html",,,1
	])
	
	addmenu(menu=["hydrobaths",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Fidos Hydrobaths","fidoshydrobaths.html",,,1
	,"Hydrobaths Australia","hydrobathaus.html",,,1
	])

	addmenu(menu=["muzzles",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Barking","show-menu=bmuzzles",,,1
	,"Race","show-menu=rmuzzles",,,1
	])

	addmenu(menu=["rmuzzles",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Australian Greyhound Nylon Muzzles","australiannylonmuzzles.html",,,1
	,"Greyhound Muzzles Online","gmomuzzles.html",,,1
	,"Millers Muzzles","millersmuzzles.html",,,1
	])

	addmenu(menu=["bmuzzles",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Elite Greyhound","elitegreyhound.html",,,1
	,"Millers Muzzles","millersmuzzles.html",,,1
	])

	addmenu(menu=["transport",
	,,210,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"All Greyhound Transporters","transportall.html",,,1
	,"Baxter's Greyhound & Pet Transport","baxters.html",,,1
	,"Best B.E.T.","bestbet.html",,,1
	,"Dogmovers","dogmovers.html",,,1
	,"Dog Porters","dogporters.html",,,1
	,"Jet Pets Animal Transport","jetpets.html",,,1
  	])
	
	addmenu(menu=["vests",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Cooling Vests","vestscool.html",,,1
	,"Racing Vests","greyvests.html",,,1
	])
	
	addmenu(menu=["food",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"CopRice","coprice.html",,,1
	,"Enduro Racer","enduroracer.html",,,1
	,"Supercoat","supercoat.html",,,1
	,"Winning Edge","winningedge.html",,,1
	])
	
	addmenu(menu=["trailers",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Lockwood Trailers","lockwoodtrailers.html",,,1
	,"Trickey Trailers","trickeytrailers.html",,,1
	])

	addmenu(menu=["supplements",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Mavlab","mavlab.html",,,1
	,"Nature Vet","naturevet.html",,,1
	,"R3 Shark Cartilage Powder","r3sharkcart.html",,,1
	,"Rapidvite","rapidvite.html",,,1
	,"Ranvet","ranvet.html",,,1
	,"Troy","troylab.html",,,1
	,"Value Plus","valueplus.html",,,1
  	])
	
	addmenu(menu=["lasers",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"JB Lasers","jblasers.html",,,1
	,"Laserex","laserex.html",,,1
	])
	
	
	addmenu(menu=["greyinfo",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Greyhound Advice Sheet","monashvetclinic.html",,,1
	,"Health Of The Racing Greyhound","tommeulman.html",,,1
	,"Vetsearch Articles","vetsearchpapers1.html",,,1
	])
	
dumpmenus()