<!--

function chgvis5(x){
var box = document.getElementById("ghp"); 
var bpr = document.getElementById("npr"); 
var bne = document.getElementById("nne");
if(x<0){
	if(gl<0){gl=gl+798; box.style.left=gl+"px";}
}else{
	if(gl>-1596){gl=gl-798; box.style.left=gl+"px";}
}
if(gl==-1596){
	bpr.style["background"] = "url(images/ico_flo.png) left center no-repeat"
	bne.style["background"] = "url(images/ico_fr.png) right center no-repeat"
}else if(gl==0){
	bpr.style["background"] = "url(images/ico_fl.png) left center no-repeat"
	bne.style["background"] = "url(images/ico_fro.png) right center no-repeat"
}else{
	bpr.style["background"] = "url(images/ico_flo.png) left center no-repeat"
	bne.style["background"] = "url(images/ico_fro.png) right center no-repeat"
}
}

//-->

