var org_plpgroup_scroll_outer,org_plpgroup_scroll_inner,org_plpgroup_scroll_ref,org_plpgroup_scroll_elementheight;var org_plpgroup_scroll_w3c=(document.getElementById)?true:false;var org_plpgroup_scroll_ns4=(document.layers)?true:false;var org_plpgroup_scroll_ie4=(document.all&&!org_plpgroup_scroll_w3c)?true:false;var org_plpgroup_scroll_ie5=(document.all&&org_plpgroup_scroll_w3c)?true:false;var org_plpgroup_scroll_ns6=(org_plpgroup_scroll_w3c&&navigator.appName.indexOf("Netscape")>=0)?true:false;var org_plpgroup_scroll_speed=50;var org_plpgroup_scroll_init=1;var org_plpgroup_scroll_step=5;var org_plpgroup_scroll_current=0;var org_plpgroup_scroll_boxheight=new Array(org_plpgroup_scroll_init);var org_plpgroup_scroll_boxwidth=new Array(org_plpgroup_scroll_init);var org_plpgroup_scroll_pixelstep=new Array(org_plpgroup_scroll_init);var org_plpgroup_scroll_godown=new Array(org_plpgroup_scroll_init);function org_plpgroup_scroll_addData(boxheight,boxwidth,pixelstep,godown){var len=org_plpgroup_scroll_boxheight.length;if(org_plpgroup_scroll_current==len){var temp=org_plpgroup_scroll_boxheight;org_plpgroup_scroll_boxheight=new Array(len+org_plpgroup_scroll_step);for(var i=0;i<len;i++)org_plpgroup_scroll_boxheight[i]=temp[i];temp=org_plpgroup_scroll_boxwidth;org_plpgroup_scroll_boxwidth=new Array(len+org_plpgroup_scroll_step);for(var i=0;i<len;i++)org_plpgroup_scroll_boxwidth[i]=temp[i];temp=org_plpgroup_scroll_pixelstep;org_plpgroup_scroll_pixelstep=new Array(len+org_plpgroup_scroll_step);for(var i=0;i<len;i++)org_plpgroup_scroll_pixelstep[i]=temp[i];temp=org_plpgroup_scroll_godown;org_plpgroup_scroll_godown=new Array(len+org_plpgroup_scroll_step);for(var i=0;i<len;i++)org_plpgroup_scroll_godown[i]=temp[i];}org_plpgroup_scroll_boxheight[org_plpgroup_scroll_current]=boxheight;org_plpgroup_scroll_boxwidth[org_plpgroup_scroll_current]=boxwidth;org_plpgroup_scroll_pixelstep[org_plpgroup_scroll_current]=pixelstep;org_plpgroup_scroll_godown[org_plpgroup_scroll_current]=godown;}function org_plpgroup_scroll_addFrame(content,boxheight,boxwidth,boxcolor,pixelstep,godown){org_plpgroup_scroll_addData(boxheight,boxwidth,pixelstep,godown);var txt='';if(org_plpgroup_scroll_ns4){txt+='<table cellpadding=0 cellspacing=0 border=0 height='+boxheight+' width='+boxwidth+'><tr><td>';txt+='<ilayer name="ref'+org_plpgroup_scroll_current+'" bgcolor="'+boxcolor+'" width='+boxwidth+' height='+boxheight+'></ilayer>';txt+='</td></tr></table>';txt+='<layer name="outer'+org_plpgroup_scroll_current+'" bgcolor="'+boxcolor+'" visibility="hidden" width='+boxwidth+' height='+boxheight+'>';txt+='<layer name="inner'+org_plpgroup_scroll_current+'" width='+(boxwidth-4)+' height='+(boxheight-4)+' visibility="hidden" left="2" top="2" >'+content+'</layer>';txt+='</layer>';}else{txt+='<div id="ref'+org_plpgroup_scroll_current+'" style="position:relative; width:'+boxwidth+'; height:'+boxheight+'; background-color:'+boxcolor+';" ></div>';txt+='<div id="outer'+org_plpgroup_scroll_current+'" style="position:absolute; width:'+boxwidth+'; height:'+boxheight+'; visibility:hidden; background-color:'+boxcolor+'; overflow:hidden" >';txt+='<div id="inner'+org_plpgroup_scroll_current+'" style="position:absolute; visibility:visible; left:2px; top:2px; width:'+(boxwidth-4)+'; overflow:hidden; cursor:default;">'+content+'</div>';txt+='</div>';}org_plpgroup_scroll_current++;document.write(txt);}function org_plpgroup_scroll_getElHeight(el){if(org_plpgroup_scroll_ns4)return(el.document.height)?el.document.height:el.clip.bottom-el.clip.top;if(org_plpgroup_scroll_ie4||org_plpgroup_scroll_ie5)return(el.style.height)?el.style.height:el.clientHeight;return(el.style.height)?parseInt(el.style.height):parseInt(el.offsetHeight);}function org_plpgroup_scroll_getPageLeft(el){var x;if(org_plpgroup_scroll_ns4)return el.pageX;if(org_plpgroup_scroll_ie4||org_plpgroup_scroll_w3c){x=0;while(el.offsetParent!=null){x+=el.offsetLeft;el=el.offsetParent;}x+=el.offsetLeft;return x;}}function org_plpgroup_scroll_getPageTop(el){var y;if(org_plpgroup_scroll_ns4)return el.pageY;if(org_plpgroup_scroll_ie4||org_plpgroup_scroll_w3c){y=0;while(el.offsetParent!=null){y+=el.offsetTop;el=el.offsetParent;}y+=el.offsetTop;return y;}}function org_plpgroup_scroll_scrollbox(){for(var i=0;i<org_plpgroup_scroll_current;i++){if(org_plpgroup_scroll_ns4){org_plpgroup_scroll_inner[i].top+=(org_plpgroup_scroll_godown[i])?org_plpgroup_scroll_pixelstep[i]:-org_plpgroup_scroll_pixelstep[i];if(org_plpgroup_scroll_godown[i]){if(org_plpgroup_scroll_inner[i].top>org_plpgroup_scroll_boxheight[i])org_plpgroup_scroll_inner[i].top=-org_plpgroup_scroll_elementheight[i];}else{if(org_plpgroup_scroll_inner[i].top<2-org_plpgroup_scroll_elementheight[i])org_plpgroup_scroll_inner[i].top=org_plpgroup_scroll_boxheight[i]+2;}}else{org_plpgroup_scroll_inner[i].style.top=parseInt(org_plpgroup_scroll_inner[i].style.top)+((org_plpgroup_scroll_godown[i])?org_plpgroup_scroll_pixelstep[i]:-org_plpgroup_scroll_pixelstep[i])+'px';if(org_plpgroup_scroll_godown[i]){if(parseInt(org_plpgroup_scroll_inner[i].style.top)>org_plpgroup_scroll_boxheight[i])org_plpgroup_scroll_inner[i].style.top=-org_plpgroup_scroll_elementheight[i]+'px';}else{if(parseInt(org_plpgroup_scroll_inner[i].style.top)<2-org_plpgroup_scroll_elementheight[i])org_plpgroup_scroll_inner[i].style.top=org_plpgroup_scroll_boxheight[i]+2+'px';}}}}function org_plpgroup_scroll_actionResize(){for(var i=0;i<org_plpgroup_scroll_current;i++){if(org_plpgroup_scroll_ns4)setTimeout('history.go(0)',400);else{org_plpgroup_scroll_outer[i].style.left=org_plpgroup_scroll_getPageLeft(org_plpgroup_scroll_ref[i])+'px';org_plpgroup_scroll_outer[i].style.top=org_plpgroup_scroll_getPageTop(org_plpgroup_scroll_ref[i])+'px';}}}function org_plpgroup_scroll_getElement(name){return(org_plpgroup_scroll_ns4)?document.layers[name]:(org_plpgroup_scroll_ie4)?document.all[name]:document.getElementById(name);}function org_plpgroup_scroll_actionLoad(){org_plpgroup_scroll_outer=new Array(org_plpgroup_scroll_current);org_plpgroup_scroll_inner=new Array(org_plpgroup_scroll_current);org_plpgroup_scroll_ref=new Array(org_plpgroup_scroll_current);org_plpgroup_scroll_elementheight=new Array(org_plpgroup_scroll_current);for(var i=0;i<org_plpgroup_scroll_current;i++){org_plpgroup_scroll_outer[i]=org_plpgroup_scroll_getElement("outer"+i);org_plpgroup_scroll_inner[i]=org_plpgroup_scroll_getElement("inner"+i);org_plpgroup_scroll_ref[i]=org_plpgroup_scroll_getElement("ref"+i);org_plpgroup_scroll_elementheight[i]=org_plpgroup_scroll_getElHeight(org_plpgroup_scroll_inner[i]);if(org_plpgroup_scroll_ns4){org_plpgroup_scroll_outer[i].moveTo(org_plpgroup_scroll_getPageLeft(org_plpgroup_scroll_ref[i]),org_plpgroup_scroll_getPageTop(org_plpgroup_scroll_ref[i]));org_plpgroup_scroll_outer[i].clip.width=org_plpgroup_scroll_boxwidth[i];org_plpgroup_scroll_outer[i].clip.height=org_plpgroup_scroll_boxheight[i];org_plpgroup_scroll_inner[i].top=(org_plpgroup_scroll_godown[i])?-org_plpgroup_scroll_elementheight[i]:org_plpgroup_scroll_boxheight[i]-2;org_plpgroup_scroll_inner[i].clip.width=org_plpgroup_scroll_boxwidth[i]-4;org_plpgroup_scroll_inner[i].clip.height=org_plpgroup_scroll_elementheight[i];org_plpgroup_scroll_outer[i].visibility="show";org_plpgroup_scroll_inner[i].visibility="show";}else{org_plpgroup_scroll_outer[i].style.left=org_plpgroup_scroll_getPageLeft(org_plpgroup_scroll_ref[i])+'px';org_plpgroup_scroll_outer[i].style.top=org_plpgroup_scroll_getPageTop(org_plpgroup_scroll_ref[i])+'px';org_plpgroup_scroll_inner[i].style.top=((org_plpgroup_scroll_godown[i])?-org_plpgroup_scroll_elementheight[i]:org_plpgroup_scroll_boxheight[i])+'px';org_plpgroup_scroll_inner[i].style.clip='rect(0px,'+(org_plpgroup_scroll_boxwidth[i]-4)+'px, '+(org_plpgroup_scroll_elementheight[i])+'px,0px)';org_plpgroup_scroll_outer[i].style.visibility="visible";}}setInterval('org_plpgroup_scroll_scrollbox()',org_plpgroup_scroll_speed);}window.onresize=org_plpgroup_scroll_actionResize;window.onload=org_plpgroup_scroll_actionLoad;