//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 *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	130;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "/menu/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#666633";	// main nav cell color
var rCOLOR = 	"#6699cc";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"white"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	""		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	1;		// 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 = 	1;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#999966";	// submenu cell color

var srCOLOR = 	"#6699cc";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"white"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	12;		// 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 = 0;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu drop shadow size
var shCOLOR =	"white";	// submenu drop shadow color
var shOPACITY = 75;		// 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 = -1;		// shift the child menus horizontally

var closeTIMER = 330;		// 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 ***********************************************************




// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("/oren/about.htm","<span class='u'>O</span>tway Ranges<br>Environment Network",130,"left","","Otway Ranges Environment Network",0,0,"o");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(130,"left","left",0,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("/oren/about.htm","About OREN","","About OREN");		
	addSubmenuItem("/oren/membership.htm","Membership","","Membership");
	addSubmenuItem("/oren/donations.htm","Donations","","Donations");
	addSubmenuItem("/oren/contacts.htm","Contact OREN","","Contact OREN");
	addSubmenuItem("/search/index.php","Search","","");
	addSubmenuItem("/oren/credits.htm","Credits / links","","");
	addSubmenuItem("/other/students/students.htm","For students","","");
	addSubmenuItem("/other/photogallery/photogallery.htm","Photo gallery","","");
	addSubmenuItem("/other/maps/map.htm","Maps","","");
	addSubmenuItem("/archives/index.html","Archived site","","");
	addSubmenuItem("/other/glossary/glossary.htm","Glossary","","");
	
addMainItem("/campaign/intro.htm","OREN / Otway<br>campaign wins",130,"center","","",0,0,"t");

	defineSubmenuProperties(130,"left","left",0,0,"");

	addSubmenuItem("/campaign/intro.htm","Overview campaign<br>achievements","","");
	addSubmenuItem("/campaign/political.htm","ALP Otway policy<br>implementation","","");
		addSubmenuItem("/campaign/otway_water.html","Water not woodchips<br>campaign","","");
	addSubmenuItem("/campaign/politics/westrfadead.htm","West R.F.A.<br>cancelled / shut down","","");
	addSubmenuItem("/campaign/kleenex.html","Kleenex tissues<br>campaign","","");
	addSubmenuItem("/campaign/threatareas.htm","Key Otway milestone<br> campaigns>>","","");
	
	defineChildmenuProperties(130,"left","left",0,0,"");	
		addChildmenuItem("/campaign/threatareas/wilddogs.htm","Wild Dog Ridge","","");
		addChildmenuItem("/campaign/threatareas/aireriver.htm","Aire River","","");
		addChildmenuItem("/campaign/threatareas/rileys.htm","Riley's Ridge","","");
		addChildmenuItem("/campaign/threatareas/arkins.htm","Arkin's Creek","","");
		addChildmenuItem("/campaign/threatareas/linktrack.htm","Link Track","","");
		addChildmenuItem("/campaign/threatareas/lakeliz.htm","Lake Elizabeth","","");
		addChildmenuItem("/campaign/threatareas/sabine.htm","Sabine Falls","","");
		addChildmenuItem("/campaign/threatareas/cumberland.htm","Cumberland River","","");
		addChildmenuItem("/campaign/threatareas/westbarwon.htm","West Barwon <br>Catchment","","");
		
