/*Esta funcion abre una ventana para mostrar el contacto*/
var opcion;
function popup(opcion){
	switch(opcion){
		case "contacto": 
			msg = open("http://www.ideasmx.com.mx/contacto/","Contactame","toolbar=no,directories=no,menubar=no,width=220,height=360");
			break;
		case "error": 
			msg = open("http://www.ideasmx.com.mx/temp/error.htm","LoSentimos","toolbar=no,directories=no,menubar=no,width=220,height=250");
			break;
		case "registrar": 
			msg = open("http://www.ideasmx.com.mx/temp/error.htm","LoSentimos","toolbar=no,directories=no,menubar=no,width=220,height=250");
			break;
		case "entrar": 
			msg = open("http://www.ideasmx.com.mx/temp/error.htm","LoSentimos","toolbar=no,directories=no,menubar=no,width=220,height=250");
			break;
		case "popuperror": 
			msg = open("http://www.ideasmx.com.mx/zonaflash/popuperror.htm","PopupErrores","toolbar=no,directories=no,menubar=no,width=285,height=450,scrollbars=yes");
			break;
		default:
			break;
	}
}
function direccionar(){
	setTimeout("location.href='http://www.ideasmx.com.mx/'",7000);
}
