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

