function iwCatNavOff() { jQuery('#iwCatNavOut').hide(); jQuery('#iwCatNavOut1').hide(); jQuery('#iwCatNav').hide(); } function initCatNav(){ iwCatNavOff(); jQuery('#iwCatNavOut').bind('mouseover',iwCatNavOff); jQuery('#iwCatNavOut1').bind('mouseover',iwCatNavOff); jQuery('#iwCatNavA').bind('mouseover',iwCatNavOn); } function iwCatNavOn() { jQuery('#iwCatNav').show(); jQuery('#iwCatNavOut').show(); jQuery('#iwCatNavOut1').show(); }