/******************************************
* 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 moveupvar
var movedownvar

iens6=document.all||document.getElementById
ns4=document.layers

//specify speed of scroll (greater=faster)
var speed=4

if (iens6)
{
    document.write('<div id="container" style="position:relative;width:490px;height:330px;border:0px solid black;overflow:hidden;margin-bottom:-30px;float:left;">')
    document.write('<div id="content" style="position:absolute;width:485px;left:0;top:0">')
             
}
document.write('<ilayer name="nscontainer" width=485 height=297 clip="0,0,485,250">');
document.write('<layer name="nscontent" width=485 height=297 visibility=hidden>');
