function getBodyHeight() {
		 	if (window.innerHeight != null)
						return window.innerHeight;
			if (document.body.clientHeight != null)
						return document.body.clientHeight;						 
			return (500);
	}
	function getBodyWidth() {
		 	if (window.innerWidth != null)
						return window.innerWidth;
			if (document.body.clientWidth != null)
						return document.body.clientWidth;						 
			return (700);
	}
	DM_CurrentTopArray = 0
	function HM_f_CenterMenu(topmenuid) {
		HM_DOM = (document.getElementById) ? true : false;
		HM_IE = (document.all) ? true : false;
		HM_IE4 = HM_IE && !HM_DOM;

		var MinimumPixelLeft = 0;
		var TheMenu = HM_DOM ? document.getElementById(topmenuid) : HM_IE4 ? document.all(topmenuid) : eval("window." + topmenuid);
		var TheMenuWidth = HM_DOM ? parseInt(TheMenu.style.width) : HM_IE4 ? TheMenu.style.pixelWidth : TheMenu.clip.width;
		var TheWindowWidth = HM_IE ? document.body.clientWidth : window.innerWidth;
		return Math.max(parseInt((TheWindowWidth-TheMenuWidth) / 2),MinimumPixelLeft);
	}
	if(window.event + "" == "undefined") event = null;
	function HM_f_PopUp(){return false};
	function HM_f_PopDown(){return false};
	popUp = HM_f_PopUp;
	popDown = HM_f_PopDown;
	DM_NodesInRow = 0;
	DM_TotalRows = 0;


	HM_DOM = (document.getElementById) ? true : false;
	HM_NS4 = (document.layers) ? true : false;
	HM_IE = (document.all) ? true : false;
	HM_IE4 = HM_IE && !HM_DOM;
	HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
	HM_IE4M = HM_IE4 && HM_Mac;
	HM_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
	HM_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);
	HM_IsMenu = !HM_Opera && !HM_Konqueror && !HM_IE4M && (HM_DOM || HM_NS4 || HM_IE4);
	HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";

	HM_GL_MenuWidth          = 150;
	HM_GL_FontFamily         = "Arial,sans-serif";
	HM_GL_FontSize           = 10;
	HM_GL_FontBold           = true;
	HM_GL_FontItalic         = false;
	HM_GL_FontColor          = "black";
	HM_GL_FontColorOver      = "white";
	HM_GL_BGColor            = "transparent";
	HM_GL_BGColorOver        = "transparent";
	HM_GL_ItemPadding        = 3;
	
	HM_GL_BorderWidth        = 1;
	HM_GL_BorderColor        = "red";
	HM_GL_BorderStyle        = "solid";
	HM_GL_SeparatorSize      = 1;
	HM_GL_SeparatorColor     = "yellow";
	
	HM_GL_ImageSrc = "/cns/icons/arrowblackright.gif";
	HM_GL_ImageSrcLeft = "/cns/icons/arrowblackleft.gif";
	
	HM_GL_ImageSrcOver = "/cns/icons/arrowwhiteright.gif";
	HM_GL_ImageSrcLeftOver = "/cns/icons/arrowwhiteleft.gif";
	
	HM_GL_ImageSize          = 5;
	HM_GL_ImageHorizSpace    = 5;
	HM_GL_ImageVertSpace     = 5;
	
	HM_GL_KeepHilite         = false;
	HM_GL_ClickStart         = false;
	HM_GL_ClickKill          = 0;
	HM_GL_ChildOverlap       = 40;
	HM_GL_ChildOffset        = 10;
	HM_GL_ChildPerCentOver   = null;
	HM_GL_TopSecondsVisible  = .5;
	HM_GL_ChildSecondsVisible = .3;
	HM_GL_StatusDisplayBuild = 0;
	HM_GL_StatusDisplayLink  = 1;
	HM_GL_UponDisplay        = null;
	HM_GL_UponHide           = null;
	//HM_GL_RightToLeft      = true;
	HM_GL_CreateTopOnly      = HM_NS4 ? true : false;
	HM_GL_ShowLinkCursor     = true;

	HM_PG_FontColor = "blue";
	HM_PG_FontColorOver = "white";
	HM_PG_BGColor = "#DDDDDD";
	HM_PG_BGColorOver = "#FFCCCC";
	HM_PG_SeparatorColor = "#d0ff00";
	HM_PG_KeepHilite = 1; 
	HM_PG_ClickStart = 0;
	HM_PG_ClickKill = false;
	HM_PG_ChildOverlap = 2;
	HM_PG_ChildOffset = -1;
	HM_PG_ChildPerCentOver = null;
	HM_PG_TopSecondsVisible = .5;
	HM_PG_StatusDisplayBuild =0;
	HM_PG_StatusDisplayLink = 0;
	HM_PG_UponDisplay = null;
	HM_PG_UponHide = null;
	HM_PG_RightToLeft = 0;
	HM_PG_CreateTopOnly = 1;
	HM_PG_ShowLinkCursor = 1;
	HM_PG_NSFontOver = true;


HM_PG_FontFamily="Verdana,Arial,sans-serif";
HM_PG_FontSize="8";
HM_PG_FontBold="0";
HM_PG_FontItalic="0";
HM_PG_ItemPadding="3";
HM_PG_BorderWidth="1";
HM_PG_BorderColor="#071437";
HM_PG_BorderStyle="solid";
HM_PG_SeparatorSize="1";
HM_PG_ImageSrc="/cns/icons/arrowblackright.gif";
HM_PG_ImageSrcLeft="/cns/icons/arrowblackleft.gif";
HM_PG_ImageSrcOver="/cns/icons/arrowwhiteright.gif";
HM_PG_ImageSrcLeftOver="/cns/icons/arrowwhiteleft.gif";
HM_PG_ImageSize="5";
HM_PG_ImageHorizSpace="0";
HM_PG_ImageVertSpace="5";

