<!-- Begin

//Start Side Menu Information & Options

	var showOpenLiq=false;
	var showOpenRehab=false;
	var showClosedLiq=true;
	var showClosedRehab=true;
	var img_Collapse = new Image();
	var img_Expand = new Image();
	img_Collapse.src = "/Include/img_lib/NavSide_Collapse.gif";
	img_Expand.src ="/Include/img_lib/NavSide_Expand.gif";

	function navSideshowOpenLiq() {
		if (!dhtml_ok) { return }
		if (showOpenLiq) {
  			dhtml_objects["navSideOpenLiq"].set_visibility("visible");
  			dhtml_objects["navSideOpenLiq"].set_position("");
  			if (document.getElementById) {
  				document.getElementById("imgOpenLiq").src=img_Collapse.src
  			}
  			else if (document.all) {
  				document.all.imgOpenLiq.src=img_Collapse.src
  			}
  			else {
  				document.layers["imgOpenLiq"].src=img_Collapse.src
  			}
  			showOpenLiq=false;
  			document.cookie="c_OLStatus=True; path=/";
		}
		else {
  			dhtml_objects["navSideOpenLiq"].set_visibility("hidden");
  			dhtml_objects["navSideOpenLiq"].set_position("absolute");
  			if (document.getElementById) {
  				document.getElementById("imgOpenLiq").src=img_Expand.src
  			}
  			else if (document.all) {
  				document.all.imgOpenLiq.src=img_Expand.src
  			}
  			else {
  				document.layers["imgOpenLiq"].src=img_Expand.src
  			}
  			showOpenLiq=true;
  			document.cookie="c_OLStatus=False; path=/";
		}
	}
	function navSideshowOpenRehab() {
		if (!dhtml_ok) { return }
		if (showOpenRehab) {
  			dhtml_objects["navSideOpenRehab"].set_visibility("visible");
  			dhtml_objects["navSideOpenRehab"].set_position("");
  			if (document.getElementById) {
  				document.getElementById("imgOpenRehab").src=img_Collapse.src
  			}
  			else if (document.all) {
  				document.all.imgOpenRehab.src=img_Collapse.src
  			}
  			else {
  				document.layers["imgOpenRehab"].src=img_Collapse.src
  			}
  			showOpenRehab=false;
  			document.cookie="c_ORStatus=True; path=/";
		}
		else {
  			dhtml_objects["navSideOpenRehab"].set_visibility("hidden");
  			dhtml_objects["navSideOpenRehab"].set_position("absolute");
  			if (document.getElementById) {
  				document.getElementById("imgOpenRehab").src=img_Expand.src
  			}
  			else if (document.all) {
  				document.all.imgOpenRehab.src=img_Expand.src
  			}
  			else {
  				document.layers["imgOpenRehab"].src=img_Expand.src
  			}
  			showOpenRehab=true;
  			document.cookie="c_ORStatus=False; path=/";
		}
	}
	function navSideshowClosedLiq() {
		if (!dhtml_ok) { return }
		if (showClosedLiq) {
	  		dhtml_objects["navSideClosedLiq"].set_visibility("visible");
	  		dhtml_objects["navSideClosedLiq"].set_position("");
	  		if (document.getElementById) {
	  			document.getElementById("imgClosedLiq").src=img_Collapse.src
	  		}
	  		else if (document.all) {
	  			document.all.imgClosedLiq.src=img_Collapse.src
	  		}
	  		else {
	  			document.layers["imgClosedLiq"].src=img_Collapse.src
	  		}
	  		showClosedLiq=false;
	  		document.cookie="c_CLStatus=True; path=/";
		}
		else {
	  		dhtml_objects["navSideClosedLiq"].set_visibility("hidden");
	  		dhtml_objects["navSideClosedLiq"].set_position("absolute");
	  		if (document.getElementById) {
	  			document.getElementById("imgClosedLiq").src=img_Expand.src
	  		}
	  		else if (document.all) {
	  			document.all.imgClosedLiq.src=img_Expand.src
	  		}
	  		else {
	  			document.layers["imgClosedLiq"].src=img_Expand.src
	  		}
	  		showClosedLiq=true;
	  		document.cookie="c_CLStatus=False; path=/";
		}
	}
	function navSideshowClosedRehab() {
		if (!dhtml_ok) { return }
		if (showClosedRehab) {
	  		dhtml_objects["navSideClosedRehab"].set_visibility("visible");
	  		dhtml_objects["navSideClosedRehab"].set_position("");
	  		if (document.getElementById) {
	  			document.getElementById("imgClosedRehab").src=img_Collapse.src
	  		}
	  		else if (document.all) {
	  			document.all.imgClosedRehab.src=img_Collapse.src
	  		}
	  		else {
	  			document.layers["imgClosedRehab"].src=img_Collapse.src
	  		}
	  		showClosedRehab=false;
	  		document.cookie="c_CRStatus=True; path=/";
		}
		else {
	  		dhtml_objects["navSideClosedRehab"].set_visibility("hidden");
	  		dhtml_objects["navSideClosedRehab"].set_position("absolute");
	  		if (document.getElementById) {
	  			document.getElementById("imgClosedRehab").src=img_Expand.src
	  		}
	  		else if (document.all) {
	  			document.all.imgClosedRehab.src=img_Expand.src
	  		}
	  		else {
	  			document.layers["imgClosedRehab"].src=img_Expand.src
	  		}
	  		showClosedRehab=true;
	  		document.cookie="c_CRStatus=False; path=/";
		}
	}
	if (!dhtml_ok) { 
	
	    // "Define" event for older browsers
	    event = null
	}
//End Side Menu Information & Options


//Start New Window Function
	function newWindow(newURL, newTitle, newHeight, newWidth, newLocation, newMenubar, newResizable, newScrollbars, newStatus, newTitlebar, newToolbar, newTitle2) {
		window.open(newURL, newTitle, newHeight, newWidth, newLocation, newMenubar, newResizable, newScrollbars, newStatus, newTitlebar, newToolbar, newTitle2);
	}
//End New Window Function

// End -->
