var timer1=null;function showCategoriesMenu(){var d=document.getElementById("allCategories");if(!d){return}var c=document.getElementById("categoriesMenu");if(!c){return}showL3Menu(d);if(d){if(c.style.visibility=="hidden"){c.style.left="-999px"}var a=0;var e=getElementCoordinates(d);var b=getElementsByClassName(c,"")[0];a=e.x+d.clientWidth-b.offsetLeft-b.clientWidth-81;if(b.clientWidth>0){c.style.width=b.clientWidth.toPixels()}c.style.left=a.toPixels()}c.style.visibility="visible";if(timer1!=null){clearTimeout(timer1)}}function hideMenu(){if(timer1!=null){clearTimeout(timer1);timer1=null}if(document.getElementById("categoriesMenu")){document.getElementById("categoriesMenu").style.visibility="hidden"}if(window.obj&&window.obj==document.getElementById("allCategories")){closeL3Menu()}}function hideCategoriesMenu(){timer1=setTimeout("hideMenu();",500)};
