/* 

	Dynamic Menu 3.0.1



	Written By:  AA

	Created on:  July 14 2000.

	

	Modified on: March 30, 2004   -- Added support for subfolders and resolved the issue with menu images not found.

									 Also, added was the better way to suppor for the hanging menu on <img name="menu".....> property.

	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

*/				 



// Program URL, Indicates the ROOT of your web page.

var progURL = "";		// Make sure that there is a '/' at the end of the URL.



// Toolbar physical atributes

var toolbarTop    = 0;			// Top position of Menu reletive to the top of the web page.

var toolbarLeft   = 0;				// Left postion of Menu reletive to the left of the web page.\

var toolbarHeight = 200;				// Height of the layer that encapsualtes the Navigation		

var toolbarWidth  = 178;				// Width of the same layer as above.



// colors for toolbar navigation menu

var navlinkbg    = '#34716A';		// Main Head link bgcolor

var navsublinkbg = '#ffffff';		// sub links bgcolor

var navbarbg     = '#34716A';		// Separating bars between navigation selections.

var navbarHeight = 5;				// 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 = 148;			// 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.

var menu = [  	
			[

					["Patient Safety","http://www.ahrq.gov/consumer/safety.html","Patient Safety","_self","Safety Tips","Become a more informed patient and take charge of your treatment."]
					],

				[

					["Find a Doctor","http://doctor.webmd.com/physician_finder/home.aspx?sponsor=core ","Find a doctor in your area","_self","Doctor Locator","Search for a doctor in your area by specialty, location or name."]

				],

				[

					["Verify a License","https://secure.utah.gov/llv/llv","Utah Licensee Lookup and Verification System","_self","Licensee and Verification Lookup","Verify a doctor&rsquo;s license to practice and if any disciplinary actions have been taken."]

				],

				[

					["File a Complaint","#","File a Complaint","_self","File a Complaint","Have you received unfair treatment by your doctor or health plan?"],

					["Against a Doctor","http://www.dopl.utah.gov/investigations/complaint.html","File a doctor complaint","_self","File a complaint","Click here to file a complaint against your doctor or other health care professional."],

					["Against a Health Plan","http://www.insurance.utah.gov/complaint/index.html","File a Compliant Against Your Health Plan","_self","File a Complaint","Use if your complaint does not involve a self-funded health benefit plan."],

					["Against a Facility","http://health.utah.gov/hflcra/contact.php","File a Compliant Against a Facility","_self","File a Complaint","For anyone feels they have been physically abused &sbquo; neglected or exploited by a facility."]

				],
				
				[

					["About Us","about.html","Partnerships","_self","About our Partnerships","learn about our partnerships in development of this web site."]

				],
				[
					["Related Sites","resources.html","Health Care Related Sites","_self","Health Care Related Sites","More helpful web sites can be found here."]
				]

			];