function getScroll(){if(document.body.scrollTop!=undefined){var b=document.compatMode!="CSS1Compat";var a=b?document.body:document.documentElement;return{x:a.scrollLeft,y:a.scrollTop}}else{return{x:window.pageXOffset,y:window.pageYOffset}}}function showtip(b,a){var c=getScroll();elm=document.getElementById(a);elm.style.visibility="visible";elm.style.top=findPosY(b,30)+"px";elm.style.left=findPosX(b,30)+"px";window.status=""}function hidetip(a){elm2=document.getElementById(a);elm2.style.visibility="hidden"}function popWin(b,c,a){}function resAdj(b,c,d){var a=b;if(b=="wrn"){a="bbg"}if(!c){c=0}this.obj1=document.getElementById(b+"Brand").style;yPosition=findPosY(a+"Tab1");xPosition=findPosX(a+"Tab1");this.obj1.top=yPosition+parseInt(d)+15;this.obj1.left=xPosition-parseInt(c);this.obj1.display="block";return this.obj1}function findPosY(whichObj){obj=eval(whichObj);var t=0;if(obj.offsetParent){while(obj.offsetParent){t+=obj.offsetTop;obj=obj.offsetParent}}else{if(obj.y){t+=obj.y}}return t}function findPosY(whichObj,offset){obj=eval(whichObj);var t=0;if(obj.offsetParent){while(obj.offsetParent){t+=obj.offsetTop;obj=obj.offsetParent}}else{if(obj.y){t+=obj.y}}return t+offset}function findPosX(whichObj){obj=eval(whichObj);var t=0;if(obj.offsetParent){while(obj.offsetParent){t+=obj.offsetLeft;obj=obj.offsetParent}}else{if(obj.x){t+=obj.x}}return t}function findPosX(whichObj,offset){obj=eval(whichObj);var t=0;if(obj.offsetParent){while(obj.offsetParent){t+=obj.offsetLeft;obj=obj.offsetParent}}else{if(obj.x){t+=obj.x}}return t+offset}function rowHilite(a){rf=document.getElementById(a);rf.className="XDactive"}function unHilite(a){rf=document.getElementById(a);rf.className="XDinactive"}function jumpLink(a){window.location.hash=a};
