// <script>sfHoverm = function() {	var sfElsm = document.getElementById("med").getElementsByTagName("LI");	for (var i=0; i<sfElsm.length; i++) {		sfElsm[i].onmouseover=function() {			this.className+=" sfhoverm";		}		sfElsm[i].onmouseout=function() {			this.className=this.className.replace(new RegExp(" sfhoverm\\b"), "");		}	}}if (window.attachEvent) window.attachEvent("onload", sfHoverm);sfHovera = function() {	var sfElsa = document.getElementById("arb").getElementsByTagName("LI");	for (var i=0; i<sfElsa.length; i++) {		sfElsa[i].onmouseover=function() {			this.className+=" sfhovera";		}		sfElsa[i].onmouseout=function() {			this.className=this.className.replace(new RegExp(" sfhovera\\b"), "");		}	}}if (window.attachEvent) window.attachEvent("onload", sfHovera);sfHovere = function() {	var sfElse = document.getElementById("edu").getElementsByTagName("LI");	for (var i=0; i<sfElse.length; i++) {		sfElse[i].onmouseover=function() {			this.className+=" sfhovere";		}		sfElse[i].onmouseout=function() {			this.className=this.className.replace(new RegExp(" sfhovere\\b"), "");		}	}}if (window.attachEvent) window.attachEvent("onload", sfHovere);sfHoverl = function() {	var sfElsl = document.getElementById("lnk").getElementsByTagName("LI");	for (var i=0; i<sfElsl.length; i++) {		sfElsl[i].onmouseover=function() {			this.className+=" sfhoverl";		}		sfElsl[i].onmouseout=function() {			this.className=this.className.replace(new RegExp(" sfhoverl\\b"), "");		}	}}if (window.attachEvent) window.attachEvent("onload", sfHoverl);sfHoverc = function() {	var sfElsc = document.getElementById("con").getElementsByTagName("LI");	for (var i=0; i<sfElsc.length; i++) {		sfElsc[i].onmouseover=function() {			this.className+=" sfhoverc";		}		sfElsc[i].onmouseout=function() {			this.className=this.className.replace(new RegExp(" sfhoverc\\b"), "");		}	}}if (window.attachEvent) window.attachEvent("onload", sfHoverc);