startList = function() {	if (document.all&&document.getElementById) {		finMenu = document.getElementById("financial");		finMenu.onmouseover=function() {			this.className="over";		}		finMenu.onmouseout=function() {			this.className="";		}	}}window.onload=startList;

goToPage = function(ddname) {
	self.location = document.subnav[ddname].options[document.subnav[ddname].selectedIndex].value;
}