   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 over2(pCual){
		document.getElementById(pCual).style.background= "#FFFF00";
		document.getElementById(cual).style.color= '#FFFFFF';
	};
	function out2(pCual, pColor){
		document.getElementById(pCual).style.background= pColor;
		//document.getElementById(pCual).style.background= "#FFFFFF";
	};
	//
	function callContent(pCual){
		if(!pCual){
			return;
		};
		if(pCual == 'home'){
			window.location.href = 'http://www.geminiforex.com/index.html';
		}else if(pCual == 'plans'){
			window.location.href = 'http://www.geminiforex.com/pages/Plans.php';
		}else if(pCual == 'performance'){
			window.location.href = 'http://www.geminiforex.com/pages/Performance.html';			
				}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("Todos los campos son obligatorios");
			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 #0066FF;width:110px;'/>";
			document.getElementById('contra').focus();
		}else if(pCual == 'usuario'){
			document.getElementById(pCual).value = "";
		}
		
	}
	function medir(pQue){
		document.getElementById('cartel').innerHTML = pQue;
	}
	function show(pCuando, pName){
		window.open("detalles.php?date="+pCuando+"&name="+pName+"", "", "width=450,height=500, scrollbars=yes,resizable,screenX=100,screenY=100");
	}
	function show2(pCuando, pName){
		window.open("details2.php?date="+pCuando+"&name="+pName+"", "", "width=450,height=500, scrollbars=yes,resizable,screenX=100,screenY=100");
		}