	<!-- scrolleri -->




function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


// begin absolutely positioned scrollable area object scripts
function verifyCompatibleNaviBrowser(){
	this.ver=navigator.appVersion
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
	return this
}
bw_navi=new verifyCompatibleNaviBrowser()


var speedNavi=140

var loopNavi, timerNavi

function ConstructObjectNavi(obj,nest){
	nest=(!nest) ? '':'document.'+nest+'.'
	this.el=bw_navi.dom?document.getElementById(obj):bw_navi.ie4?document.all[obj]:bw_navi.ns4?eval(nest+'document.'+obj):0;
	this.css=bw_navi.dom?document.getElementById(obj).style:bw_navi.ie4?document.all[obj].style:bw_navi.ns4?eval(nest+'document.'+obj):0;
	this.scrollHeight=bw_navi.ns4?this.css.document.height:this.el.offsetHeight
	this.clipHeight=bw_navi.ns4?this.css.clip.height:this.el.offsetHeight
	this.up=MoveAreaUpNavi;this.down=MoveAreaDownNavi;
	this.MoveAreaNavi=MoveAreaNavi; this.x; this.y;
	this.obj = obj + "Object"
	eval(this.obj + "=this")
	return this
}


function MoveAreaNavi(x,y){
	this.x=x;this.y=y
	this.css.left=this.x
	this.css.top=this.y
}

function MoveAreaDownNavi(move){
	if(this.y>-this.scrollHeight+objNaviContainer.clipHeight){
		this.MoveAreaNavi(0,this.y-move)
		if(loopNavi) setTimeout(this.obj+".down("+move+")",speedNavi)
	}
}
function MoveAreaUpNavi(move){
	if(this.y<0){
		this.MoveAreaNavi(0,this.y-move)
		if(loopNavi) setTimeout(this.obj+".up("+move+")",speedNavi)
	}
}

function PerformNaviScroll(speedNavi){
	if(initialisedNavi){
		loopNavi=true;
		if(speedNavi>0) objNaviScroller.down(speedNavi)
		else objNaviScroller.up(speedNavi)
	}
}

function CeaseNaviScroll(){
	loopNavi=false
	if(timerNavi) clearTimeout(timerNavi)
}
var initialisedNavi;
function InitialiseScrollableNaviArea(){
	objNaviContainer=new ConstructObjectNavi('divNaviContainer')
	objNaviScroller=new ConstructObjectNavi('divNaviContent','divNaviContainer')
	objNaviScroller.MoveAreaNavi(0,0)
	objNaviContainer.css.visibility='visible'
	initialisedNavi=true;
}
// end absolutely positioned scrollable area object scripts
