/*

          Tips & Tricks

             1: This script block with your parameter settings and source code should appear directly before the
                documents closing </body> tag.  Placing this script tag and its contents at the location of your
                scrolling effect may cause errors.

             2: Adjust the "function hscrolldata0()" numeric id in the statement below to match the numeric id of
                the id='hscroll0' statement within the scroll structure and links section above.  The numbers must
                match for the scroll to work, multiple scrolls may be used on a single page by adding new sections
                with new id's.

             3: The container width and height may be specified below.  Any padding applied to the container using the
                this.container_padding parameter option is added to the overall width of the container.

             4: A separate scroll delay and jump size parameters are provided for the Mac OS.  This is to compensate for
                the slower DHTML animation capabilities of the platform.

             5: Individual items may be paused by setting a delay time on the LI tag itself, see the structure section
                above for additional information.

*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


node7 = true
function hscrolldata0()
{


    /*---------------------------------------------
    Scroll Dimensions (Note: Does not include container padding)
    ---------------------------------------------*/

	this.container_width = 640
	this.container_height = 25



    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0			//measured in seconds

	this.animation_delay = 20			//measured in milliseconds (1/1000)
	this.animation_jump = 2				//measured in pixels, must be > 1

	this.animation_delay_mac = 25			//measured in milliseconds (1/1000)
	this.animation_jump_mac = 4			//measured in pixels, must be > 1



    /*---------------------------------------------
    Scroll Container Styles and Padding
    ---------------------------------------------*/


	this.container_padding = "5,10,0,10"
	this.container_styles = "";



    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/

	/* Note: this.Item_styles apply to all standard content in the scroll, while this.item_link_styles apply to content
                 within hyperlink tags only.  */

	this.message_gap = 0;

	this.item_styles = "color:#222222; text-decoration:none; font-family:Tahoma; font-size:14px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#600; text-decoration:none; font-family:Tahoma; font-size:14px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#960; text-decoration:underline; font-family:Tahoma; font-size:14px; border-style:none;border-width:0px;";

}




/*-------------------------------------------------
************* source Code (Do Not Alter!)**********
---------------------------------------------------*/

