function showEusa() {
  var url='/legal/eusa.php';
  var args='width=530,height=500,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0';  
  window.open(url,"EndUserServiceAgreement",args); 
}
function showBilling() {
  var url='/legal/billterms.php';
  var args='width=530,height=500,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0';  
  window.open(url,"BillingTerms",args); 
}
function showPrivacy() {
  var url='/legal/privacy.php';
  var args='width=530,height=500,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0';  
  window.open(url,"PrivacyStatement",args); 
}
function showTermsWithCode( code ) {
  var url='/legal/serviceAgreement.php?promoid=' + code;
  var args='width=530,height=500,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0';  
  window.open(url,"Serviceterms",args); 
}
function showTerms() {
  var url='/legal/serviceAgreement.php';
  var args='width=530,height=500,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0';  
  window.open(url,"Serviceterms",args); 
}
function showPromo() {
  var url='/legal/promoAgreement.php';
  var args='width=530,height=500,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0';  
  window.open(url,"Promoterms",args); 
}
function showTrial() {
  var url='/legal/trialPeriod.php';
  var args='width=530,height=500,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0';  
  window.open(url,"TrialPeriod",args); 
}
