//UDMv3.4.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
///////////////////////////////////////////////////////////////////////////

// *** POSITIONING AND STYLES *********************************************
//if (navigator.appName == "Microsoft Internet Explorer") {
//	var menuALIGN = "center";		// alignment
//} else {
//	var menuALIGN = "left";		// alignment
//}

var menuALIGN = "center";		// alignment

var absLEFT = 	228;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	95; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = ""	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"009ACE";	// main nav cell color
var rCOLOR = 	"6bbe4a";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"ffffff"	// main nav border color
var aLINK = 	"000000";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"CG Omega, Tahoma, Arial, Helvetica";	// main nav font face
var fSIZE = 	10;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	2;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"4a754a";	// submenu cell color

var srCOLOR = 	"6bbe4a";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"000000"	// submenu border color
var saLINK = 	"ffffff";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"CG Omega, Tahoma, Arial, Helvetica";// submenu font face
var sfSIZE = 	10;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"666699";	// submenu drop shadow color
var shOPACITY = 0;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally



var closeTIMER = 130;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


addMainItem("http://www.rspcavic.org/about_us/about.htm","ABOUT US",80,"center","","",0,0,"");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"left","left",-5,-4,"");
	addSubmenuItem("http://www.rspcavic.org/about_us/victorian_districts.htm","Victorian Locations &nbsp;&nbsp;&nbsp;&nbsp;>>","");
	
	defineChildmenuProperties(150,"left","left",20,-10);
	addChildmenuItem("http://www.rspcavic.org/about_us/ballarat.htm","Ballarat","");
	addChildmenuItem("http://www.rspcavic.org/about_us/bairnsdale_lakesentrance.htm","Bairnsdale and Lakes Entrance","");
	addChildmenuItem("http://www.rspcavic.org/about_us/bendigo.htm","Bendigo","");
	addChildmenuItem("http://www.rspcavic.org/about_us/burwoodeast.htm","Burwood East","");
	addChildmenuItem("http://www.rspcavic.org/about_us/castlemaine.htm","Castlemaine","");
	addChildmenuItem("http://www.rspcavic.org/about_us/echuca.htm","Echuca","");
	addChildmenuItem("http://www.rspcavic.org/about_us/epping.htm","Epping","");
	addChildmenuItem("http://www.rspcavic.org/about_us/geelong.htm","Geelong","");
	addChildmenuItem("http://www.rspcavic.org/about_us/peninsula.htm","Peninsula","");
	addChildmenuItem("http://www.rspcavic.org/about_us/portland.htm","Portland","");
	addChildmenuItem("http://www.rspcavic.org/about_us/moe.htm","Moe","");
	addChildmenuItem("http://www.rspcavic.org/about_us/mildura.htm","Mildura","");
	addChildmenuItem("http://www.rspcavic.org/about_us/sale.htm","Sale","");
	addChildmenuItem("http://www.rspcavic.org/about_us/swanhill.htm","Swanhill","");
	addChildmenuItem("http://www.rspcavic.org/about_us/wangaratta.htm","Wangaratta","");
	addChildmenuItem("http://www.rspcavic.org/about_us/warrnambool.htm","Warrnambool","");
	
	addSubmenuItem("http://www.rspcavic.org/about_us/about.htm","Five Freedoms, Objectives, Values","");
	addSubmenuItem("http://www.rspcavic.org/about_us/rspca_policy_and_position_papers.htm","Policy & Position Papers","");
	addSubmenuItem("http://www.rspcavic.org/about_us/animal_welfare_priorities.htm","Animal Welfare Priorties","");
	addSubmenuItem("http://www.rspcavic.org/about_us/annual_report.htm","Annual Report","");
	addSubmenuItem("http://www.rspcavic.org/about_us/history.htm","History","");
	addSubmenuItem("http://www.rspcavic.org/about_us/local_community_presence.htm","Local Community Presence","");
	addSubmenuItem("http://www.rspcavic.org/about_us/site_redevelopment.htm","Site Development Plan","");
	addSubmenuItem("http://www.rspcavic.org/about_us/rspca_links.htm","RSPCA Links","");
	addSubmenuItem("http://www.rspcavic.org/about_us/careers.htm","Careers","");
	addSubmenuItem("http://www.rspcavic.org/about_us/contact.htm","Contact Us","");

