addDOMLoadEvent=function(){var a=[],d,e,f,b,c=function(){e=true;for(clearInterval(d);f=a.shift();)f()};return function(g){if(e)return g();if(!a[0]){document.addEventListener&&document.addEventListener("DOMContentLoaded",c,false);if(/WebKit/i.test(navigator.userAgent))d=setInterval(function(){/loaded|complete/.test(document.readyState)&&c()},10);b=window.onload;window.onload=function(){c();b&&b()}}a.push(g)}}();

addDOMLoadEvent(function(){
    document.getElementById("my_menu").getElementsByTagName("div").className = "collapsed";
    cur = document.getElementById("product").getAttribute("name") || 0;
    document.getElementById("m_"+cur).className = "";
});
