qmad=new Object(); qmad.bvis+="qm_drop_shadow(b.cdiv);";qmad.bhide+="qm_drop_shadow(a,1);";;function qm_drop_shadow(a,hide){if(!hide&&!a.hasshadow){var ss;if(!a.settingsid){var v=a;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){a.settingsid=v.id;break;}}}ss=qmad[a.settingsid];if(!ss)return;if(!ss.shadow_offset)return;qmad.shadow.offset=ss.shadow_offset;var f=document.createElement("SPAN");x5("qmshadow",f,1);var fs=f.style;fs.position="absolute";fs.display="block";fs.backgroundColor="#ff0000";fs.visibility="visible";var sh;if((sh=ss.shadow_opacity)){f.style.opacity=sh;f.style.filter="alpha(opacity="+(sh*100)+")";}if((sh=ss.shadow_color))f.style.backgroundColor=sh;f=a.parentNode.appendChild(f);a.hasshadow=f;}var c=qmad.shadow.offset;var b=a.hasshadow;if(b){if(hide)b.style.display="none";else {b.style.width=a.offsetWidth+"px";b.style.height=a.offsetHeight+"px";b.style.top=a.offsetTop+c+"px";b.style.left=a.offsetLeft+c+"px";b.style.display="block";}}}

                        var a = qmad.qm0 = new Object();

                        //the CSS accessible class name for the shadow element is 'qmshadow'
                        a.shadow_offset = 3;
                        a.shadow_color = "#333333";
                        a.shadow_opacity = .5

                        var qmad = new Object();qmad.bvis="";qmad.bhide="";