/*
* Copyright (C) 2006-2009 Corllete ltd (clabteam.com), Released under Creative Common license - http://creativecommons.org/licenses/by-nc/3.0/
* Download and update at http://www.free-source.net/
* $Id: menu.js 244 2009-06-24 11:28:44Z sonice $
*
* Theme Stream Drop Down JS
*/
var sfHover=function(){var b=document.getElementById("nav").getElementsByTagName("LI"),a;for(a=0;a<b.length;a++){b[a].onmouseover=function(){if(this.className!="fs-linkSep"){this.className+=" sfhover"}};b[a].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"")}}};if(window.attachEvent){window.attachEvent("onload",sfHover)};