// JavaScript Document
			 
/******************************************
* Scrollable content script II- © Dynamic Drive (www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
******************************************/
var detect = navigator.userAgent.toLowerCase();
		
		var opera,moz,msie,w3c;
		var hiddencode;

function checkIt(string)
{
        place = detect.indexOf(string) + 1;
        thestring = string;
        return place;
}


iens6=document.all||document.getElementById
ns4=document.layers

//specify speed of scroll (greater=faster)
var speed=5

if (iens6){document.write('<div align="right" style="width: 20px; float: right; padding-top:5px; padding-right:10px; "><a href="#" onMouseover="moveup()" onMouseout="clearTimeout(moveupvar)"><img src="/images/up.gif" width=13" height="7" border="0"></a></div>')

document.write('<div align="right" style="width: 20px; clear: right; float: right; padding-top:5px; padding-right:10px;"> <a href="#" onMouseover="movedown()" onMouseout="clearTimeout(movedownvar)"><img src="/images/down.gif"  width=13" height="7" border=0></a></div>');
document.write('<div id="container" style="position:relative;width:740px;height:122px; margin-top:4px;overflow:hidden">')
document.write('<div id="contentscrol" style="position:relative;width:740px;left:15px;top:0; pading-left:20px;" align="left">')

}