addMainItem("","HELP THE RSPCA",106,"center","","",0,0,"");

	defineSubmenuProperties(220,"left","left",-5,-5,"");
	addSubmenuItem("","Donate &nbsp;&nbsp;&nbsp;&nbsp;>>","","");
	
	defineChildmenuProperties(160,"left","left",20,-10);
		addChildmenuItem("http://www.rspcavic.org/help_rspca/donate_to_our_appeal.htm","Donate to our Tax Appeal","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_drought_animal_aid.htm","Drought Animal Aid Appeal","","");
addChildmenuItem("https://wic022u.server-secure.com/vs138364_secure/","Donate Online","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/other_ways_to_donate.htm","Other Ways to Donate","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/how_your_donation_can_help.htm","How your Donation can Help","","");
	    addChildmenuItem("http://www.rspcavic.org/help_rspca/wish_list.htm","Wish List","","");
	    addChildmenuItem("http://www.rspcavic.org/help_rspca/ribbon_of_life.htm","Ribbon of Life Gift Program","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/champion_circle.htm","Champion Circle","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/regular_giving.htm","Regular Giving","","");
		
	addSubmenuItem("","Bequests & Bequest Animal Program &nbsp;&nbsp;>>","","");
	
	defineChildmenuProperties(180,"left","left",20,-10);
		addChildmenuItem("http://www.rspcavic.org/help_rspca/care_for_the_future.htm","Care for the Future","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/bequest_animal_program.htm","Bequest Animal Program","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/information_for_solicitors.htm","Information for Solicitors","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/fostering_bap.htm","Bequest Animal Program Fostering","","");
	    	
	addSubmenuItem("http://www.rspcavic.org/help_rspca/membership.htm","Membership &nbsp;&nbsp;&nbsp;&nbsp;>>","","");
	
	defineChildmenuProperties(140,"left","left",20,-10);
		addChildmenuItem("http://www.rspcavic.org/kids_stuff/paw_prints_membership.htm","Paw Prints Club","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/membership.htm","RSPCA Membership","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/champion_circle.htm","Champion Circle","","");
	
	addSubmenuItem("http://www.rspcavic.org/help_rspca/rspca_sponsors.htm","Sponsorship &nbsp;&nbsp;&nbsp;&nbsp;>>","","");
	
	defineChildmenuProperties(140,"left","left",20,-10);
		addChildmenuItem("http://www.rspcavic.org/help_rspca/rspca_sponsors.htm","Sponsorship","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/all_creatures_sponsorship.htm","All Creatures Sponsorship","","");
			
	addSubmenuItem("http://www.rspcavic.org/help_rspca/shop_rspca.htm","Shopping Online &nbsp;&nbsp;&nbsp;&nbsp;>>","","");
	
	defineChildmenuProperties(120,"left","left",20,-10);
		addChildmenuItem("http://www.rspcavic.org/help_rspca/shop_rspca.htm","Shopping Online","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/accredited_products.htm","Accredited Products","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/shop_raffle.htm","RSPCA Raffle","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/shop_entertainment_books.htm","Entertainment Books","","");
		addChildmenuItem("https://www.rspcapetinsurance.org.au/","RSPCA Pet Insurance","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/rspca_visa_card.htm","RSPCA Rescue Visa Card","","");
		
	addSubmenuItem("","How Companies can Help &nbsp;&nbsp;&nbsp;&nbsp;>>","","");
		defineChildmenuProperties(120,"left","left",20,-10);
		addChildmenuItem("http://www.rspcavic.org/volunteer/corporate_volunteering.htm","Corporate Volunteering","","");
		addChildmenuItem("http://www.rspcavic.org/help_rspca/rspca_sponsors.htm","Sponsorship","","");
				
	addSubmenuItem("http://www.rspcavic.org/volunteer/become_a_volunteer.htm","Volunteer","","");
	

	
