/*------------------------------------------------------------------------
# author    JoomShaper http://www.joomshaper.com
# copyright Copyright (C) 2010 JoomShaper.com. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Websites: http://www.joomshaper.com - http://www.joomxpert.com
# This file may not be redistributed in whole or significant part
-------------------------------------------------------------------------*/
sfHover=function(){var b=document.getElementById("hornav").getElementsByTagName("li");for(var a=0;a<b.length;++a){b[a].onmouseover=function(){if(this.hasChildNodes()&&this.parentNode.className!="menu"){var d=this.childNodes;for(var c=0;c<d.length;c++){if(d[c].nodeName.toLowerCase()=="ul"){d[c].style.marginTop="-"+this.clientHeight+"px"}}}this.className+="sfhover"};b[a].onmouseout=function(){if(this.hasChildNodes()&&this.parentNode.className!="menu"){var d=this.childNodes;for(var c=0;c<d.length;c++){if(d[c].nodeName.toLowerCase()=="ul"){d[c].style.marginTop="0"}}}this.className=this.className.replace(new RegExp("sfhover\\b"),"")}}};if(window.addEventListener){window.addEventListener("load",sfHover,false)}else{if(window.attachEvent){window.attachEvent("onload",sfHover)}};
