 /***********************************************
*	(c) Ger Versluis 2000 version 9.50 24 July 2003	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=5;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#336666";			// Background color when mouse is not over
	var HighBgColor="#336666";			// Background color when mouse is over
	var FontLowColor="#CCCCCC";			// Font color when mouse is not over
	var FontHighColor="#ffffff";			// Font color when mouse is over
	var BorderColor="";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=0;			// Border width sub items
 	var BorderBtwnMain=0;			// Border between elements main items 1 or 0
	var BorderBtwnSub=0;			// Border between elements sub items 1 or 0
	var FontFamily="Verdana,Arial,sans-serif";	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;		// vertical overlap child/ parent
	var StartTop=-5;				    // -5 Menu offset x coordinate -- Mozilla OTHERS
	//if (is_ie5up) {StartTop=-32;}				// Menu offset x coordinate  -- IE
	
	
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=15;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";				// span id for relative positioning
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	//var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];
	var Arrws=["",5,10,"",10,5,"",5,10,"",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var PartOfWindow=.7;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	//var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	//var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

	
Menu1=new Array("home","http://www.pcds.com.au/index.html","",0,20,65,"","","","","","",-1,-1,-1,"","");


Menu2=new Array("about","http://www.pcds.com.au/about.html","",0,20,65,"","","","","","",-1,-1,-1,"","");
		

Menu3=new Array("products","","",19,20,80,"","","","","","",-1,-1,-1,"","");
Menu3_1=new Array("buoyancy control systems","http://www.pcds.com.au/products/buoyancy_control/ap.html","",1,20,260,"","","","","","",-1,-1,-1,"","");
		Menu3_1_1=new Array("AP valves","http://www.pcds.com.au/products/buoyancy_control/ap.html","",0,20,90,"","","","","","",-1,-1,-1,"","");
				
		
		Menu3_2=new Array("cameras, lights, pans and tilts","http://www.pcds.com.au/products/cameras_and_lights/overview.html","",5,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_2_1=new Array("overview","http://www.pcds.com.au/products/cameras_and_lights/overview.html","",0,20,195,"","","","","","",-1,-1,-1,"","");
		Menu3_2_2=new Array("birns","http://www.pcds.com.au/products/cameras_and_lights/birns.html","",0,0,0,"","","","","","",-1,-1,-1,"","");		
		Menu3_2_3=new Array("deep sea power and light","http://www.pcds.com.au/products/cameras_and_lights/deepsea.html","",0,20,195,"","","","","","",-1,-1,-1,"","");
		Menu3_2_4=new Array("outland","http://www.pcds.com.au/products/cameras_and_lights/outland.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_2_5=new Array("ROS","http://www.pcds.com.au/products/cameras_and_lights/ros.html","",0,0,0,"","","","","","",-1,-1,-1,"","");


		Menu3_3=new Array("communications","http://www.pcds.com.au/products/communications/amron-1diver.html","",2,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_3_1=new Array("amron","http://www.pcds.com.au/products/communications/amron-1diver.html","",0,20,70,"","","","","","",-1,-1,-1,"","");
		Menu3_3_2=new Array("OTS","http://www.pcds.com.au/products/communications/OTS-1diver.html","",0,0,0,"","","","","","",-1,-1,-1,"","");

	
		Menu3_4=new Array("compressors","http://www.pcds.com.au/products/compressors/bauer.html","",1,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_4_1=new Array("bauer","http://www.pcds.com.au/products/compressors/bauer.html","",0,20,90,"","","","","","",-1,-1,-1,"","");
	
	
	Menu3_5=new Array("connectors","http://www.pcds.com.au/products/connectors/impulse.html","",1,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_5_1=new Array("impulse","http://www.pcds.com.au/products/connectors/impulse.html","",0,20,90,"","","","","","",-1,-1,-1,"","");		
		
		Menu3_6=new Array("cutting and welding","http://www.pcds.com.au/products/cutting_welding/broco-goweld.html","",4,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_6_1=new Array("broco goweld","http://www.pcds.com.au/products/cutting_welding/broco-goweld.html","",0,20,210,"","","","","","",-1,-1,-1,"","");
		Menu3_6_2=new Array("broco prime cut","http://www.pcds.com.au/products/cutting_welding/broco-primecut.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_6_3=new Array("broco underwater","http://www.pcds.com.au/products/cutting_welding/broco-underwater.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_6_4=new Array("material safety data sheets","http://www.pcds.com.au/products/cutting_welding/material.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		
		
		
		Menu3_7=new Array("dive accessories","http://www.pcds.com.au/products/dive_accessories/bail.html","",6,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_7_1=new Array("bail out bottles","http://www.pcds.com.au/products/dive_accessories/bail.html","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu3_7_2=new Array("green river knives","http://www.pcds.com.au/products/dive_accessories/greenriver.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_7_3=new Array("harnesses","http://www.pcds.com.au/products/dive_accessories/harnesses.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_7_4=new Array("jetfins","http://www.pcds.com.au/products/dive_accessories/jetfins.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_7_5=new Array("log books","http://www.pcds.com.au/products/dive_accessories/logbooks.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_7_6=new Array("manifold blocks","http://www.pcds.com.au/products/dive_accessories/manifold.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	
	Menu3_8=new Array("dive control panels","http://www.pcds.com.au/products/dive_control_panels/amron.html","",3,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_8_1=new Array("amron","http://www.pcds.com.au/products/dive_control_panels/amron.html","",0,20,195,"","","","","","",-1,-1,-1,"","");
	Menu3_8_2=new Array("kirby morgan","http://www.pcds.com.au/products/dive_control_panels/kirby.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_8_3=new Array("PCDS low pressure panel","http://www.pcds.com.au/products/dive_control_panels/lowpressure.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	
		
		
	Menu3_9=new Array("dry suits and custom wetsuits","http://www.pcds.com.au/products/dry_suits/seatec.html","",2,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_9_1=new Array("viking","http://www.pcds.com.au/products/dry_suits/viking.html","",0,20,90,"","","","","","",-1,-1,-1,"","");
	Menu3_9_2=new Array("seatec","http://www.pcds.com.au/products/dry_suits/seatec.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	
		
		
		Menu3_10=new Array("full face masks","http://www.pcds.com.au/products/full_face_masks/aga.html","",7,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_10_1=new Array("aga","http://www.pcds.com.au/products/full_face_masks/aga.html","",0,20,160,"","","","","","",-1,-1,-1,"","");
		Menu3_10_2=new Array("exo","http://www.pcds.com.au/products/full_face_masks/exo.html","",0,20,160,"","","","","","",-1,-1,-1,"","");
		Menu3_10_3=new Array("KM 18 & 28","http://www.pcds.com.au/products/full_face_masks/kmb1828.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_10_4=new Array("M48 Supermask","http://www.pcds.com.au/products/full_face_masks/m48.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_10_5=new Array("accessories","http://www.pcds.com.au/products/full_face_masks/accessories.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_10_6=new Array("manuals","http://www.pcds.com.au/products/full_face_masks/manuals.html","",0,20,160,"","","","","","",-1,-1,-1,"","");
		Menu3_10_7=new Array("spares kits","http://www.pcds.com.au/products/full_face_masks/spares.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		
		
		
		Menu3_11=new Array("helmets","http://www.pcds.com.au/products/helmets/KM37.html","",9,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_11_1=new Array("KM37","http://www.pcds.com.au/products/helmets/KM37.html","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu3_11_2=new Array("KM47","http://www.pcds.com.au/products/helmets/KM47.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_11_3=new Array("KM57","http://www.pcds.com.au/products/helmets/KM57.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_11_4=new Array("KM Rex77","http://www.pcds.com.au/products/helmets/KMRex77.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_11_5=new Array("Manuals","http://www.pcds.com.au/products/helmets/manuals.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_11_6=new Array("Spares Kits","http://www.pcds.com.au/products/helmets/spares.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_11_7=new Array("Superlite 17B","http://www.pcds.com.au/products/helmets/superlite17B.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_11_8=new Array("Superlite 27","http://www.pcds.com.au/products/helmets/superlite27.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_11_9=new Array("Accessories","http://www.pcds.com.au/products/helmets/accessories.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	
		
		
		
	Menu3_12=new Array("hydraulic tools","http://www.pcds.com.au/products/hydraulic_tools/stanley.html","",1,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_12_1=new Array("stanley","http://www.pcds.com.au/products/hydraulic_tools/stanley.html","",0,20,90,"","","","","","",-1,-1,-1,"","");
		
		
		Menu3_13=new Array("hyperbaric equipment","http://www.pcds.com.au/products/hyperbaric/analysers.html","",4,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_13_1=new Array("analysers","http://www.pcds.com.au/products/hyperbaric/analysers.html","",0,20,190,"","","","","","",-1,-1,-1,"","");		
		Menu3_13_2=new Array("bibs and hoods","http://www.pcds.com.au/products/hyperbaric/bibsandhoods.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_13_3=new Array("chamber accessories","http://www.pcds.com.au/products/hyperbaric/chambers.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_13_4=new Array("decompression chambers","http://www.pcds.com.au/products/hyperbaric/decomp.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		
		
		Menu3_14=new Array("lift bags","http://www.pcds.com.au/products/lifting_bags/parachute.html","",2,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_14_1=new Array("parachute lift bags","http://www.pcds.com.au/products/lifting_bags/parachute.html","",0,20,160,"","","","","","",-1,-1,-1,"","");
		Menu3_14_2=new Array("enclosed lift bags","http://www.pcds.com.au/products/lifting_bags/enclosed.html","",0,0,40,"","","","","","",-1,-1,-1,"","");
		
		Menu3_15=new Array("military and tactical response","http://www.pcds.com.au/products/military_tactical/broco.html","",5,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_15_1=new Array("broco tactical","http://www.pcds.com.au/products/military_tactical/broco.html","",0,20,210,"","","","","","",-1,-1,-1,"","");		
		Menu3_15_2=new Array("didson military","http://www.pcds.com.au/products/military_tactical/didson.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_15_3=new Array("hydrogel breaching tape","http://www.pcds.com.au/products/military_tactical/hydrogel.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_15_4=new Array("material safety data sheets","http://www.pcds.com.au/products/military_tactical/material.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_15_5=new Array("viking military","http://www.pcds.com.au/products/military_tactical/viking.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		
		Menu3_16=new Array("ROVs","http://www.pcds.com.au/products/ROVs/overview.html","",1,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_16_1=new Array("overview","http://www.pcds.com.au/products/ROVs/overview.html","",0,20,90,"","","","","","",-1,-1,-1,"","");		
		
		
		Menu3_17=new Array("sonar inspection and data recording","http://www.pcds.com.au/products/sonar/didson.html","",2,0,0,"","","","","","",-1,-1,-1,"","");		
		Menu3_17_1=new Array("didson acoustic sonar","http://www.pcds.com.au/products/sonar/didson.html","",0,20,180,"","","","","","",-1,-1,-1,"","");
		Menu3_17_2=new Array("deep development","http://www.pcds.com.au/products/sonar/deepdevt.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	
		
		Menu3_18=new Array("umbilicals","http://www.pcds.com.au/products/umbilicals/bambach.html","",5,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_18_1=new Array("bambach cables","http://www.pcds.com.au/products/umbilicals/bambach.html","",0,20,280,"","","","","","",-1,-1,-1,"","");		
		Menu3_18_2=new Array("barfell hoses","http://www.pcds.com.au/products/umbilicals/barfell.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_18_3=new Array("cortland fibron umbilicals & ROV tethers","http://www.pcds.com.au/products/umbilicals/fibron.html","",0,0,0,"","","","","","",-1,-1,-1,"","");		
		Menu3_18_4=new Array("falmat cables","http://www.pcds.com.au/products/umbilicals/falmat.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_18_5=new Array("tema & diveloc fittings","http://www.pcds.com.au/products/umbilicals/temadivelock.html","",0,0,0,"","","","","","",-1,-1,-1,"","");		
		
		Menu3_19=new Array("video systems","http://www.pcds.com.au/products/video_systems/pcds.html","",1,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_19_1=new Array("PCDS video systems","http://www.pcds.com.au/products/video_systems/pcds.html","",0,20,160,"","","","","","",-1,-1,-1,"","");


Menu4=new Array("services","","",4,20,75,"","","","","","",-1,-1,-1,"","");
Menu4_1=new Array("commercial divers","http://www.pcds.com.au/services/commdivers/divingpartners.html","",1,20,240,"","","","","","",-1,-1,-1,"","");
		Menu4_1_1=new Array("commercial diving partners","http://www.pcds.com.au/services/commdivers/divingpartners.html","",0,20,200,"","","","","","",-1,-1,-1,"","");
				
		
		Menu4_2=new Array("rental equipment","http://www.pcds.com.au/services/rental/rental.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		

		Menu4_3=new Array("servicing, testing and certification","http://www.pcds.com.au/services/servicing/overview.html","",6,0,0,"","","","","","",-1,-1,-1,"","");
		Menu4_3_1=new Array("overview","http://www.pcds.com.au/services/servicing/overview.html","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu4_3_2=new Array("dry suit repairs","http://www.pcds.com.au/services/servicing/drysuit.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu4_3_3=new Array("gauge calibration","http://www.pcds.com.au/services/servicing/gauge.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu4_3_4=new Array("general","http://www.pcds.com.au/services/servicing/general.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu4_3_5=new Array("interspiro","http://www.pcds.com.au/services/servicing/interspiro.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu4_3_6=new Array("kirby morgan","http://www.pcds.com.au/services/servicing/kirbymorgan.html","",0,0,0,"","","","","","",-1,-1,-1,"","");

	
		Menu4_4=new Array("training","http://www.pcds.com.au/services/training/broco.html","",3,0,0,"","","","","","",-1,-1,-1,"","");
		Menu4_4_1=new Array("courses - broco","http://www.pcds.com.au/services/training/broco.html","",0,20,180,"","","","","","",-1,-1,-1,"","");
		Menu4_4_2=new Array("courses - interspiro AGA","http://www.pcds.com.au/services/training/interspiro.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu4_4_3=new Array("courses - kirby morgan","http://www.pcds.com.au/services/training/kirbymorgan.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	

Menu5=new Array("contact","http://www.pcds.com.au/contact/details.html","",2,20,85,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("contact details","http://www.pcds.com.au/contact/details.html","",0,20,130,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("location map","http://www.pcds.com.au/contact/map.html","",0,0,0,"","","","","","",-1,-1,-1,"","");