addMainItem("/issues/intro.htm","Otway Forest Issues:<br>Non Timber Values",130,"center","","",0,0,"w");

	defineSubmenuProperties(130,"left","left",0,0,"");

	addSubmenuItem("/issues/intro.htm","An introduction","","");
	addSubmenuItem("/issues/water/report/contents.htm","Water","","");
	addSubmenuItem("/issues/tourism/tourism.htm","Tourism","","");
	addSubmenuItem("/issues/endspp/endspp.htm","Endangered species","","");
	addSubmenuItem("/issues/naturecons/biodiversity/biodiversity.htm","Biodiversity issues","","");
	addSubmenuItem("/issues/naturecons/naturecons.htm","Nature conservation >>","","");
	
	defineChildmenuProperties(130,"left","left",0,0,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("/issues/naturecons/naturecons.htm","An introduction","","");
		addChildmenuItem("/issues/naturecons/nationalestate.htm","National Estate","","");
		addChildmenuItem("/issues/naturecons/heritageriver.htm","Aire Heritage River","","");
		addChildmenuItem("/issues/naturecons/landscapes.htm","Natural landscapes","","");
		addChildmenuItem("/issues/naturecons/scenic.htm","Scenic quality","","");

	addSubmenuItem("/issues/naturecons/rainforest.htm","Rainforest","","");		
	
addMainItem("/logging/intro.htm","Otway Native Forest<br>Logging",130,"center","","",0,0,"s");

	defineSubmenuProperties(130,"left","left",0,0,"");

	addSubmenuItem("/logging/intro.htm","An introduction","","");
	addSubmenuItem("/logging/against.htm","Case against logging","","");
	addSubmenuItem("/logging/clearfell.htm","Clearfell logging","","");
	addSubmenuItem("/logging/woodchips/contents.htm","Woodchipping","","");
	addSubmenuItem("/logging/industryprof.htm","Industry profile >>","","");
	defineChildmenuProperties(130,"left","left",0,0,"");	
		addChildmenuItem("/logging/industryprof.htm","An introduction","","");
		addChildmenuItem("/logging/who/FVsupress.htm","Forestry Victoria","","");
		addChildmenuItem("/logging/who/unionsurfcoast.htm","Forestry Union <br>CFMEU","","");
		addChildmenuItem("/logging/who/murnane.htm","Murnane sawmill","","");
		addChildmenuItem("/logging/who/midway.htm","Midway woodchips","","");
		addChildmenuItem("/logging/who/mitsui.htm","Mitsui","","");
		addChildmenuItem("/logging/who/nipponpaper.htm","Nippon Paper","","");
		addChildmenuItem("/logging/who/nafi.htm","Nat.Assoc.Forest Ind.","","");
		addChildmenuItem("/logging/who/vafi.htm","Vic.Assoc.Forest Ind.","","");
		addChildmenuItem("/logging/who/ttv.htm","Timber Towns Vic","","");
		addChildmenuItem("/logging/who/tpc.htm","Timber Promotion C.","","");	
		addChildmenuItem("/logging/who/tca.htm","Timber Comm. Aust.","","");
	addSubmenuItem("/logging/propaganda.htm","Propaganda directory","","");		
	addSubmenuItem("/issues/forestmanag/forestmanage.htm","Forest management >>","","");
	defineChildmenuProperties(130,"left","left",0,0,"");	
		addChildmenuItem("/issues/forestmanag/forestmanage.htm","An introduction","","");
		addChildmenuItem("/issues/forestmanag/rfa/rfa.htm","West RFA","","");
		addChildmenuItem("/issues/forestmanag/ofmp.htm","Otway Forest M. Plan","","");
		addChildmenuItem("/issues/forestmanag/ffgact.htm","Flora&Fauna Guar Act","","");
		addChildmenuItem("/issues/forestmanag/code.htm","Code of Practice","","");
		addChildmenuItem("/issues/forestmanag/legislation.htm","Legislation.","","");
		addChildmenuItem("/issues/forestmanag/susyield.htm","Sustainable Yield","","");
	addSubmenuItem("/logging/plantations.htm","Alternative plantations","","");
	

	

addMainItem("/issues/fire/bushfire_logging.html","Bushfire risk increased<br>by logging practices",130,"center","","",0,0,"r");

	defineSubmenuProperties(130,"left","left",0,0,"");

	
		addSubmenuItem("/issues/fire/bushfire_logging.html","Summary of risks","","");
		addSubmenuItem("/issues/fire/research_bushfire_logging.html","Science bushfire risk","","");
		addSubmenuItem("/issues/fire/fire_09_dirty_tricks.htm","Bushfire dirty tricks","","");
		addSubmenuItem("/issues/fire/onein20_bushfire_logging.html","One in 20 bushfires","","");
		addSubmenuItem("/issues/fire/prescribed_burns.html","Fuel reduction burns","","");
		addSubmenuItem("/issues/fire/thinning.html","Thinning forests","","");	




//**DO NOT EDIT THIS *****
}//***********************
//************************
