function suscribe(value){
	if (value == 1){
	FAjax('suscribe.asp','suscribite','ajaxEspere','wVarload='+value,'POST');
		}
	if (value == 2){
	var xmail = document.getElementsByName('wVarCorreo')[0]
	if (xmail.value == "" ){
			alert("Direccion Invalida")
		}else{
			FAjax('suscribe.asp','top','ajaxEspere','wVarload='+value+'&wVarmail='+xmail.value,'POST');
			document.getElementById("top").style.display = '';
			FAjax('suscribe.asp','suscribite','ajaxEspere','wVarload='+3,'POST');
			window.scrollBy(0,-10000)
			}
		}	
	if (value == 3){
		document.getElementById("top").style.display = 'none';
		}
	}