// JavaScript Document
window.resizeTo(600,window.screen.height-120); 
window.moveTo((window.screen.width-600) / 2,100/2);
function validar(){
	if(document.getElementById("Email").value!="")
		return true;
	else
	{
		alert("We need your email to contact you!");
		return false;
	}
}