function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function P7_setScroller(a,b,x,y) { //v2.9 by PVII var g,d,dd,w,ww,pa=""; if((parseInt(navigator.appVersion)>4 || navigator.userAgent.indexOf("MSIE")>-1)&& navigator.userAgent.indexOf("Opera")==-1){pa="px";} if((g=MM_findObj(a))!=null && (d=MM_findObj(b))!=null){  if(g.p7Scroll){if((w=MM_findObj(g.p7Scroll))!=null){   ww=(document.layers)?w:w.style;ww.visibility="hidden";}} g.p7Scroll=b;dd=(document.layers)?d:d.style;dd.left=parseInt(x)+pa; dd.top=parseInt(y)+pa;dd.visibility="visible";g.p7sCycle=0; if(document.layers){g.p7sTop=g.clip.top;g.p7sBot=g.clip.bottom;  g.p7sRight=g.clip.right;g.p7sLeft=g.clip.left;g.p7sStartTop=parseInt(y);g.p7sStartLeft=parseInt(x); }else if(g.style.clip){var tc=g.style.clip;var j=tc.indexOf("(");  tc=tc.substring(j+1,tc.length-1);var tr=tc.split(" ");  if(tc.length < 1){tr[0]=0;tr[3]=0;tr[2]=g.style.pixelHeight;tr[1]=g.style.pixelWidth;}  g.p7sTop=parseInt(tr[0]);g.p7sRight=parseInt(tr[1]);g.p7sBot=parseInt(tr[2]);  g.p7sLeft=parseInt(tr[3]);g.p7sStartTop=parseInt(y);g.p7sStartLeft=parseInt(x); }else{g.p7sTop=0;g.p7sRight=g.offsetWidth;g.p7sBot=g.offsetHeight;  g.p7sLeft=0;g.p7sStartTop=parseInt(y);g.p7sStartLeft=parseInt(x);}}  g.toMove=true;}
