// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

colr=0;
function overcol(obj){
    colr=obj.style.backgroundColor;
    obj.style.backgroundColor = '#cfdaf4';
}
function outcol(obj){
    obj.style.backgroundColor = colr;
}

function overcol2(obj){
    colr2=obj.style.backgroundColor;
    obj.style.backgroundColor = '#cfdaf4';
}
function outcol2(obj){
    obj.style.backgroundColor = "#006699";
}

var $hide = Array();

function show_layer($id)
{
    $hide[$id] = false;
    $obj = document.getElementById($id);
    $obj.style.visibility = 'visible';
}
function hide_layer($id)
{
    $hide[$id] = true;
    window.setTimeout('do_hide_layer("'+$id+'")',10);
}
function do_hide_layer($id)
{
    $obj = document.getElementById($id);
    if ($hide[$id])
    {
        $obj.style.visibility = 'hidden';
    }
}

<!--//--><![CDATA[//><!--
startlist = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
		
	}
	
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("sub_nav_wsfc");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
	
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("sub_nav_bf");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
	
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("sub_nav_wqp");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
	
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("sub_nav_dp");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
	
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("sub_nav_bt");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
	
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("sub_nav_cv");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
	
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("sub_nav_ppp");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
	
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("sub_nav_qcs");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
	
	
}

if (window.attachEvent) window.attachEvent('onload', startlist);

//--><!]]>