function launchPrivacy(){
	var privacy;
	t = screen.height/2-250
	l = screen.width/2-250
	terms=window.open("privacy.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);
}

function launchPartners(){
	var partners;
	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);
}

function launchContact(){
	var contact;
	t = screen.height/2-250
	l = screen.width/2-250
	terms=window.open("contact.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);
}


function launchTrailer(trailer){
	var privacy;
	t = screen.height/2-250
	l = screen.width/2-250
	terms=window.open(trailer,'Trailer','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,dependent=no,width=540,height=510,screenX=0,screenY=0,top='+t+',left='+l);
}

function launchNewsletter(){
	var privacy;
	t = screen.height/2-250
	l = screen.width/2-250
	terms=window.open("email_updates.php",'newsletter','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,dependent=no,width=500,height=260,screenX=0,screenY=0,top='+t+',left='+l);
}