addMainItem("","RSPCA SERVICES",94,"left","","",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(180,"left","left",-5,-30,"");
	addSubmenuItem("http://www.rspcavic.org/rspca_services/inspectorate.htm","Inspectorate","","");
	addSubmenuItem("http://www.rspcavic.org/rspca_services/clinics.htm","Clinics","","");
	addSubmenuItem("http://www.rspcavic.org/rspca_services/shelters.htm","Shelters","","");
	addSubmenuItem("http://www.rspcavic.org/rspca_services/education.htm","Education","","");
	
	defineChildmenuProperties(120,"left","left",20,-10);
		addChildmenuItem("http://www.rspcavic.org/rspca_services/education_preschool.htm","Preschool","","");
		addChildmenuItem("http://www.rspcavic.org/rspca_services/education_primary.htm","Primary","","");
		addChildmenuItem("http://www.rspcavic.org/rspca_services/education_secondary.htm","Secondary","","");
		addChildmenuItem("http://www.rspcavic.org/rspca_services/education_tertiary.htm","Tertiary","","");
		addChildmenuItem("http://www.rspcavic.org/rspca_services/education_teachers.htm","Teachers","","");
		addChildmenuItem("http://www.rspcavic.org/rspca_services/education_information.htm","Information","","");
	
	addSubmenuItem("","Training & Behaviour &nbsp;&nbsp;&nbsp;&nbsp;>>","","");
	
	    defineChildmenuProperties(180,"left","left",20,-10);
	addChildmenuItem("http://www.rspcavic.org/rspca_services/kitten_kindy.htm","Kitten Kindy","","");
	addChildmenuItem("http://www.rspcavic.org/rspca_services/puppy_preschool.htm","Puppy Preschool","","");
	addChildmenuItem("http://www.rspcavic.org/rspca_services/beyond_basic_dog_training.htm","Beyond Basic Dog Training","","");
	addChildmenuItem("http://www.rspcavic.org/rspca_services/one_on_one_dog_training.htm","One-on-One Dog Training","","");
	addChildmenuItem("http://www.rspcavic.org/rspca_services/behaviour_consultations.htm","Cat and Dog Behaviour Consultations","","");
	
	addSubmenuItem("http://www.rspcavic.org/rspca_services/grooming.htm","Grooming","","");
	
	// add submenu link items ("url","Link name","_target","alt text")
	

addMainItem("","PET ADOPTION",100,"center","","",0,0,"");	

	defineSubmenuProperties(180,"left","left",-5,-4,"");
	addSubmenuItem("http://www.rspcavic.org/pet_adoption/pet_adoption.htm","RSPCA Burwood Shelter &nbsp;&nbsp;&nbsp;&nbsp;>>","","");
	
	defineChildmenuProperties(180,"left","left",20,-10);
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/burwood_adoption_dogs.htm","RSPCA Adoption Dogs","","");
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/burwood_adoption_cats.htm","RSPCA Adoption Cats","","");
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/burwood_adoption_rabbits_guinea_pigs.htm","RSPCA Adoption Rabbits & Guineapigs","","");
		
	addSubmenuItem("http://www.rspcavic.org/pet_adoption/peninsula_adoption.htm","RSPCA Peninsula Shelter","","");
	addSubmenuItem("http://www.rspcavic.org/pet_adoption/epping_adoption.htm","RSPCA Epping Shelter","","");
	addSubmenuItem("","RSPCA Regional Shelters &nbsp;&nbsp;&nbsp;&nbsp;>>","","");
	
	defineChildmenuProperties(120,"left","left",20,-10);
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/ballarat_adoption.htm","RSPCA Ballarat","","");
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/bendigo_adoption.htm","RSPCA Bendigo","","");
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/castlemaine_adoption.htm","RSPCA Castlemaine","","");
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/echuca_adoption.htm","RSPCA Echuca","","");
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/portland_adoption.htm","RSPCA Portland","","");
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/sale_adoption.htm","RSPCA Sale","","");
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/wangaratta_adoption.htm","RSPCA Wangaratta","","");
		addChildmenuItem("http://www.rspcavic.org/pet_adoption/warrnambool_adoption.htm","RSPCA Warrnambool","","");
	
	addSubmenuItem("http://www.rspcavic.org/pet_adoption/adopt_a_senior.htm","Four Legged Senior Program","","");
	addSubmenuItem("http://www.rspcavic.org/pet_adoption/lost_pets.htm","Lost Pets","","");
	addSubmenuItem("http://www.rspcavic.org/pet_adoption/pet_adoption_faqs.htm","FAQ's","","");
	// add submenu link items ("url","Link name","_target","alt text")
	
	
addMainItem("","ANIMAL CARE",80,"center","","",0,0,"a");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(200,"left","left",-5,-4,"");
	addSubmenuItem("http://www.rspcavic.org/animal_care/bird_care.htm","Bird Care","","");
	addSubmenuItem("http://www.rspcavic.org/animal_care/cat_care.htm","Cat Care","","");
	addSubmenuItem("http://www.rspcavic.org/animal_care/dog_care.htm","Dog Care","","");
	addSubmenuItem("http://www.rspcavic.org/animal_care/fish_care.htm","Fish Care","","");
	addSubmenuItem("http://www.rspcavic.org/animal_care/horse_care.htm","Horse Care","","");
	addSubmenuItem("http://www.rspcavic.org/animal_care/small_animal_care.htm","Rabbit, Guinea Pig, Mouse & Rat Care","","");
	addSubmenuItem("http://www.rspcavic.org/animal_care/wildlife_care.htm","Wildlife","","");
	// add submenu link items ("url","Link name","_target","alt text")

	
	
addMainItem("","CAMPAIGNS & NEWS",120,"center","","",0,0,"h");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(180,"left","left",-5,-5,"");
	addSubmenuItem("http://www.rspcavic.org/campaigns_news/latest_news.htm","Latest RSPCA News","","");
	addSubmenuItem("","Campaigns &nbsp;&nbsp;&nbsp;&nbsp;>>","","");
	
	defineChildmenuProperties(180,"left","left",20,-10);
	    addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_drought_animal_aid.htm","Drought Animal Aid","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_fair_go_for_farm_animals.htm","Fair Go For Farm Animals","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_stamp_out_rodeos.htm","Stamp out Rodeos","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_bobby_calves.htm","Anti Bobby Calf Trade","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_wild_dog_traps.htm","Wild Dog Trapping","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_save_the_thai_elephants.htm","Save The Thai Elephants","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_live_animal_export_trade.htm","Ban Live Animal Export","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_circus_animals.htm","Ban Animal use in Circuses","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_intensive_farming.htm","Anti Intensive Farming Campaign","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_cat_desexing.htm","Cat Desexing Campaign","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_duck_hunting.htm","Ban Duck Hunting Campaign","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_sow_stalls_code_review.htm","Sows in Stalls","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_fireworks.htm","Fireworks Campaign","","");
		addChildmenuItem("http://www.rspcavic.org/campaigns_news/campaigns_tail_docking.htm","Anti Tail Docking Campaign","","");
	
	addSubmenuItem("http://www.rspcavic.org/campaigns_news/media_releases.htm","Media Releases","","");
	addSubmenuItem("http://www.rspcavic.org/campaigns_news/publications.htm","Publications","","");
	addSubmenuItem("http://www.rspcavic.org/campaigns_news/media_programs.htm","Media Programs","","");
	// add submenu link items ("url","Link name","_target","alt text")

addMainItem("","KIDS STUFF",80,"center","","",0,0,"q");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(140,"left","left",-5,-5,"");
	
	addSubmenuItem("http://www.rspcavic.org/kids_stuff/paw_prints_membership.htm","Paw Prints Club","","");
	addSubmenuItem("http://www.rspcavic.org/kids_stuff/kidsstuff_fundraising.htm","Junior Fundraising","","");
	addSubmenuItem("http://www.rspcavic.org/kids_stuff/kidsstuff_projects.htm","Projects","","");
	addSubmenuItem("http://www.rspcavic.org/kids_stuff/kidsstuff_holiday_program.htm","Holiday Program","","");
	addSubmenuItem("http://www.rspcavic.org/kids_stuff/kidsstuff_puzzles.htm","Puzzles","","");
	addSubmenuItem("http://www.rspcavic.org/rspca_services/education.htm","Education","","");

	// add submenu link items ("url","Link name","_target","alt text")

addMainItem("http://www.rspcavic.org/events/events_calendar.htm","EVENTS",60,"center","","",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	// defineSubmenuProperties(180,"left","left",0,-20,"");
	// addSubmenuItem("","","");
	// add submenu link items ("url","Link name","_target","alt text")
	


	
addMainItem("","VOLUNTEERS",80,"center","","",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(120,"left","left",-5,-5,"");
	addSubmenuItem("http://www.rspcavic.org/volunteer/become_a_volunteer.htm","Become a Volunteer","","");
	addSubmenuItem("http://www.rspcavic.org/volunteer/corporate_volunteering.htm","Corporate Volunteering","","");
	addSubmenuItem("http://www.rspcavic.org/volunteer/volunteer_positions.htm","Volunteer Positions","","");
	addSubmenuItem("http://www.rspcavic.org/volunteer/volunteer_profiles.htm","Volunteer Profiles","","");
	addSubmenuItem("http://www.rspcavic.org/volunteer/work_experience.htm","Work Experience","","");
	
	// add submenu link items ("url","Link name","_target","alt text")

	//About Us, Help the RSPCA, RSPCA Services, Pet Adoption, Animal Care, Campaigns & News, Kids Stuff, Events, Volunteers.

//**DO NOT EDIT THIS *****
}//***********************
//************************