function favoris() {
	if ( navigator.appName != 'Microsoft Internet Explorer' ) { 
		window.sidebar.addPanel("CNetTV.fr","http://www.cnettv.fr/",""); 
	}
else { 
	window.external.AddFavorite("http://www.cnettv.fr/","CNetTV.fr"); 
	} 
}

function hide(id) {
	document.getElementById(id).style.display = 'none';
}

function show(id) {
	document.getElementById(id).style.display = 'block';
}
