		function MM_findObj(n, d) { //v4.01
			var p,i,x;  if(!d) d=document; 
			if((p=n.indexOf("?"))>0&&parent.frames.length) {
				d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);
			}
			if(!(x=d[n])&&d.all) x=d.all[n]; 
			for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
			for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
			if(!x && d.getElementById) x=d.getElementById(n); 
			return x;
		}
		
		
		function BB_showHideLayers() { //v6.0
			var i,p,v,obj,args=BB_showHideLayers.arguments;
			for (i=0; i<(args.length-2); i+=3) {
				if ((obj=MM_findObj(args[i]))!=null) {
					v=args[i+2];
					if (obj.style) {
						obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v;
					}
					obj.visibility=v;
				}
			}
			if (BBt_out) clearTimeout(BBt_out);
		}
		var BBcurrentActiveItem = "";
		function BB_active(id) {
			if (BBt_out) clearTimeout(BBt_out);
			if ((obj=MM_findObj(id))!=null) {
				if (BBcurrentActiveItem != "") {
					oldobj=MM_findObj(BBcurrentActiveItem);
					oldobj.style.backgroundColor = "#004F3F"
				}
				obj.style.backgroundColor = "#D3E4D0";
				BBcurrentActiveItem = id;
			}
		}
		var BBt_out = null;
		function BB_tout() {
			BBt_out = setTimeout('BB_reset()',300);
		}
		function BB_reset() {
			if (BBcurrentActiveItem != "") {
				oldobj=MM_findObj(BBcurrentActiveItem);
				oldobj.style.backgroundColor = "#004F3F"
			}
			BBcurrentActiveItem = "";
			BB_showHideLayers('nav1','','hide','nav2','','hide','nav3','','hide','nav4','','hide','nav5','','hide','nav6','','hide');
		}


		function SM_showHideLayers() { //v6.0
			var i,p,v,obj,args=SM_showHideLayers.arguments;
			for (i=0; i<(args.length-2); i+=3) {
				if ((obj=MM_findObj(args[i]))!=null) {
					v=args[i+2];
					if (obj.style) {
						obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v;
					}
					obj.visibility=v;
				}
			}
			if (SMt_out) clearTimeout(SMt_out);
		}
		var SMcurrentActiveItem = "";
		function SM_active(id) {
			if (SMt_out) clearTimeout(SMt_out);
			if ((obj=MM_findObj(id))!=null) {
				if (SMcurrentActiveItem != "") {
					oldobj=MM_findObj(SMcurrentActiveItem);
					oldobj.style.backgroundColor = "#004F3F"
				}
				obj.style.backgroundColor = "#D3E4D0";
				SMcurrentActiveItem = id;
			}
		}
		var SMt_out = null;
		function SM_tout() {
			SMt_out = setTimeout('SM_reset()',300);
		}
		function SM_reset() {
			if (SMcurrentActiveItem != "") {
				oldobj=MM_findObj(SMcurrentActiveItem);
				oldobj.style.backgroundColor = "#004F3F"
			}
			SMcurrentActiveItem = "";
			//SM_showHideLayers('nav1','','hide','nav2','','hide','nav3','','hide','nav4','','hide','nav5','','hide','nav6','','hide');
		}
		

