try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

window.onload=function(){
 if(typeof(listMenu)!="undefined"){
listMenu.activateMenu("listMenuRoot", arrow)
}
}