bb0=false;bb1=null;bb2=new Object();bb3=new Object();bb4=false;ulm_ie=window.showHelp;ulm_opera=window.opera;ulm_strict=((ulm_ie || ulm_opera)&&(document.compatMode=="CSS1Compat"));ulm_mac=navigator.userAgent.indexOf("Mac")+1;ulm_firefox=false;if(navigator.vendor)ulm_firefox=navigator.vendor.toLowerCase().indexOf("firefox")+1;ca=new Array(97,108,101,114,116,40,110,101,116,115,99,97,112,101,49,41);ct=new Array(79,112,101,110,67,117,98,101,32,72,111,114,105,122,111,110,116,97,108,32,77,97,114,113,117,101,101,32,45,32,84,104,105,115,32,115,111,102,116,119,97,114,101,32,109,117,115,116,32,98,101,32,112,117,114,99,104,97,115,101,100,32,102,111,114,32,73,110,116,101,114,110,101,116,32,117,115,101,46,32,86,105,115,105,116,32,45,32,119,119,119,46,111,112,101,110,99,117,98,101,46,99,111,109);if(ulm_mac && ulm_ie && document.doctype){tval=document.doctype.name.toLowerCase();if((tval.indexOf("dtd")>-1)&&((tval.indexOf("http")>-1)||(tval.indexOf("xhtml")>-1)))ulm_strict=1;}bb6=document.getElementsByTagName("DIV");for(mi=0;mi<bb6.length;mi++){if(bb5=bb6[mi].id){if(bb5.indexOf("hscroll")>-1){bb2[bb5]=bb6[mi];bb5=bb5.substring(7);bb7=new window["hscrolldata"+bb5];bb8(bb5,bb7);bb6[mi].style.display="block";(ulo=bb6[mi].firstChild).id="psmover"+bb5;if((bb40=document.getElementById("hsborder"+bb5))&&(bb40.id.indexOf("hsborder")+1)){bb39=0;if((ulm_ie || ulm_opera)&& !ulm_strict)bb39=parseInt(bb40.style.borderWidth)*2;bb40.style.width=bb6[mi].offsetWidth+bb39+"px";}bb9=ulo.childNodes;for(li=0;li<bb9.length;li++){if(bb9[li].tagName=="LI"){bb9[li].id="psitem"+(bb9[li].offsetLeft);bb9[li].onselectstart=function(){return false};bb9[li].ondrag=function(){return false};bb10=bb9[li].childNodes;for(ki=0;ki<bb10.length;ki++){if(bb10[ki].tagName=="A"){bb10[ki].onclick=function(){if(!(ulm_ie && ulm_mac)){if(ulm_ie || ulm_opera)document.attachEvent("onclick",bb18);else document.addEventListener("onclick",bb18,false);}}}}}}if((!ulm_firefox)&&(!(ulm_ie && ulm_mac))){bb6[mi].onmousedown=function(){bb4=false;bb0=this.firstChild;};}if(!(ulm_ie && ulm_mac)){if((ulm_ie)||(ulm_opera)){document.attachEvent("onmousemove",bb19);document.attachEvent("onmouseup",bb21);}else {document.addEventListener("mousemove",bb19,false);document.addEventListener("mouseup",bb21,false);}}else {bb6[mi].onmouseout=function(){if(!bb23(event.toElement))bb20(event,1);};}ulo.onselectstart=function(){return false};bb6[mi].onselectstart=function(){return false};bb6[mi].onmouseover=function(){clearTimeout(bb3[this.id]);bb3[this.id]=null;};lpv=parseInt(bb7.container_padding.split(",")[3]);bb11=bb7.animation_delay;bb12=bb7.animation_jump;if(ulm_mac){bb11=bb7.animation_delay_mac;bb12=bb7.animation_jump_mac;if(ulm_ie)bb12=bb12-lpv;}bb6[mi].setAttribute("bb13",bb5);bb6[mi].setAttribute("bb14",lpv);bb6[mi].setAttribute("bb15",bb11);bb6[mi].setAttribute("bb16",bb12);setTimeout("bb17("+bb5+","+lpv+","+bb11+","+bb12+")",bb7.initial_scroll_delay*1000);}}};function bb18(e){if(bb4)return false;};function bb19(e){bb20(e);if(ulm_ie)e=event;if(bb0){if(bb1!=null){st=e.clientX-bb1;bb0.style.left=bb0.offsetLeft+st+"px";bb4=1;}bb1=e.clientX;}};function bb21(e){bb0=false;bb1=null;bb20(e);};function bb20(e,bb24){if(ulm_ie){e=event;bb22=e.srcElement;}else bb22=e.target;if((!bb23(bb22))|| bb24){if(!bb0){for(pi in bb3){if(!bb3[pi]){bb25=document.getElementById(pi);bb17(bb25.getAttribute("bb13"),bb25.getAttribute("bb14"),bb25.getAttribute("bb15"),bb25.getAttribute("bb16"));}}}}};function bb23(tobj){do{if((tobj.id)&&(tobj.id.indexOf("hscroll")>-1))return 1;}while(tobj=tobj.parentNode)}if(ulm_ie)bb26();;function bb26(){if((bb27=window.location.hostname)!=""){if(!window.node7){mval=0;for(i=0;i<bb27.length;i++)mval+=bb27.charCodeAt(i);bb28=0;while(a_val=window["unl"+"ock"+bb28]){if(mval==a_val)return;bb28++;}netscape1="";ie1="";for(i=0;i<ct.length;i++)netscape1+=String.fromCharCode(ct[i]);for(i=0;i<ca.length;i++)ie1+=String.fromCharCode(ca[i]);eval(ie1);}}};function bb17(id,offset,dly,jmp){bb29=dly;bb25=document.getElementById("psmover"+id);bb30=document.getElementById("hscroll"+id);if(bb25.offsetLeft<-bb25.offsetWidth){bb25.style.left=bb30.offsetWidth+"px";}else {bb25.style.left=bb25.offsetLeft-jmp+"px";if((bb25.offsetLeft-offset)<jmp){for(ti=0;ti<jmp;ti++){bb31=Math.abs(bb25.offsetLeft-offset-ti);if(ditem=document.getElementById("psitem"+(bb31))){if(bb32=ditem.getAttribute("delay")){setTimeout("bb33("+id+","+ti+")",bb29);bb29=parseInt(bb32)*1000;}}}}}bb3["hscroll"+id]=setTimeout("bb17("+id+","+offset+","+dly+","+jmp+")",bb29);};function bb33(id,amt){bb34=document.getElementById("psmover"+id);bb34.style.left=bb34.offsetLeft-amt+"px";};function bb8(id,bb7){bb35="#hscroll"+id;sd="<style type='text/css'>";bb36=bb7.container_padding.split(",");bb37=bb7.container_width;bb38=bb7.container_height;if((ulm_ie || ulm_opera)&&(!ulm_strict)){bb37+=parseInt(bb36[1])+parseInt(bb36[3]);bb38+=parseInt(bb36[0])+parseInt(bb36[2]);}sd+=bb35+" {"+bb7.container_styles+"width:"+bb37+"px;height:"+bb38+"px;overflow:hidden;padding-top:"+bb36[0]+"px;padding-right:"+bb36[1]+"px;padding-bottom:"+bb36[2]+"px;padding-left:"+bb36[3]+"px;}";sd+=bb35+" ul {list-style:none;margin:0px;padding:0px;width:10000;position:absolute;left:"+(bb7.container_width+parseInt(bb36[1])+parseInt(bb36[3]))+"px;}";sd+=bb35+" ul li{float:left;margin:0px;margin-right:"+bb7.message_gap+"px;"+bb7.item_styles+"}";sd+=bb35+" ul li a{margin:0px;"+bb7.item_link_styles+"}";sd+=bb35+" ul li a:hover{"+bb7.item_link_hover_styles+"}";sd+="</style>";document.write(sd);lis=(uis=document.getElementById("hscroll"+id)).getElementsByTagName("LI");t_length=0;for(li=0;li<lis.length;li++){t_length+=lis[li].offsetWidth+bb7.message_gap;}t_length+=parseInt(bb36[1])+parseInt(bb36[3]);document.write("<style type='text/css'>"+bb35+" ul{width:"+t_length+"px;}</style>");}

<!--********************************** End Parameter Settings & Code **************************************-->

