   function over(cual){
	document.getElementById(cual).style.background= '#0244A2';
	document.getElementById(cual).style.color= '#5D98DE';
	document.getElementById(cual).style.font.size='+2';	
	}
	//
	function out(cual){
		document.getElementById(cual).style.background= '#5C91D5';
		document.getElementById(cual).style.color= '#5C91D5'
		document.getElementById(cual).style.color= '#FFFFFF'
		
	}
	//
	function callContent(pCual){
		if(!pCual){
			return;
		};
		if(pCual == 'principal'){
			window.location.href = 'http://www.2wayforex.com/index.html';
		}else if(pCual == 'suscripcion'){
			window.location.href = 'http://www.2wayforex.com/strat/suscripcion.php';
		}else if(pCual == 'suscripcion'){
			window.location.href = 'http://www.2wayforex.com/strat/suscripcion.html';	
		}else if(pCual == 'metodo'){
			window.location.href = 'http://www.2wayforex.com/strat/metodo.html';			
				}else if(pCual == 'contacto'){
			window.location.href = 'http://www.2wayforex.com/strat/contacto.html';
			}else if(pCual == 'sumario'){
			window.location.href = 'http://www.2wayforex.com/strat/sumario.html';
			}else if(pCual == 'resultados'){
			window.location.href = 'http://www.2wayforex.com/strat/resultados.html';
		}
	}
	//
	function validar(){
		var f = document.miembros;
		if(!f.usuario.value || !f.contra.value){
			alert("Both fields are required");
			return;
		}
		f.submit();
	}
	function pUser(pCual){
		if(pCual == 'pass'){
			document.getElementById(pCual).innerHTML = "<input name='contra' type='password' id='contra' value='' onclick='puser(\'pass\')'  class='textos' style='border:inset 2px #FFFFFF;width:110px;'/>";
			document.getElementById('contra').focus();
		}else if(pCual == 'usuario'){
			document.getElementById(pCual).value = "";
		}
		
	}
	function medir(pQue){
		document.getElementById('cartel').innerHTML = pQue;
	}