// rollover image for any image in the normal state var msxSUBover='_over'; // image for any trigger that has an open sub menu -no rollover var msxSUBopen='_overdown'; // image to be used for current marker -no roll over var msxSUBmark='_down'; var msxSUBi=false,msxSUBa=false,msxSUBctl=[],msxSUBadv=[]; function P7_TMMset(){ var i,h,sh,hd,x,v; if(!document.getElementById){ return; } sh='.msxSUB div {display:none;overflow:hidden;}\n'; sh+='.msxSUBtoggle {display:block !important;}\n'; if(document.styleSheets){ h='\n\n'+sh+'\n'; document.write(h); } else{ h=document.createElement('style'); h.type='text/css'; h.appendChild(document.createTextNode(sh)); hd=document.getElementsByTagName('head'); hd[0].appendChild(h); } } P7_TMMset(); function P7_TMMaddLoad(){ if(window.addEventListener){ if(!/KHTML|WebKit/i.test(navigator.userAgent)){ document.addEventListener("DOMContentLoaded", P7_TMMinit, false); } window.addEventListener("load",P7_TMMinit,false); window.addEventListener("unload",P7_TMMbb,false); } else if(document.addEventListener){ document.addEventListener("load",P7_TMMinit,false); } else if(window.attachEvent){ document.write("