DM_StartingWidth = 2*1;
DM_TopIsHorizontal = false;
DM_MenuHeight = 25;
DM_EvaluateUponLoad = "preloadImages();";
HM_PG_MenuWidth = 140;

				
				
				MenuSectionID_150 = "HM_Menu1";
				
					DM_LeftPosition = 75;
				
				DM_LastTopPosition = 83;
				DM_TotalWidth = DM_StartingWidth;
				
				
				HM_Array1 = new Array();
				HM_Array1[0] = [140,DM_LeftPosition,83,'#FFFFFF','#FFF200','#5261B0','#294CB1','#071437','#93A3E5',,false,false,false,1,1,'','',,];;
				DM_WrappedAt = new Array();
			
				
				
				MenuSectionID_172 = "HM_Menu2";
				
					DM_LeftPosition = 155;
				
				DM_LastTopPosition = 83;
				DM_TotalWidth = DM_StartingWidth;
				
				
				HM_Array2 = new Array();
				HM_Array2[0] = [140,DM_LeftPosition,83,'#FFFFFF','#FFF200','#5261B0','#294CB1','#071437','#93A3E5',,false,false,false,1,1,'','',,];;
				DM_WrappedAt = new Array();
			
				
				
				MenuSectionID_1252 = "HM_Menu3";
				
					DM_LeftPosition = 80;
				
				DM_LastTopPosition = 145;
				DM_TotalWidth = DM_StartingWidth;
				
				
				HM_Array3 = new Array();
				HM_Array3[0] = [140,DM_LeftPosition,145,'#FFFFFF','#FFF200','#5261B0','#294CB1','#071437','#93A3E5',,false,false,false,1,1,'','',,];;
				DM_WrappedAt = new Array();
			
				
				
				MenuSectionID_152 = "HM_Menu4";
				
					DM_LeftPosition = 80;
				
				DM_LastTopPosition = 170;
				DM_TotalWidth = DM_StartingWidth;
				
				
				HM_Array4 = new Array();
				HM_Array4[0] = [140,DM_LeftPosition,170,'#FFFFFF','#FFF200','#5261B0','#294CB1','#071437','#93A3E5',,false,false,false,1,1,'','',,];;
				DM_WrappedAt = new Array();
			
				
				
				MenuSectionID_176 = "HM_Menu5";
				
					DM_LeftPosition = 80;
				
				DM_LastTopPosition = 195;
				DM_TotalWidth = DM_StartingWidth;
				
				
				HM_Array5 = new Array();
				HM_Array5[0] = [140,DM_LeftPosition,195,'#FFFFFF','#FFF200','#5261B0','#294CB1','#071437','#93A3E5',,false,false,false,1,1,'','',,];;
				DM_WrappedAt = new Array();
			
				
				
				MenuSectionID_1288 = "HM_Menu6";
				
					DM_LeftPosition = 80;
				
				DM_LastTopPosition = 220;
				DM_TotalWidth = DM_StartingWidth;
				
				
				HM_Array6 = new Array();
				HM_Array6[0] = [140,DM_LeftPosition,220,'#FFFFFF','#FFF200','#5261B0','#294CB1','#071437','#93A3E5',,false,false,false,1,1,'','',,];;
				DM_WrappedAt = new Array();
			HM_Array4_1 = new Array();
				HM_Array4_1[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4[1] = ["Optical Property Measurement","/cms/index.cfm?PrimaryKeyList=,37,152,1253",1,0,1];
						HM_Array4_2 = new Array();
				HM_Array4_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4[2] = ["Light Measurement","/cms/index.cfm?PrimaryKeyList=,37,152,1269",1,0,1];
						HM_Array4_3 = new Array();
				HM_Array4_3[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4[3] = ["Data Handling & System Integration","/cms/index.cfm?PrimaryKeyList=,37,152,1276",1,0,1];
						HM_Array4_4 = new Array();
				HM_Array4_4[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4[4] = ["Accessories","/cms/index.cfm?PrimaryKeyList=,37,152,901",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_4[1] = ["Deployment Frames","/cms/index.cfm?PrimaryKeyList=,37,152,901&ItemID=2549",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_4[2] = ["Electrical Cable","/cms/index.cfm?PrimaryKeyList=,37,152,901&ItemID=2550",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_4[3] = ["Fiber Optic Cables ","/cms/index.cfm?PrimaryKeyList=,37,152,901&ItemID=380",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_4[4] = ["Light Collectors","/cms/index.cfm?PrimaryKeyList=,37,152,901&ItemID=3438",1,0,1];
					HM_Array4_5 = new Array();
				HM_Array4_5[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4[5] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,1420",1,0,1];
						HM_Array5_1 = new Array();
				HM_Array5_1[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5[1] = ["Projects","/cms/index.cfm?PrimaryKeyList=,37,176,1287",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array5_1[1] = ["Coastal Benthic Optical Properties (CoBOP) Web Site","/cms/index.cfm?PrimaryKeyList=,37,176,1287&ItemID=2797",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_1[2] = ["CoBOP?Lee Stocking Island 2000","/cms/index.cfm?PrimaryKeyList=,37,176,1287&ItemID=2835",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_1[3] = ["Hyperspectral Coastal Ocean Dynamic Experiement (HyCODE)","/cms/index.cfm?PrimaryKeyList=,37,176,1287&ItemID=2800",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_1[4] = ["Innovative Coastal-Oceans Network (ICON) - NOPP","/cms/index.cfm?PrimaryKeyList=,37,176,1287&ItemID=2837",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_1[5] = ["Distance Visibility Algorithm (DiVA) ","/cms/index.cfm?PrimaryKeyList=,37,176,1287&ItemID=2844",1,0,1];
					HM_Array5_2 = new Array();
				HM_Array5_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5[2] = ["Publications","/cms/index.cfm?PrimaryKeyList=,37,176,1286",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array5_2[1] = ["A New Hyperspectral Spherical-Cavity Absorption Meter","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=141187",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_2[2] = ["A New Hyperspectral Spherical-Cavity Absorption Meter (Poster)","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=98446",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_2[3] = ["Effects of Microalgal Communities on Reflectance Spectra...","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=3030",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_2[4] = ["Determining bb with Fixed-Angle Sensors (Paper)","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=17946",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_2[5] = ["Determining bb","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=17942",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_2[6] = ["HydroBeta: A New In-situ VSF Instrument (Extended Abstract)","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=71220",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_2[7] = ["HydroBeta: A New In-situ VSF Instrument (Presentation)","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=71222",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_2[8] = ["Theoretical Developments on the Optical Properties...","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=2889",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_2[9] = ["Theory and Measurements of the Complete BSF of Sea Ice","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=3160",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_2[10] = ["Instruments and Methods for Measuring bb of Ocean...","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=2887",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_2[11] = ["The Average Cosine Due to an Isotropic Light Source in the Ocean","/cms/index.cfm?PrimaryKeyList=,37,176,1286&ItemID=3162",1,0,1];
					HM_Array5_3 = new Array();
				HM_Array5_3[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5[3] = ["Monterey Bay Cruise Logs","/cms/index.cfm?PrimaryKeyList=,37,176,1744",1,0,1];
						HM_Array5_4 = new Array();
				HM_Array5_4[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5[4] = ["Monterey Bay Moorings","/cms/index.cfm?PrimaryKeyList=,37,176,177",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array5_4[1] = ["M2 HydroRad Derived Data, 1 day","/cms/index.cfm?PrimaryKeyList=,37,176,177&ItemID=410",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_4[2] = ["M2 HydroRad Ed & Lu, One Day","/cms/index.cfm?PrimaryKeyList=,37,176,177&ItemID=411",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_4[3] = ["M2 Hydrorad Ed and Lu, 7 days","/cms/index.cfm?PrimaryKeyList=,37,176,177&ItemID=413",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_4[4] = ["M2 HydroRad Derived Data, 7 days","/cms/index.cfm?PrimaryKeyList=,37,176,177&ItemID=415",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_4[5] = ["M1 HydroScat-2, 7 days","/cms/index.cfm?PrimaryKeyList=,37,176,177&ItemID=416",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_4[6] = ["M2 HydroScat-2, 7 days","/cms/index.cfm?PrimaryKeyList=,37,176,177&ItemID=417",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_4[7] = ["M2 HydroRad Derived Data, Entire Time Series","/cms/index.cfm?PrimaryKeyList=,37,176,177&ItemID=418",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_4[8] = ["M1 HydroScat-2, Entire Time Series","/cms/index.cfm?PrimaryKeyList=,37,176,177&ItemID=419",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_4[9] = ["M2 HydroScat-2, Entire Time Series","/cms/index.cfm?PrimaryKeyList=,37,176,177&ItemID=420",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_4[10] = ["M2 HydroRad Ed and Lu, Entire Time Series","/cms/index.cfm?PrimaryKeyList=,37,176,177&ItemID=71311",1,0,1];
					HM_Array5_5 = new Array();
				HM_Array5_5[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5[5] = ["HydroBeta","/cms/index.cfm?PrimaryKeyList=,37,176,1749",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array5_5[1] = ["Example Data","/cms/index.cfm?PrimaryKeyList=,37,176,1749&ItemID=86953",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_5[2] = ["Calibration","/cms/index.cfm?PrimaryKeyList=,37,176,1749&ItemID=86954",1,0,1];
					HM_Array5_6 = new Array();
				HM_Array5_6[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5[6] = ["HydroProfiler","/cms/index.cfm?PrimaryKeyList=,37,176,1750",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array5_6[1] = ["Data Samples","/cms/index.cfm?PrimaryKeyList=,37,176,1750&ItemID=87009",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array5_6[2] = ["Example Configuration","/cms/index.cfm?PrimaryKeyList=,37,176,1750&ItemID=87033",1,0,1];
					HM_Array4_4_5 = new Array();
				HM_Array4_4_5[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_4[5] = ["HydroShutter-HR","/cms/index.cfm?PrimaryKeyList=,37,152,901,1280",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_4_5[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,901,1280&ItemID=2520",1,0,1];
					HM_Array4_4_6 = new Array();
				HM_Array4_4_6[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_4[6] = ["HydroShutter-HS","/cms/index.cfm?PrimaryKeyList=,37,152,901,1281",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_4_6[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,901,1281&ItemID=2543",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_4_6[2] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,901,1281&ItemID=2771",1,0,1];
					HM_Array4_4_7 = new Array();
				HM_Array4_4_7[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_4[7] = ["HydroPack","/cms/index.cfm?PrimaryKeyList=,37,152,901,1282",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_4_7[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,901,1282&ItemID=2546",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_4_7[2] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,901,1282&ItemID=2804",1,0,1];
					HM_Array4_4_8 = new Array();
				HM_Array4_4_8[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_4[8] = ["Backscattering Calibration Fixture","/cms/index.cfm?PrimaryKeyList=,37,152,901,1524",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_4_8[1] = ["Calibration Manual","/cms/index.cfm?PrimaryKeyList=,37,152,901,1524&ItemID=2796",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_4_8[2] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,901,1524&ItemID=3543",1,0,1];
					HM_Array4_1_1 = new Array();
				HM_Array4_1_1[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_1[1] = ["a-Sphere In-situ Spectrophotometer","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1895",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_1_1[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1895&ItemID=98695",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_1[2] = ["Detailed Description","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1895&ItemID=141186",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_1[3] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1895&ItemID=205432",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_1[4] = ["Data Processing","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1895&ItemID=205434",1,0,1];
					HM_Array4_1_2 = new Array();
				HM_Array4_1_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_1[2] = ["HydroScat Backscattering Sensor Family","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1254",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_1_2[1] = ["Optics","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1254&ItemID=2455",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_2[2] = ["Calibration","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1254&ItemID=2779",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_2[3] = ["Logging & Control","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1254&ItemID=2456",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_2[4] = ["Example Data","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1254&ItemID=2458",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_2[5] = ["Determining bb","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1254&ItemID=17942",1,0,1];
					HM_Array4_1_3 = new Array();
				HM_Array4_1_3[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_1[3] = ["HydroScat-2 Backscattering Sensor - Fluorometer","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1260",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_1_3[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1260&ItemID=2459",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_3[2] = ["Options","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1260&ItemID=2460",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_3[3] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1260&ItemID=2771",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_3[4] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1260&ItemID=2463",1,0,1];
					HM_Array4_1_4 = new Array();
				HM_Array4_1_4[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_1[4] = ["HydroScat-4 Backscattering Sensor - Fluorometer","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1265",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_1_4[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1265&ItemID=2468",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_4[2] = ["Options & Accessories","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1265&ItemID=2772",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_4[3] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1265&ItemID=2773",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_4[4] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1265&ItemID=2472",1,0,1];
					HM_Array4_1_5 = new Array();
				HM_Array4_1_5[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_1[5] = ["HydroScat-6P Backscattering Sensor - Fluorometer","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1266",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_1_5[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1266&ItemID=2474",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_5[2] = ["Options & Accessories","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1266&ItemID=2475",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_5[3] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1266&ItemID=2774",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_5[4] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1266&ItemID=2479",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_5[5] = ["HS-6P Update","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1266&ItemID=270733",1,0,1];
					HM_Array4_1_6 = new Array();
				HM_Array4_1_6[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_1[6] = ["c-ßeta Backscattering & Attenuation Sensor","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1268",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_1_6[1] = ["Logging","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1268&ItemID=3301",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_6[2] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1268&ItemID=2491",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_6[3] = ["Options & Accessories","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1268&ItemID=2776",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_6[4] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1268&ItemID=2777",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_1_6[5] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,1253,1268&ItemID=2495",1,0,1];
					HM_Array4_2_1 = new Array();
				HM_Array4_2_1[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2[1] = ["HydroRad Hyperspectral Radiometers","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_2_1[1] = ["Options","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270&ItemID=165616",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1[2] = ["Applications","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270&ItemID=2500",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1[3] = ["Calibration","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270&ItemID=39796",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1[4] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270&ItemID=2792",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1[5] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270&ItemID=201096",1,0,1];
					HM_Array4_2_2 = new Array();
				HM_Array4_2_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2[2] = ["WALRUS Hyperspectral Radiometer Buoy","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1271",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_2_2[1] = ["Options","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1271&ItemID=2506",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_2[2] = ["Configurations","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1271&ItemID=3184",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_2[3] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1271&ItemID=2508",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_2[4] = ["Calibration","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1271&ItemID=39797",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_2[5] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1271&ItemID=2792",1,0,1];
					HM_Array4_2_3 = new Array();
				HM_Array4_2_3[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2[3] = ["SpectraDAS Spectrometer Controller/Logger","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1725",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_2_3[1] = ["Calibration","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1725&ItemID=82488",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_3[2] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1725&ItemID=2792",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_3[3] = ["RadSoft","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1725&ItemID=2578",1,0,1];
					HM_Array4_2_4 = new Array();
				HM_Array4_2_4[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2[4] = ["PURLS","/cms/index.cfm?PrimaryKeyList=,37,152,1269,2131",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_2_4[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1269,2131&ItemID=221455",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_4[2] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1269,2131&ItemID=221458",1,0,1];
					HM_Array4_2_5 = new Array();
				HM_Array4_2_5[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2[5] = ["Stable Light Source SLS-1","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1726",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_2_5[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1726&ItemID=82599",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_5[2] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1726&ItemID=81760",1,0,1];
					HM_Array4_2_6 = new Array();
				HM_Array4_2_6[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2[6] = ["Fiber Optic Cables","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1272",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_2_6[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1272&ItemID=2511",1,0,1];
					HM_Array4_2_7 = new Array();
				HM_Array4_2_7[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2[7] = ["Light Collectors","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1515",1,0,1];
						HM_Array4_2_8 = new Array();
				HM_Array4_2_8[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2[8] = ["HydroShutter-HR","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1275",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_2_8[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1275&ItemID=2520",1,0,1];
					HM_Array4_2_1_6 = new Array();
				HM_Array4_2_1_6[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2_1[6] = ["HydroRad Models","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270,2025",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_2_1_6[1] = ["HydroRad-E1","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270,2025&ItemID=164580",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1_6[2] = ["HydroRad-ES1","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270,2025&ItemID=165556",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1_6[3] = ["HydroRad-E2","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270,2025&ItemID=165553",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1_6[4] = ["HydroRad-1","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270,2025&ItemID=165557",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1_6[5] = ["HydroRad-2","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270,2025&ItemID=165558",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1_6[6] = ["HydroRad-3","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270,2025&ItemID=165559",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1_6[7] = ["HydroRad-4","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270,2025&ItemID=165560",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_1_6[8] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1270,2025&ItemID=201097",1,0,1];
					HM_Array4_3_1 = new Array();
				HM_Array4_3_1[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_3[1] = ["HydroDAS","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1277",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_3_1[1] = ["Applications","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1277&ItemID=3449",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_3_1[2] = ["Configurations","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1277&ItemID=2524",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_3_1[3] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1277&ItemID=2808",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_3_1[4] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1277&ItemID=2805",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_3_1[5] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1277&ItemID=2527",1,0,1];
					HM_Array4_3_2 = new Array();
				HM_Array4_3_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_3[2] = ["MiniDAS","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1278",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_3_2[1] = ["Applications","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1278&ItemID=3449",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_3_2[2] = ["Options","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1278&ItemID=2530",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_3_2[3] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1278&ItemID=2529",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_3_2[4] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1278&ItemID=2805",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_3_2[5] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1278&ItemID=2533",1,0,1];
					HM_Array4_3_3 = new Array();
				HM_Array4_3_3[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_3[3] = ["HydroPack","/cms/index.cfm?PrimaryKeyList=,37,152,1276,1279",1,0,1];
						HM_Array6_1 = new Array();
				HM_Array6_1[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6[1] = ["Equipment Service","/cms/index.cfm?PrimaryKeyList=,37,1288,1289",1,0,1];
						HM_Array6_2 = new Array();
				HM_Array6_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6[2] = ["Manuals","/cms/index.cfm?PrimaryKeyList=,37,1288,1295",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_2[1] = ["Backscatter Calibration","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=2828",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[2] = ["HydroDAS and MiniDAS","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=2830",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[3] = ["HydroPack","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=2833",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[4] = ["HydroScat-6","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=2821",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[5] = ["HydroScat-4","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=2822",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[6] = ["HydroScat-2","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=2823",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[7] = ["HydroRad","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=2827",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[8] = ["HydroSoft","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=2831",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[9] = ["RadSoft","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=2832",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[10] = ["Underwater Irradiance Collector","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=2829",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[11] = ["a-Beta","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=100625",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_2[12] = ["c-Beta","/cms/index.cfm?PrimaryKeyList=,37,1288,1295&ItemID=100626",1,0,1];
					HM_Array6_3 = new Array();
				HM_Array6_3[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6[3] = ["Software","/cms/index.cfm?PrimaryKeyList=,37,1288,1296",1,0,1];
						HM_Array6_4 = new Array();
				HM_Array6_4[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6[4] = ["Glossary","/cms/index.cfm?PrimaryKeyList=,37,1288,1301",1,0,1];
						HM_Array6_5 = new Array();
				HM_Array6_5[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6[5] = ["ISRO Support","/cms/index.cfm?PrimaryKeyList=,37,1288,1715",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_5[1] = ["History","/cms/index.cfm?PrimaryKeyList=,37,1288,1715&ItemID=86747",1,0,1];
					HM_Array6_3_1 = new Array();
				HM_Array6_3_1[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_3[1] = ["HydroSoft","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1297",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_3_1[1] = ["Revision History","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1297&ItemID=2575",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_3_1[2] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1297&ItemID=2795",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_3_1[3] = ["Calibration Manual","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1297&ItemID=2796",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_3_1[4] = ["Download","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1297&ItemID=2577",1,0,1];
					HM_Array6_3_2 = new Array();
				HM_Array6_3_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_3[2] = ["RadSoft","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1298",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_3_2[1] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1298&ItemID=2794",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_3_2[2] = ["Revision History","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1298&ItemID=2580",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_3_2[3] = ["Download","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1298&ItemID=2581",1,0,1];
					HM_Array6_3_3 = new Array();
				HM_Array6_3_3[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_3[3] = ["DASHost","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1299",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_3_3[1] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1299&ItemID=2583",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_3_3[2] = ["Revision History","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1299&ItemID=2584",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_3_3[3] = ["Download","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1299&ItemID=2585",1,0,1];
					HM_Array6_3_4 = new Array();
				HM_Array6_3_4[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_3[4] = ["Utilities","/cms/index.cfm?PrimaryKeyList=,37,1288,1296,1300",1,0,1];
						HM_Array6_4_1 = new Array();
				HM_Array6_4_1[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_4[1] = ["Optical Processes & Properties","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_4_1[1] = ["Absorption","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3047",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[2] = ["a","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3299",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[3] = ["AOPs","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3046",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[4] = ["Attenuation","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=2866",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[5] = ["c","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3225",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[6] = ["Kd","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3226",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[7] = ["Backscattering","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3024",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[8] = ["bb","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3025",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[9] = ["Downwelling","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=72881",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[10] = ["Fluorescence","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3055",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[11] = ["Hyperspectral","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3240",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[12] = ["IOPs","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3045",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[13] = ["Irradiance (E)","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3237",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[14] = ["Irradiance, Plane","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3287",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[15] = ["Irradiance, Scalar","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3288",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[16] = ["Multispectral","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3239",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[17] = ["PAR","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3241",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[18] = ["Radiance (L)","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3236",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[19] = ["Reflectance, Irradiance","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=75403",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[20] = ["Reflectance, Radiance","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=75405",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[21] = ["RSR","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3397",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[22] = ["Scattering","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3023",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[23] = ["b","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=17895",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[24] = ["Spectral","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3238",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[25] = ["Transmission","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3300",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[26] = ["Turbidity","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3242",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[27] = ["Upwelling","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=72879",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_1[28] = ["VSF (β)","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1407&ItemID=3027",1,0,1];
					HM_Array6_4_2 = new Array();
				HM_Array6_4_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_4[2] = ["Instrumentation","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_4_2[1] = ["Backscattering Meter","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=41940",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[2] = ["Collimation","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=74335",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[3] = ["Cosine Collector","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3279",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[4] = ["Divergence","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=74336",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[5] = ["Field of View (FOV)","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=74337",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[6] = ["Fluorometer","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3229",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[7] = ["Full Width Half Maximum (FWHM)","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=74338",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[8] = ["Hyperspectral","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3240",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[9] = ["Multispectral","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3239",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[10] = ["OBS (Optical Backscatter Sensor)","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3230",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[11] = ["Radiometer","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3228",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[12] = ["Turbidimeter","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3231",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[13] = ["Scatterometer-Scattering Meter","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3233",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[14] = ["SMA","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3429",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[15] = ["Spectral","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3238",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[16] = ["Spectroradiometer","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3235",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_4_2[17] = ["Transmissometer","/cms/index.cfm?PrimaryKeyList=,37,1288,1301,1493&ItemID=3234",1,0,1];
					HM_Array4_2_7_1 = new Array();
				HM_Array4_2_7_1[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2_7[1] = ["Plane Irradiance","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1515,1516",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_2_7_1[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1515,1516&ItemID=2514",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_7_1[2] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1515,1516&ItemID=2793",1,0,1];
					HM_Array4_2_7_2 = new Array();
				HM_Array4_2_7_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2_7[2] = ["Scalar Irradiance","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1515,2026",1,0,1];
						HM_Array4_2_7_3 = new Array();
				HM_Array4_2_7_3[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2_7[3] = ["Gershun Irradiance","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1515,1517",1,0,1];
						HM_Array4_2_7_4 = new Array();
				HM_Array4_2_7_4[0] = [];
			
							// Posting menu to parent section
							
							HM_Array4_2_7[4] = ["Radiance","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1515,1518",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array4_2_7_4[1] = ["Specifications","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1515,1518&ItemID=2517",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array4_2_7_4[2] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,152,1269,1515,1518&ItemID=3138",1,0,1];
					HM_Array6_5_2 = new Array();
				HM_Array6_5_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_5[2] = ["HydroDAS Support","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_5_2[1] = ["HydroDAS Console software","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=81757",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[2] = ["HydroDAS USBLink software","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=81090",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[3] = ["HydroDAS Firmware Update Procedure","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=81928",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[4] = ["HydroDAS Firmware 3.26","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=81929",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[5] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=2805",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[6] = ["Motocross Software","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=82026",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[7] = ["Download","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=2585",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[8] = ["USB Driver Installation","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=82033",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[9] = ["DASHost 1.26 for ISRO-SAC","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=86758",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[10] = ["HydroRad Cal Update Programs","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=147155",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[11] = ["HydroDAS Scripts v1.14","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=147780",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_2[12] = ["HydroDAS Firmware 3.29","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1724&ItemID=199957",1,0,1];
					HM_Array6_5_3 = new Array();
				HM_Array6_5_3[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_5[3] = ["HydroRad Support","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_5_3[1] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=2792",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[2] = ["HR050142 Calibration","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=81920",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[3] = ["HR050143 Calibration","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=81921",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[4] = ["HR050144 Calibration","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=81922",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[5] = ["HR050145 Calibration","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=81923",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[6] = ["Download","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=2581",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[7] = ["HR050142 SLS Baseline Data","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=82221",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[8] = ["HR050143 SLS Baseline Data","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=82222",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[9] = ["HR050144 SLS Baseline Data","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=82223",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[10] = ["HR050145 SLS Baseline Data","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=82225",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[11] = ["HR050142 Calibration Certificate","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=82226",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[12] = ["HR050143 Calibration Certificate","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=82227",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[13] = ["HR050144 Calibration Certificate","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=82228",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[14] = ["HR050145 Calibration Certificate","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=82229",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[15] = ["Shutter Blade Removal","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=88910",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[16] = ["Depth Calibration Update","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=147779",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[17] = ["HR061151 Calibration Certificate","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=201279",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[18] = ["HR061151 Calibration","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=201280",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[19] = ["HR061152 Calibration","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=201281",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[20] = ["HR061152 Calibration Certificate","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=201282",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[21] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=2794",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_3[22] = ["HydroRad Firmware","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1722&ItemID=201283",1,0,1];
					HM_Array6_5_4 = new Array();
				HM_Array6_5_4[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_5[4] = ["SLS Support","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1723",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_5_4[1] = ["SLS Configuration File","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1723&ItemID=81919",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_4[2] = ["Manual","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1723&ItemID=81760",1,0,1];
					HM_Array6_5_5 = new Array();
				HM_Array6_5_5[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_5[5] = ["Post-Processing Software","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1940",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_5_5[1] = ["Post-processing Manual","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1940&ItemID=134491",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_5[2] = ["SAC-HOBI Tools Complete Package","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1940&ItemID=134492",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_5[3] = ["SAC-HOBI Tools.xla","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1940&ItemID=147135",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_5[4] = ["SAC-HOBI Tools.xlt","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1940&ItemID=147136",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_5[5] = ["Install SAC-HOBI Tools.xls","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,1940&ItemID=147137",1,0,1];
					HM_Array6_5_6 = new Array();
				HM_Array6_5_6[0] = [];
			
							// Posting menu to parent section
							
							HM_Array6_5[6] = ["Downloaded Data","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,2013",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array6_5_6[1] = ["Feb 2007","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,2013&ItemID=154764",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_6[2] = ["Feb 2007 Bands","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,2013&ItemID=154765",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_6[3] = ["Aug 2006","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,2013&ItemID=154767",1,0,1];
					
						// Posting menu to current section
						
						
						HM_Array6_5_6[4] = ["Sep 2006","/cms/index.cfm?PrimaryKeyList=,37,1288,1715,2013&ItemID=154768",1,0,1];
					HM_Array5_3_1 = new Array();
				HM_Array5_3_1[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5_3[1] = ["October 2003 Monterey Bay","/cms/index.cfm?PrimaryKeyList=,37,176,1744,1747",1,0,1];
						HM_Array5_3_2 = new Array();
				HM_Array5_3_2[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5_3[2] = ["August 2003 Monterey Bay","/cms/index.cfm?PrimaryKeyList=,37,176,1744,1748",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array5_3_2[1] = ["WALRUS Configuration Aug 2003","/cms/index.cfm?PrimaryKeyList=,37,176,1744,1748&ItemID=87103",1,0,1];
					HM_Array5_3_3 = new Array();
				HM_Array5_3_3[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5_3[3] = ["October 2002, Monterey Bay","/cms/index.cfm?PrimaryKeyList=,37,176,1744,1751",1,0,1];
						
						// Posting menu to current section
						
						
						HM_Array5_3_3[1] = ["WALRUS Configuration Oct 2002","/cms/index.cfm?PrimaryKeyList=,37,176,1744,1751&ItemID=87119",1,0,1];
					HM_Array5_3_4 = new Array();
				HM_Array5_3_4[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5_3[4] = ["March 2002, Monterey Bay","/cms/index.cfm?PrimaryKeyList=,37,176,1744,1752",1,0,1];
						HM_Array5_3_5 = new Array();
				HM_Array5_3_5[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5_3[5] = ["Oct 31 - Nov 1, 2001, Monterey Bay","/cms/index.cfm?PrimaryKeyList=,37,176,1744,1753",1,0,1];
						HM_Array5_3_6 = new Array();
				HM_Array5_3_6[0] = [];
			
							// Posting menu to parent section
							
							HM_Array5_3[6] = ["November 2001, Monterey Bay","/cms/index.cfm?PrimaryKeyList=,37,176,1744,1754",1,0,1];
						

	
	
query
  FULLTITLEITEMIDITEMISORDEREDITEMORDERITEMTYPEIDMENUTITLEORDERNUMPARENTISORDEREDPARENTORDERNUMPARENTSECTIONIDRECORDHANDLEDSECTIONIDSECTIONISORDEREDSECTIONNAME
1About HOBI Labs305111About Us20[empty string]3711501About Us
2Contact HOBI Labs2441111[empty string]30[empty string]3711721Contact
3HOBI Labs News2434111Hydro-News50[empty string]37112521News
4Products2780111Product Overview60[empty string]3711521Products
5Research333111[empty string]70[empty string]3711761Research
6Support2560111Support80[empty string]37112881Support
7IOP Instruments2435111[empty string]116152112531Optical Property Measurement
8Light Measurement2497111[empty string]216152112691Light Measurement
9Data Handling & System Integration2521111[empty string]316152112761Data Handling & System Integration
10Accessories2012111Accessories41615219011Accessories
11Deployment Frames2549121Deployment Frames41615219011Accessories
12Electrical Cables2550131Electrical Cable41615219011Accessories
13Fiber Optic Cables 380143[empty string]41615219011Accessories
14Light Collectors3438153[empty string]41615219011Accessories
15Software2881113Software516152114201Software
16Projects2559111[empty string]117176112871Projects
17Coastal Benthic Optical Properties (CoBOP) Web Site2797123[empty string]117176112871Projects
18CoBOP?Lee Stocking Island 20002835131[empty string]117176112871Projects
19Hyperspectral Coastal Ocean Dynamic Experiement (HyCODE)2800153[empty string]117176112871Projects
20Innovative Coastal-Oceans Network (ICON) - NOPP2837173[empty string]117176112871Projects
21Distance Visibility Algorithm (DiVA) 28441141[empty string]117176112871Projects
22Publications2557111Publications217176112861Publications
23A New Hyperspectral Spherical-Cavity Absorption Meter141187123[empty string]217176112861Publications
24A New Hyperspectral Spherical-Cavity Absorption Meter (Poster)98446142[empty string]217176112861Publications
25Effects of Microalgal Communities on Reflectance Spectra...3030152[empty string]217176112861Publications
26Determining b<sub>b</sub> with Fixed-Angle Sensors (Paper)17946162[empty string]217176112861Publications
27Determining b<sub>b</sub> with Fixed-Angle Sensors (browsable)17942171Determining <i>b<sub>b</sub></i>217176112861Publications
28HydroBeta: A New In-situ VSF Instrument (Extended Abstract)71220182[empty string]217176112861Publications
29HydroBeta: A New In-situ VSF Instrument (Presentation)71222192[empty string]217176112861Publications
30Theoretical Developments on the Optical Properties...28891102[empty string]217176112861Publications
31Theory and Measurements of the Complete BSF of Sea Ice31601112[empty string]217176112861Publications
32Instruments and Methods for Measuring b<sub>b</sub> of Ocean...28871122[empty string]217176112861Publications
33The Average Cosine Due to an Isotropic Light Source in the Ocean31621132[empty string]217176112861Publications
34Field Data86870111[empty string]317176117441Monterey Bay Cruise Logs
35Monterey Bay Moorings334111[empty string]41717611771Monterey Bay Moorings
36M2 HydroRad Derived Data, 1 day410121[empty string]41717611771Monterey Bay Moorings
37M2 HydroRad Ed & Lu, One Day411131[empty string]41717611771Monterey Bay Moorings
38M2 Hydrorad Ed and Lu, 7 days413151[empty string]41717611771Monterey Bay Moorings
39M2 HydroRad Derived Data, 7 days415171[empty string]41717611771Monterey Bay Moorings
40M1 HydroScat-2, 7 days416181[empty string]41717611771Monterey Bay Moorings
41M2 HydroScat-2, 7 days417191[empty string]41717611771Monterey Bay Moorings
42M2 HydroRad Derived Data, Entire Time Series4181101[empty string]41717611771Monterey Bay Moorings
43M1 HydroScat-2, Entire Time Series4191111[empty string]41717611771Monterey Bay Moorings
44M2 HydroScat-2, Entire Time Series4201121[empty string]41717611771Monterey Bay Moorings
45M2 HydroRad Ed and Lu, Entire Time Series713111131[empty string]41717611771Monterey Bay Moorings
46Overview86952111[empty string]517176117491HydroBeta
47Example Data86953121[empty string]517176117491HydroBeta
48Calibration86954131[empty string]517176117491HydroBeta
49Overview87008111[empty string]617176117501HydroProfiler
50Data Samples87009121[empty string]617176117501HydroProfiler
51Example Configuration87033131[empty string]617176117501HydroProfiler
52HydroShutter-HR Overview3413111Overview114901112801HydroShutter-HR
53HydroShutter-HR Specifications2520121Specifications114901112801HydroShutter-HR
54HydroShutter-HS Overview2542111Overview214901112811HydroShutter-HS
55HydroShutter-HS Specifications2543121Specifications214901112811HydroShutter-HS
56HydroScat-2 Manual2771132Manual214901112811HydroShutter-HS
57HydroPack Overview2545111Overview314901112821HydroPack
58HydroPack Specifications2546121Specifications314901112821HydroPack
59HydroPack Manual2804132Manual314901112821HydroPack
60Backscatter Calibration Fixture3542111Overview[empty string]14901115240Backscattering Calibration Fixture
61Backscattering Calibration Manual2796122Calibration Manual[empty string]14901115240Backscattering Calibration Fixture
62Software3543133[empty string][empty string]14901115240Backscattering Calibration Fixture
63a-Sphere Overview98680111Overview1111253118951a-Sphere In-situ Spectrophotometer
64a-Sphere Specifications98695121Specifications1111253118951a-Sphere In-situ Spectrophotometer
65Detailed Description141186171[empty string]1111253118951a-Sphere In-situ Spectrophotometer
66a-Sphere Console Software2054321102Software1111253118951a-Sphere In-situ Spectrophotometer
67Data Processing Template2054341112Data Processing1111253118951a-Sphere In-situ Spectrophotometer
68HydroScat Family2442111Overview2111253112541HydroScat Backscattering Sensor Family
69Backscattering Optics2455121Optics2111253112541HydroScat Backscattering Sensor Family
70Backscatter Calibration2779131Calibration2111253112541HydroScat Backscattering Sensor Family
71Hydroscat Logging & Control2456141Logging & Control2111253112541HydroScat Backscattering Sensor Family
72Hydroscat Example Data2458161Example Data2111253112541HydroScat Backscattering Sensor Family
73Determining b<sub>b</sub> with Fixed-Angle Sensors (browsable)17942171Determining <i>b<sub>b</sub></i>2111253112541HydroScat Backscattering Sensor Family
74HydroScat-2 Overview2902111Overview3111253112601HydroScat-2 Backscattering Sensor - Fluorometer
75Hydroscat-2 Specifications2459121Specifications3111253112601HydroScat-2 Backscattering Sensor - Fluorometer
76HydroScat-2 Options & Accessories2460131Options3111253112601HydroScat-2 Backscattering Sensor - Fluorometer
77HydroScat-2 Manual2771142Manual3111253112601HydroScat-2 Backscattering Sensor - Fluorometer
78HydroScat-2 Software2463163Software3111253112601HydroScat-2 Backscattering Sensor - Fluorometer
79HydroScat-4 Overview3153111Overview5111253112651HydroScat-4 Backscattering Sensor - Fluorometer
80HydroScat-4 Specifications2468121Specifications5111253112651HydroScat-4 Backscattering Sensor - Fluorometer
81HydroScat-4 Options & Accessories2772131Options & Accessories5111253112651HydroScat-4 Backscattering Sensor - Fluorometer
82HydroScat-4 Manual2773152Manual5111253112651HydroScat-4 Backscattering Sensor - Fluorometer
83HydroScat-4 Software2472163Software5111253112651HydroScat-4 Backscattering Sensor - Fluorometer
84HydroScat-6P Overview3128111Overview6111253112661HydroScat-6P Backscattering Sensor - Fluorometer
85HydroScat-6 Specifications2474121Specifications6111253112661HydroScat-6P Backscattering Sensor - Fluorometer
86HydroScat-6P Options & Accessories2475131Options & Accessories6111253112661HydroScat-6P Backscattering Sensor - Fluorometer
87HydroScat-6 Manual2774152Manual6111253112661HydroScat-6P Backscattering Sensor - Fluorometer
88HydroScat-6 Software2479163Software6111253112661HydroScat-6P Backscattering Sensor - Fluorometer
89HydroScat-6P Update 2010270733181HS-6P Update6111253112661HydroScat-6P Backscattering Sensor - Fluorometer
90c-ßeta Overview3298111Overview8111253112681c-ßeta Backscattering & Attenuation Sensor
91a-ßeta and c-ßeta Data Logging3301121Logging8111253112681c-ßeta Backscattering & Attenuation Sensor
92c-ßeta Specifications2491131Specifications8111253112681c-ßeta Backscattering & Attenuation Sensor
93c-ßeta Options & Accessories2776141Options & Accessories8111253112681c-ßeta Backscattering & Attenuation Sensor
94c-Beta Manual2777162Manual8111253112681c-ßeta Backscattering & Attenuation Sensor
95c-Beta Software2495173Software8111253112681c-ßeta Backscattering & Attenuation Sensor
96HydroRad Overview164578111Overview1121269112701HydroRad Hyperspectral Radiometers
97HydroRad Options165616141Options1121269112701HydroRad Hyperspectral Radiometers
98HydroRad Application Configurations2500161Applications1121269112701HydroRad Hyperspectral Radiometers
99HydroRad & WALRUS Calibration39796191Calibration1121269112701HydroRad Hyperspectral Radiometers
100HydroRad Manual27921102Manual1121269112701HydroRad Hyperspectral Radiometers
101HydroRad Software2010961113Software1121269112701HydroRad Hyperspectral Radiometers
102WALRUS Overview2505111Overview2121269112711WALRUS Hyperspectral Radiometer Buoy
103WALRUS Options & Accessories2506121Options2121269112711WALRUS Hyperspectral Radiometer Buoy
104WALRUS Configuration Options3184131Configurations2121269112711WALRUS Hyperspectral Radiometer Buoy
105WALRUS Specifications2508151Specifications2121269112711WALRUS Hyperspectral Radiometer Buoy
106Calibration39797163[empty string]2121269112711WALRUS Hyperspectral Radiometer Buoy
107HydroRad Manual2792172Manual2121269112711WALRUS Hyperspectral Radiometer Buoy
108SpectraDAS82220111Overview3121269117251SpectraDAS Spectrometer Controller/Logger
109Calibration82488121[empty string]3121269117251SpectraDAS Spectrometer Controller/Logger
110HydroRad Manual2792132Manual3121269117251SpectraDAS Spectrometer Controller/Logger
111RadSoft2578141[empty string]3121269117251SpectraDAS Spectrometer Controller/Logger
112PURLS Overview221453111Overview4121269121311PURLS
113PURLS Specifications221455121Specifications4121269121311PURLS
114PURLS Manual221458132Manual4121269121311PURLS
115Stable Light Source SLS-182577111Overview5121269117261Stable Light Source SLS-1
116SLS-1 Specifications82599121Specifications5121269117261Stable Light Source SLS-1
117SLS User's Manual81760132Manual5121269117261Stable Light Source SLS-1
118Fiber Optical Cables Overview2510111Overview6121269112721Fiber Optic Cables
119Fiber Optical Cables Specifications2511121Specifications6121269112721Fiber Optic Cables
120Fiber Optic Light Collectors3428111Light Collectors7121269115151Light Collectors
121HydroShutter-HR Overview3413111Overview8121269112751HydroShutter-HR
122HydroShutter-HR Specifications2520121Specifications8121269112751HydroShutter-HR
123HydroRad Overview166360113Overview[empty string]111270120250HydroRad Models
124HydroRad-E1164580121[empty string][empty string]111270120250HydroRad Models
125HydroRad-ES1165556131[empty string][empty string]111270120250HydroRad Models
126HydroRad-E2165553141[empty string][empty string]111270120250HydroRad Models
127HydroRad-1165557151[empty string][empty string]111270120250HydroRad Models
128HydroRad-2165558161[empty string][empty string]111270120250HydroRad Models
129HydroRad-3165559171[empty string][empty string]111270120250HydroRad Models
130HydroRad-4165560181[empty string][empty string]111270120250HydroRad Models
131HydroRad Software201097193Software[empty string]111270120250HydroRad Models
132HydroDAS Overview2522111Overview1131276112771HydroDAS
133HydroDAS & MiniDAS Applications3449121Applications1131276112771HydroDAS
134HydroDAS Configuration Options2524131Configurations1131276112771HydroDAS
135HydroDAS Specifications2808141Specifications1131276112771HydroDAS
136HydroDAS & MiniDAS Manual2805152Manual1131276112771HydroDAS
137HydroDAS Software2527173Software1131276112771HydroDAS
138MiniDAS Overview2528111Overview2131276112781MiniDAS
139HydroDAS & MiniDAS Applications3449121Applications2131276112781MiniDAS
140MiniDAS Configuration Options2530131Options2131276112781MiniDAS
141MiniDAS Specifications2529141Specifications2131276112781MiniDAS
142HydroDAS & MiniDAS Manual2805152Manual2131276112781MiniDAS
143MiniDAS Software2533163Software2131276112781MiniDAS
144HydroPack2535113[empty string]3131276112791HydroPack
145Equipment Service3459121[empty string]1181288112891Equipment Service
146Manuals2571111Manuals3181288112951Manuals
147Backscatter Calibration2828133[empty string]3181288112951Manuals
148HydroDAS and MiniDAS2830153[empty string]3181288112951Manuals
149HydroPack2833163[empty string]3181288112951Manuals
150HydroScat-62821173[empty string]3181288112951Manuals
151HydroScat-42822183[empty string]3181288112951Manuals
152HydroScat-22823193[empty string]3181288112951Manuals
153HydroRad28271103[empty string]3181288112951Manuals
154HydroSoft28311113[empty string]3181288112951Manuals
155RadSoft28321123[empty string]3181288112951Manuals
156Underwater Irradiance Collector28291133[empty string]3181288112951Manuals
157a-Beta1006251142[empty string]3181288112951Manuals
158c-Beta1006261152[empty string]3181288112951Manuals
159Software2572111Software4181288112961Software
160Glossary2587111Glossary5181288113011Glossary
161ISRO-SAC System Manual81758122[empty string]7181288117151ISRO Support
162ISRO-SAC Update History86747131History7181288117151ISRO Support
163HydroSoft2573111Overview[empty string]141296112970HydroSoft
164HydroSoft Revision History2575121Revision History[empty string]141296112970HydroSoft
165HydroSoft Manual2795132Manual[empty string]141296112970HydroSoft
166Backscattering Calibration Manual2796142Calibration Manual[empty string]141296112970HydroSoft
167HydroSoft Download2577152Download[empty string]141296112970HydroSoft
168RadSoft2578111[empty string][empty string]141296112980RadSoft
169RadSoft Manual2794122Manual[empty string]141296112980RadSoft
170RadSoft Revision History2580131Revision History[empty string]141296112980RadSoft
171RadSoft Download2581142Download[empty string]141296112980RadSoft
172DASHost2582111Overview[empty string]141296112990DASHost
173DASHost Manual2583123Manual[empty string]141296112990DASHost
174DASHost Revision History2584131Revision History[empty string]141296112990DASHost
175DASHost Download2585142Download[empty string]141296112990DASHost
176Utilities2586111Utilities[empty string]141296113000Utilities
177Optical Processes & Properties3044111[empty string]1151301114071Optical Processes & Properties
178Absorption3047121[empty string]1151301114071Optical Processes & Properties
179Absorption coefficient (a)3299131<i>a</i>1151301114071Optical Processes & Properties
180Apparent Optical Properties (AOPs)3046141AOPs1151301114071Optical Processes & Properties
181Attenuation2866151[empty string]1151301114071Optical Processes & Properties
182Attenuation Coefficient, Beam (c)3225161<i>c</i>1151301114071Optical Processes & Properties
183Attenuation Coefficient, Diffuse (<i>K<sub>d</sub></i>)3226171<I>K<sub>d</sub></i>1151301114071Optical Processes & Properties
184Backscattering3024181[empty string]1151301114071Optical Processes & Properties
185Backscattering Coefficient (<i>b<sub>b</sub></i>)3025191<i>b<sub>b</sub></i>1151301114071Optical Processes & Properties
186Downwelling728811101[empty string]1151301114071Optical Processes & Properties
187Fluorescence30551111[empty string]1151301114071Optical Processes & Properties
188Hyperspectral32401121[empty string]1151301114071Optical Processes & Properties
189Inherent Optical Properties (IOPs)30451131IOPs1151301114071Optical Processes & Properties
190Irradiance (<i>E</i>)32371141[empty string]1151301114071Optical Processes & Properties
191Irradiance, Plane32871151[empty string]1151301114071Optical Processes & Properties
192Irradiance, Scalar32881161[empty string]1151301114071Optical Processes & Properties
193Multispectral32391181[empty string]1151301114071Optical Processes & Properties
194Photosynthetically Available Radiation (PAR)32411191PAR1151301114071Optical Processes & Properties
195Radiance (<i>L</i>)32361201[empty string]1151301114071Optical Processes & Properties
196Reflectance, Irradiance754031211[empty string]1151301114071Optical Processes & Properties
197Reflectance, Radiance754051221[empty string]1151301114071Optical Processes & Properties
198Reflectance, Remote Sensing33971231RSR1151301114071Optical Processes & Properties
199Scattering30231241[empty string]1151301114071Optical Processes & Properties
200Scattering Coefficient (<i>b</i>)178951251<i>b</i>1151301114071Optical Processes & Properties
201Spectral32381261[empty string]1151301114071Optical Processes & Properties
202Transmission33001271[empty string]1151301114071Optical Processes & Properties
203Turbidity32421281[empty string]1151301114071Optical Processes & Properties
204Upwelling728791291[empty string]1151301114071Optical Processes & Properties
205Volume Scattering Function (ß)30271301VSF (<i>&#946;</i>)1151301114071Optical Processes & Properties
206Instrumentation3232111[empty string]2151301114931Instrumentation
207Backscattering Meter41940121[empty string]2151301114931Instrumentation
208Collimation74335131[empty string]2151301114931Instrumentation
209Cosine Collector3279141[empty string]2151301114931Instrumentation
210Divergence74336151[empty string]2151301114931Instrumentation
211Field of View (FOV)74337161[empty string]2151301114931Instrumentation
212Fluorometer3229171[empty string]2151301114931Instrumentation
213Full Width Half Maximum (FWHM)74338181[empty string]2151301114931Instrumentation
214Hyperspectral3240191[empty string]2151301114931Instrumentation
215Multispectral32391101[empty string]2151301114931Instrumentation
216OBS (Optical Backscatter Sensor)32301111[empty string]2151301114931Instrumentation
217Radiometer32281121[empty string]2151301114931Instrumentation
218Turbidimeter32311131[empty string]2151301114931Instrumentation
219Scatterometer-Scattering Meter32331141[empty string]2151301114931Instrumentation
220SMA Connector34291151SMA2151301114931Instrumentation
221Spectral32381161[empty string]2151301114931Instrumentation
222Spectroradiometer32351171[empty string]2151301114931Instrumentation
223Transmissometer32341181[empty string]2151301114931Instrumentation
224Irradiance Collectors Overview2513111Overview1171515115161Plane Irradiance
225Irradiance Collectors Specifications2514121Specifications1171515115161Plane Irradiance
226Irradiance Collectors Manual2793132Manual1171515115161Plane Irradiance
227Scalar Irradiance Collector165529111Scalar2171515120261Scalar Irradiance
228Gershun Irradiance Collectors3404111[empty string]3171515115171Gershun Irradiance
229Radiance Collectors Overview2516111Overview4171515115181Radiance
230Radiance Collectors Specifications2517121Specifications4171515115181Radiance
231Radiance Collector Manual3138132Manual4171515115181Radiance
232HydroDAS Support81926111[empty string]1171715117241HydroDAS Support
233HydroDAS Console software81757122[empty string]1171715117241HydroDAS Support
234HydroDAS USBLink software81090132[empty string]1171715117241HydroDAS Support
235HydroDAS Firmware Update Procedure81928141[empty string]1171715117241HydroDAS Support
236HydroDAS Firmware 3.2681929152[empty string]1171715117241HydroDAS Support
237HydroDAS & MiniDAS Manual2805162Manual1171715117241HydroDAS Support
238Motocross Software82026172[empty string]1171715117241HydroDAS Support
239DASHost Download2585182Download1171715117241HydroDAS Support
240USB Driver Installation82033191[empty string]1171715117241HydroDAS Support
241DASHost 1.26 for ISRO-SAC867581102[empty string]1171715117241HydroDAS Support
242HydroRad Cal Update Programs1471551122[empty string]1171715117241HydroDAS Support
243HydroDAS Scripts v1.141477801132[empty string]1171715117241HydroDAS Support
244HydroDAS Firmware 3.291999571142[empty string]1171715117241HydroDAS Support
245HydroRad Support81924111[empty string]2171715117221HydroRad Support
246HydroRad Manual2792122Manual2171715117221HydroRad Support
247HR050142 Calibration81920132[empty string]2171715117221HydroRad Support
248HR050143 Calibration81921142[empty string]2171715117221HydroRad Support
249HR050144 Calibration81922152[empty string]2171715117221HydroRad Support
250HR050145 Calibration81923162[empty string]2171715117221HydroRad Support
251RadSoft Download2581172Download2171715117221HydroRad Support
252HR050142 SLS Baseline Data82221182[empty string]2171715117221HydroRad Support
253HR050143 SLS Baseline Data82222192[empty string]2171715117221HydroRad Support
254HR050144 SLS Baseline Data822231102[empty string]2171715117221HydroRad Support
255HR050145 SLS Baseline Data822251112[empty string]2171715117221HydroRad Support
256HR050142 Calibration Certificate822261122[empty string]2171715117221HydroRad Support
257HR050143 Calibration Certificate822271132[empty string]2171715117221HydroRad Support
258HR050144 Calibration Certificate822281142[empty string]2171715117221HydroRad Support
259HR050145 Calibration Certificate822291152[empty string]2171715117221HydroRad Support
260Shutter Blade Removal889101161[empty string]2171715117221HydroRad Support
261Depth Calibration Update1477791172[empty string]2171715117221HydroRad Support
262HR061151 Calibration Certificate2012791182[empty string]2171715117221HydroRad Support
263HR061151 Calibration2012801192[empty string]2171715117221HydroRad Support
264HR061152 Calibration2012811202[empty string]2171715117221HydroRad Support
265HR061152 Calibration Certificate2012821212[empty string]2171715117221HydroRad Support
266RadSoft Manual27941222Manual2171715117221HydroRad Support
267HydroRad Firmware2012831232[empty string]2171715117221HydroRad Support
268SLS Support81925111[empty string]3171715117231SLS Support
269SLS Configuration File81919122[empty string]3171715117231SLS Support
270SLS User's Manual81760132Manual3171715117231SLS Support
271Post-Processing Software134489111[empty string][empty string]171715119400Post-Processing Software
272Post-processing Manual134491122[empty string][empty string]171715119400Post-Processing Software
273SAC-HOBI Tools Complete Package134492132[empty string][empty string]171715119400Post-Processing Software
274SAC-HOBI Tools.xla147135142[empty string][empty string]171715119400Post-Processing Software
275SAC-HOBI Tools.xlt147136152[empty string][empty string]171715119400Post-Processing Software
276Install SAC-HOBI Tools.xls147137162[empty string][empty string]171715119400Post-Processing Software
277Downloaded Data154766111Data[empty string]171715120130Downloaded Data
278Feb 2007 Data from HD050105154764122Feb 2007[empty string]171715120130Downloaded Data
279Feb 2007 Band Definitions154765132Feb 2007 Bands[empty string]171715120130Downloaded Data
280Aug 2006 Data from HD050105154767142Aug 2006[empty string]171715120130Downloaded Data
281Sep 2006 Data from HD050105154768152Sep 2006[empty string]171715120130Downloaded Data
282October 2003 Data Summary86874111[empty string][empty string]131744117470October 2003 Monterey Bay
283August 2003 Data Summary86971111[empty string][empty string]131744117480August 2003 Monterey Bay
284WALRUS Configuration Aug 200387103121[empty string][empty string]131744117480August 2003 Monterey Bay
285October 2002 Data Summary87031111[empty string][empty string]131744117510October 2002, Monterey Bay
286WALRUS Configuration Oct 200287119121[empty string][empty string]131744117510October 2002, Monterey Bay
287March 2002 Data Summary87032111[empty string][empty string]131744117520March 2002, Monterey Bay
288Oct 31 - Nov 1, 2001, Monterey Bay87172111[empty string][empty string]131744117530Oct 31 - Nov 1, 2001, Monterey Bay
289November 2001, Monterey Bay87173111[empty string][empty string]131744117540November 2001, Monterey Bay
if(HM_IsMenu) { document.write("<\/SCR" + "IPT>"); }