
//Horizontal Scroller- © Tek-Tips 2005 (http://www.tek-tips.com)
//Based on:
//Manual Scroller- © Dynamic Drive 2001 (http://www.dynamicdrive.com)

//specify speed of scroll (greater=faster)
var speed=3
var fastspeed=10

_width_of_container = 730
_width_of_content = 4100
_scroller_name = "scroller1"

iens6=document.all||document.getElementById
ns4=document.layers

if (iens6){
document.write('<div id="container" style="width:' + _width_of_container + 'px;position:relative;overflow:hidden;height:400px;font-size:13px;">')
document.write('<div id="content" style="left:0;width:' + _width_of_content + 'px;position:absolute;top:0;">')
}
