   function over(cual){
	document.getElementById(cual).style.background= '#72808B';
	document.getElementById(cual).style.color= '#00FF00';
	document.getElementById(cual).style.font.size='+2';	
	}
	//
	function out(cual){
		document.getElementById(cual).style.background= '#72808B';
		document.getElementById(cual).style.color= '#FFFF00'
		document.getElementById(cual).style.color= '#FFFFFF'
		
	}
	//
	function callContent(pCual){
		if(!pCual){
			return;
		};
		if(pCual == 'principal'){
			window.location.href = 'http://www.geminiforex.com/indexS.html';
		}else if(pCual == 'planes'){
			window.location.href = 'http://www.geminiforex.com/paginas/Planes.php';
		}else if(pCual == 'resultados'){
			window.location.href = 'http://www.geminiforex.com/paginas/Resultados.html';			
			}else if(pCual == 'contacto'){
			window.location.href = 'http://www.geminiforex.com/paginas/Contacto.html';
			}else if(pCual == 'home'){
			window.location.href = 'http://www.geminiforex.com/index.html';
			}else if(pCual == 'performance'){
			window.location.href = 'http://www.geminiforex.com/pages/Performance.html';
			}else if(pCual == 'plans'){
			window.location.href = 'http://www.geminiforex.com/pages/Plans.php';
			}else if(pCual == 'contact'){
			window.location.href = 'http://www.geminiforex.com/pages/Contact.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='' style='border:inset 2px #0066FF; width:110px;'/>";
			document.getElementById('contra').focus();
		}else if(pCual == 'usuario'){
			document.getElementById(pCual).value = "";
		}
		
	}
	function medir(pQue){
		document.getElementById('cartel').innerHTML = pQue;
	}