//Scrollable content script II- © Dynamic Drive (www.dynamicdrive.com)
//For full source code and TOS
//Visit http://www.dynamicdrive.com
				
iens6=document.all||document.getElementById
ns4=document.layers
				
//specify speed of scroll (greater=faster)
var speed=12
				
if (iens6){
  document.write('<div id="container" style="position:relative;width:300;height:300;border:1px solid black;overflow:hidden">')
  document.write('<div id="content" style="position:absolute;width:295;left:0;top:0">')
}


