// 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="padding-top:2px; padding-right:5px;"><a href="#scrol" onMouseover="moveup()" onMouseout="clearTimeout(moveupvar)"><img src="images/up.gif" width=13" height="7" border="0"></a></div>')

document.write('<div align="right" style="padding-top:2px; padding-right:5px;"> <a href="#scrol" 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:575px;height:103px;overflow:hidden">')
document.write('<div id="contentscrol" style="position:relative;width: 575px;left:0;top:0; pading-left:10px;" align="left">')

}
