function launchEmail(){
	var email;
	t = screen.height/2-300
	l = screen.width/2-161
	terms=window.open("signup.html",'signup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,dependent=no,width=600,height=322,screenX=0,screenY=0,top='+t+',left='+l);
}


function launchPrivacy(){
	var privacy;
	t = screen.height/2-300
	l = screen.width/2-161
	terms=window.open("privacy.html",'privacy','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,dependent=no,width=600,height=322,screenX=0,screenY=0,top='+t+',left='+l);
}

function launchPartners(){
	var privacy;
	t = screen.height/2-250
	l = screen.width/2-250
	terms=window.open("partners.php",'terms','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,dependent=no,width=500,height=500,screenX=0,screenY=0,top='+t+',left='+l);
}