function MM_swapImgRestore(){var A,B,C=document.MM_sr;for(A=0;C&&A<C.length&&(B=C[A])&&B.oSrc;A++)B.src=B.oSrc;}function MM_preloadImages(){var A=document;if(A.images){if(!A.MM_p)A.MM_p=new Array();var B,C=A.MM_p.length,D=MM_preloadImages.arguments;for(B=0;B<D.length;B++)if(D[B].indexOf("#")!=0){A.MM_p[C]=new Image;A.MM_p[C++].src=D[B];}}}function MM_findObj(A,B){var C,D,E;if(!B)B=document;if((C=A.indexOf("?"))>0&&parent.frames.length){B=parent.frames[A.substring(C+1)].document;A=A.substring(0,C);}if(!(E=B[A])&&B.all)E=B.all[A];for(D=0;!E&&D<B.forms.length;D++)E=B.forms[D][A];for(D=0;!E&&B.layers&&D<B.layers.length;D++)E=MM_findObj(A,B.layers[D].document);if(!E&&B.getElementById)E=B.getElementById(A);return E;}function MM_swapImage(){var A,B=0,C,D=MM_swapImage.arguments;document.MM_sr=new Array;for(A=0;A<(D.length-2);A+=3)if((C=MM_findObj(D[A]))!=null){document.MM_sr[B++]=C;if(!C.oSrc)C.oSrc=C.src;C.src=D[A+2];}}function yg_Browser(){d=document;var A=navigator;this.agt=A.userAgent.toLowerCase();this.major=parseInt(A.appVersion);this.ns=(d.layers);this.dom=(d.getElementById)?1:0;this.ns4up=(this.ns&&this.major>=4);this.ns6=(this.agt.indexOf("Netscape6")!=-1);this.op=(window.opera?1:0);this.ie=(d.all);this.ie5=(d.all&&this.dom);this.fb=(this.agt.indexOf("firebird")!=-1);this.sf=(this.agt.indexOf("safari")!=-1);this.win=((this.agt.indexOf("win")!=-1)||(this.agt.indexOf("16bit")!=-1));this.mac=(this.agt.indexOf("mac")!=-1);}var oBw=new yg_Browser();function yg_getW(A){var B=0;B=(oBw.op)?A.style.pixelWidth:A.offsetWidth;return B;}function yg_getH(A){var B=0;B=(oBw.op)?A.style.pixelHeight:A.offsetHeight;return B;}function yg_getPageX(A){if(oBw.op){var B=0;while(eval(A)){B+=A.style.pixelLeft;e=A.offsetParent;}return B;}else{var m=(oBw.mac&&oBw.ie)?document.body.leftMargin:0;var B=0;while(eval(A)){B+=A.offsetLeft;A=A.offsetParent;}return parseInt(B)+parseInt(m)}}function yg_getPageY(A){if(oBw.ns){var B=(A.pageY)?A.pageY:A.y;return B;}else if(oBw.op){var B=0;while(eval(A)){B+=A.style.pixelTop;A=A.offsetParent;}return B;}else{var m=(oBw.mac&&oBw.ie)?document.body.topMargin:0;var B=0;while(eval(A)){B+=A.offsetTop;A=A.offsetParent;}return parseInt(B)+parseInt(m);}}if(document.all){;}else if(document.getElementById){document.captureEvents(Event.MOUSEMOVE);document.onmousemove=getCoord;}var mouseX;var mouseY;function getCoord(A){mouseX=A.pageX;mouseY=A.pageY;}function showNote(A){trigger=document.getElementById("title_"+A);popup=document.getElementById("note_"+A);if(!(popup==null||popup==undefined)&&!(trigger==null||trigger==undefined)){if(mouseX==undefined){popup.style.left=event.clientX-220;popup.style.top=yg_getPageY(trigger)+yg_getH(trigger)-50;}else{popup.style.left=mouseX-220;popup.style.top=mouseY-50;}popup.style.visibility="visible";}return false;}function hideNote(A){popup=document.getElementById(A);if(!(popup==null||popup==undefined)){popup.style.visibility="hidden";}return false;}