function ch(){
	document.getElementById('nota').className = 'nota_min';
	document.getElementById('copete').className = 'copete_min';
}
function med(){
	document.getElementById('nota').className = 'nota_med';
	document.getElementById('copete').className = 'copete_med';
}
function big(){
	document.getElementById('nota').className = 'nota_big';
	document.getElementById('copete').className = 'copete_big';
}
function popUp(url,ancho,alto,xtras){
	window.open(url,'','width='+ancho+', height='+alto+','+xtras);
	return false;
}
