function EnviaFormulario(){
	document.form1.action = "mailto:aec@aec-spain.net";
	document.form1.submit();
}
function abreventana(cual){
	if(cual != ""){
/*
		if(cual=="http://www.systemmadrid.com"){
			window.open(cual)
		}
		else{
*/
			window.open(cual)
/*
		}
*/
	}
}
function ponclase(cual){
	if(cual.id != document.form1.opcionseleccionada.value){
		cual.className = "menualt";
	}
}
function quitaclase(cual){
	if(cual.id != document.form1.opcionseleccionada.value){
		cual.className = "menu";
	}
}
function ponsubclase(cual){
	if(cual.id != document.form1.subopcionseleccionada.value){
		cual.className = "menusubalt";
	}
}
function quitasubclase(cual){
	if(cual.id != document.form1.subopcionseleccionada.value){
		cual.className = "menusub";
	}
}
function selecciona(cual){
	document.form1.opcionseleccionada.value = cual;
	document.form1.subopcionseleccionada.value = 0;
	document.form1.action = "index.asp";
	document.form1.submit();
}
function seleccionasubmenu(cual){
	document.form1.subopcionseleccionada.value = cual;
	document.form1.action = "index.asp";
	document.form1.submit();
}
function high(which2){
	theobject=which2;
	highlighting=setInterval("highlightit(theobject)",50);
}

function low(which2){
	clearInterval(highlighting);
	which2.filters.alpha.opacity=50;
}
function highlightit(cur2){
	if(cur2.filters.alpha.opacity<100)
		cur2.filters.alpha.opacity+=5
	else if(window.highlighting)
		clearInterval(highlighting)
}
function cambiaidioma(lang){
	document.form1.action = "index.asp";
	document.form1.idioma.value = lang;
	document.form1.submit();
}

