/* 
	Dynamic Menu 2.4.0

	Written By:  AA
	Created on:  July 14 2000.
	
	Modified on: October 9, 2003  -- Added a place holder for the menu. a blank image with name of "MENU" must be present in the page.
	Modified on: May 5, 2003	  -- Separated Menu attributes and settings from nav.js
	Modified on: May 1, 2003 	  -- Improving the Tooltip positioning.
	Modified on: April 7, 2003    -- Added more flexibility for desing and ToolTip.
	Modified on: April 2, 2003    -- Added Tooltip Layer capability
	Modified on: October 23, 2001 -- Added support for Netscape 6.0
*/				 

	var x = 0;
	var y = 0;
	var obj = FIND('menu') || document.images['menu'] || document.links['menu'] || document.anchors['menu'];
	x = moveXbySlicePos (x, obj);
	y = moveYbySlicePos (y, obj);

var toolbarTop = y;
var toolbarLeft = x;

// Toolbar physical atributes
//var toolbarTop    = 172;			// Top position of Menu reletive to the top of the web page.
//var toolbarLeft   = 560;				// Left postion of Menu reletive to the left of the web page.\
var toolbarHeight = 250;				// Height of the layer that encapsualtes the Navigation		
var toolbarWidth  = 146;				// Width of the same layer as above.

// colors for toolbar navigation menu
var navlinkbg    = '#C5CFDF';		// Main Head link bgcolor
var navsublinkbg = '#3B5978';		// sub links bgcolor
var navbarbg     = '#333333';		// Separating bars between navigation selections.
var navbarHeight = 0;				// Height of the seperating bars.

// tooltip physical Attributes
//if Top and Left are 'null' then the tool tip will move up and down 10 px away from the left hand side of the nav bar.
//if Top and left have a value but Pos is 'abs' then the Top and Left values used to place the tool tip at that position. (absolute)
//if Top and Left have a value but Pos is 'rel' then the Top and Left values are used to offset the Position from the mouse location. (relative)

var tooltipEnabled = true;
var tooltipTop   = 20;		// Tooltip's Top position; set to 'null' if want to be same line as toolbar
var tooltipLeft  = 20;		// Tooltip's Left position; set to 'null' if want to be 10px away from toolbar
var tooltipPos	 = 'rel';		// Tooltip's Positioning, "abs" and "rel"; abs = absolute, rel = relative;
var tooltipWidth = 130;			// Tooltips overall width.
// colors for tooltips
var tooltipborderwidth = 1;				// Tooltips border thickness
var tooltipborderbg = '#333333';		// Tooltips border color  			#1274b1
var tooltipbodybg   = '#5F7B94';	// Tooltips content background color	#ffffcc

// Menu content First element is the Heading and the rest is the subheading.
// ["Title", "URL", "Status bar content", "Target", "tooltip Title", "Tooltip Content"]
var menu = [	
				[
					["Home","index.html","CASH Home","_self","CASH Home","Back to Home Page"]
				],
			
				[
					["SIDS","#","Sudden Infant Death Syndrome","_self","Sudden Infant Death Syndrome","Click here for additional information regarding SIDS..... more information to be added soon."]//,
//					["Grief Support Resources.pdf","#","Grief Support Resources","_self","Grief Support","Grief Support Resources"],
//					["Winter 2004 Newsletter.pdf","#","Winter 2004 Newsletter","_self","Winter 2004 Newsletter","SIDS Newsletter February 2004"],
//					["Safe Sleep Brochure.pdf","#","Safe Sleep Brochure","_self","Safe Sleep Brochure","Keep Your Baby Safe During Sleep-English"],
//					["Safe Sleep Espanol.pdf","#","Safe Sleep Brochure in Espanol","_self","Safe Sleep Brochure Espanol","Keep Your Baby Safe During Sleep-Espanol"],
//					["Safe Sleep Checklist.pdf","#","Safe Sleep Checklist","_self","Is your babys sleep environment safe?","Complete form for a free gift!"]
				],
				
				[
					["P-5 Home Visiting","#","Prenatal-5 Nurse Home Visiting Program","_self","Prenatal-5 Nurse Home Visiting Program","P-5 Guidelines and Forms"]//,
//					["P-5 Guidelines and Forms","#","P5 Information for Providers","_self","P-5 Guidelines and Forms","P-5 Guidelines and Forms"]
				],
				
				[
					["TCM Home Visiting","#","Medicaid Early Childhood Targeted Case Management Service","_self","Medicaid Early Childhood Targeted Case Management Service","Click here for more information on TCM"]//,
//					["More Information on Medicaid Early Childhood TCM","#","TCM Information for Providers","_self","TCM Guidelines and Forms","TCM Guidelines and Forms"]
				],
				
				[
					["HSSCP","#","Head Start-State Collaboration Office","_self","Head Start-State Collaboration Office","Click for HSSCP Evaluation, more information coming soon ..."]//,
//					["HSSCP Evaluation.pdf","#","HSSCP Evaluation","_self","HSSCP Evaluation","HSSCP Evaluation 2004"]
				],
						
				[
					["UHCCA","#","Utah Healthy Child Care America Project","_self","Utah Healthy Child Care America Project","Click here to go to downloadable versions of the Utah Participant Handbook"]//,
//					["Participant Handbook","#","Participant Handbook","_self","HCCA Participant Handbook","Healthy Child Care America"]
				],
				
				[
					["Adolescent Health","#","Adolescent Health","_self","Adolescent Health","Click here for Publications on Utah Adolescents","How Healthy Are Utah Adolescents?  A Snapshot of Adolescent Health in Utah"]//, 
//					["Utah Abstinence Progams 2006","#","Utah's Abstinence Grant 2006","_self","Utah's Abstinence Grant 2006","Utah Abstinence Grant 2006"],
//					["Adolescent Health Report.pdf","#","Adolescent Health","_self","Adolescent Health Report","How Healthy Are Utah Adolescents?  A Snapshot of Adolescent Health in Utah"],
//					["1997 Teen Pregnancy Report.pdf","#","Adolescent Health","_self","1997 Teen Pregnancy Report","1997 Teen Pregnancy Report"],
//					["Update 2004 Teen Pregnancy Report.pdf","#","Adolescent Health","_self","Update 2004 Teen Pregnancy","Update 2004 Teen Pregnancy Report"]
				],

				[
					["Publications","#","CASH Publications","_self","CASH Program Publications","CASH Publications","CASH Program Publications"]//,
//					["CASH Publications","#","CASH Publications","_self","CASH Publications","CASH Program Publications"],
//					["CASH Order Form.pdf","#","CASH Order Form","_self","CASH Order Form","CASH Program Order Form"]
				],			
				
				[
					["Contacts","#","Contact Information","_self","Program Contact Information","Click for contact info.","CASH Program Contacts"]//,
//					["Staff Contact Information","#","Contact Information","_self","CASH Program Contacts","CASH Program Contacts"]
				],				
	
				[
					["MCH Bureau","#","Bureau of Maternal and Child Health","_self","Bureau of Maternal and Child Health","Link to the Maternal and Child Health home page."]//,
//					["MCH Publications","#","Project reports","_self","MCH Publications","Link to Maternal and Child Health Publications."]
				],
				
				[
					["FAQ","#","Frequently Asked Questoins","_self","Frequently Asked Questions","Coming Soon ..."]
				],		

				[
					["Links","#","Links and Partnerships","_self","Links","Click here to view CASH Program links and partnerships"]//,
//					["Links and Partnerships","#","Links and Partnerships","_self","Links","#"]
				]
			];
				
	