
var enableSubMenus=true;var activeSubMenu=null;var closingSubMenu=false;var closingSubMenuTimeout=.5;function showMenu(subMenu){if(enableSubMenus){var obj;if((activeSubMenu!=null)&&(activeSubMenu!=subMenu)){if((obj=$('box_SubMainMenu_'+activeSubMenu))!=null)obj.hide();}
if(subMenu!=null){if((obj=$('box_SubMainMenu_'+subMenu))!=null)obj.show();hideSelectInput();}else{showSelectInput();}
closingSubMenu=false;activeSubMenu=subMenu;}}
function hideMenu(subMenu){closingSubMenu=true;new PeriodicalExecuter(function(pe){pe.stop();if(closingSubMenu==true)showMenu(null);},closingSubMenuTimeout);}
function hideSelectInput(){if(vIE()==6){
try{if($('selectSort'))
$('selectSort').hide();if($('selectBrandsport'))
$('selectBrandsport').hide();if($('selectPricesport'))
$('selectPricesport').hide();$$('div.sel_Mark').each(function(e){e.show();});$$('div.sel_Price').each(function(e){e.show();});$$('div.sel_Type').each(function(e){e.show();});$$('div.sel_MarkSx').each(function(e){e.show();});$$('div.sel_PriceSx').each(function(e){e.show();});}
catch(e)
{alert(e);}}}
function vIE(){return(navigator.appName=='Microsoft Internet Explorer')?parseFloat((new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})")).exec(navigator.userAgent)[1]):-1;}
function activeMenuSx(){try{if(typeof catpath=="undefined")
return;var categorie=catpath.split('/');var menuCat1=$(categorie[0]+'_'+categorie[1]);if(menuCat1)
menuCat1.addClassName('selected');if(categorie.length>2){var menuCat2=$(categorie[0]+'_'+categorie[1]+'_'+categorie[2]);menuCat2.addClassName('selected');}}catch(e){}}
function openMappaCategorie(){Effect.SlideDown('mappaopen',{afterFinish:afterFinishCallMe});}
function afterFinishCallMe(){if($('mappaclosed'))
$('mappaclosed').style.display="none";}
function closeMappaCategorie(){if($('mappaclosed')){$('mappaclosed').style.display="block";Effect.SlideUp('mappaopen');}}
Event.observe(window,'load',activeMenuSx);