function ventana (seleccion){
	var ventanaAbrir = seleccion;
	if (ventanaAbrir = "hot"){
		window.open("/hot.htm","Hot","width=550,height=460,top="+((screen.height/2)-(166.5))+",left="+((screen.width/2)-(166.5))+",toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=no,directories=no,location=no");
	}
}