   function over(cual){
	document.getElementById(cual).style.background= '#72808b';
	document.getElementById(cual).style.color= '#00ff00';
	}
	//
	function out(cual){
		document.getElementById(cual).style.background= '#72808b';
		document.getElementById(cual).style.color= '#FFFFFF'
		
	}
	//
	function over2(pCual){
		document.getElementById(pCual).style.background= "#99CCFF";
	};
	function out2(pCual, pColor){
		document.getElementById(pCual).style.background= pColor;
	};
	//
	function callContent(pCual){
		if(!pCual){
			return;
		};
		if(pCual == 'home'){
			window.location.href = 'http://www.fxdailysignals.com/index.html';
		}else if(pCual == 'newtoforex'){
			window.location.href = 'http://www.fxdailysignals.com/pages/newtoforex.php';
		}else if(pCual == 'newtoforexd'){
			window.location.href = 'http://www.fxdailysignals.com/pages/newtoforex.php';
		}else if(pCual == 'subscriptiond'){
			window.location.href = 'http://www.fxdailysignals.com/pages/subscription.php';
		}else if(pCual == 'termsofused'){
			window.location.href = 'http://www.fxdailysignals.com/pages/termsofuse.php';
		}else if(pCual == 'subscription'){
			window.location.href = 'http://www.fxdailysignals.com/pages/subscription.php';
		}else if(pCual == 'performance'){
			window.location.href = 'http://www.fxdailysignals.com/pages/performance.php';
		}else if(pCual == 'contact'){
		window.location.href = 'http://www.fxdailysignals.com/pages/contact.php';
		}else if(pCual == 'Principalp'){
			window.location.href = 'http://www.fxdailysignals.com/pages/indexEsp.php';
		}else if(pCual == 'members'){
			window.location.href = 'http://www.fxdailysignals.com/members/members.php';
		}else if(pCual == 'termsofuse'){
			window.location.href = 'http://www.fxdailysignals.com/pages/termsofuse.php';
				}
	}
	//
	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;
	}
	function show(pCuando, pName){
		window.open("details.php?date="+pCuando+"&name="+pName+"", "", "width=450,height=500, scrollbars=yes,resizable,screenX=100,screenY=100");
	}