function showPlayer(id){
	var conteiner = document.getElementById(id);
	if(conteiner && conteiner.style.display=='none'){
		Effect.toggle(id,'appear');
	}
}