function ShowAllChannel(_this,id,bgleft,bgtop1,bgtop2){
	document.getElementById(id).style.display="block";
	var bgpos1 = bgleft + " " + bgtop1;
	var bgpos2 = bgleft + " " + bgtop2;
	document.getElementById(id).onmouseover=function(){this.style.display="block";_this.style.backgroundPosition=bgpos1;}
	document.getElementById(id).onmouseout=function(){this.style.display="none";_this.style.backgroundPosition=bgpos2;}
	_this.style.backgroundPosition=bgpos1;
	_this.onmouseout=function(){document.getElementById(id).style.display="none";_this.style.backgroundPosition=bgpos2;}
}

window.onerror=function (){
return true;
}

