// Compacted by ScriptingMagic.com
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this script and the associated (x)html
is available at http://www.stunicholls/menu/hover_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
function ieFix(a){var b=navigator.userAgent;var c=(navigator.appName=="Microsoft Internet Explorer");var d=c&&(b.indexOf("MSIE 5.5")!=-1);var e=c&&(b.indexOf("MSIE 6.0")!=-1);if(d||e){document.getElementById(a).innerHTML=document.getElementById(a).innerHTML.replace(/<ul/gi,"<table><tr><td><ul").replace(/<\/ul>/gi,"</ul></td></tr></table></a>");for(i=0;i<document.getElementsByTagName("li").length;i++){if(document.getElementsByTagName("li").item(i).className=="sub"){document.getElementsByTagName("li").item(i).innerHTML=document.getElementsByTagName("li").item(i).innerHTML.replace(/<\/a>/i,"")}}}}