var aboutSslText = new Object();
var aboutTrustText = new Object();
var SslLink = new Object();
var TrustLink = new Object();
var SslBlurbText = new Object();
var verifySslText = new Object();
verifySslText["zh_cn"] = "验证";
verifySslText["zh_tw"] = "驗證";
verifySslText["da"] = "KONTROLLER";
verifySslText["nl"] = "BEVESTIGEN";
verifySslText["en"] = "VERIFY";
verifySslText["fr"] = "Vérifier";
verifySslText["de"] = "Bestätigen";
verifySslText["it"] = "Verificare";
verifySslText["ja"] = "クリックして検証";
verifySslText["ko"] = "인증";
verifySslText["pt"] = "Verificar";
verifySslText["es"] = "Verificar";
verifySslText["sv"] = "Verifiera";
aboutSslText["zh_cn"] = "关于 SSL 认证关于 SSL 认证";
aboutSslText["zh_tw"] = "關於 SSL 認證";
aboutSslText["da"] = "Om SSL-certifikater";
aboutSslText["nl"] = "Informatie over SSL-certificaten";
aboutSslText["en"] = "ABOUT SSL CERTIFICATES";
aboutSslText["fr"] = "À propos des certificats SSL";
aboutSslText["de"] = "Über SSL-Zertifikate";
aboutSslText["it"] = "Informazioni sui certificati SSL";
aboutSslText["ja"] = "SSLについて";
aboutSslText["ko"] = "SSL 인증서 정보";
aboutSslText["pt"] = "Sobre certificados SSL";
aboutSslText["es"] = "Acerca de los certificados SSL";
aboutSslText["sv"] = "Om SSL-certifikat";
SslLink["zh_cn"] = "http://www.verisign.com/products-services/security-services/ssl/ssl-information-center/";
SslLink["zh_tw"] = "http://www.verisign.com/products-services/security-services/ssl/ssl-information-center/";
SslLink["da"] = "http://www.verisign.dk/products-services/security-services/ssl/ssl-information-center/";
SslLink["nl"] = "http://www.verisign.com/products-services/security-services/ssl/ssl-information-center/";
SslLink["fr"] = "http://www.verisign.fr/ssl/ssl-information-center/";
SslLink["de"] = "http://www.verisign.de/products-services/security-services/ssl/ssl-information-center/";
SslLink["it"] = "http://www.verisign.com/products-services/security-services/ssl/ssl-information-center/";
SslLink["ja"] = "http://www.verisign.com/products-services/security-services/ssl/ssl-information-center/";
SslLink["ko"] = "http://www.verisign.com/products-services/security-services/ssl/ssl-information-center/";
SslLink["pt"] = "http://www.verisign.com/products-services/security-services/ssl/ssl-information-center/";
SslLink["es"] = "http://www.verisign.es/products-services/security-services/ssl/ssl-information-center/";
SslLink["sv"] = "http://www.verisign.se/products-services/security-services/ssl/ssl-information-center/";
SslLink["en"] = "http://www.verisign.com/ssl-certificate/";
SslBlurbText["zh_cn"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["zh_tw"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["da"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["nl"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["en"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["fr"] = "Ce site a choisi les Certificats SSL de VeriSign pour sécuriser le commerce électronique et les communications confidentielles.";
SslBlurbText["de"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["it"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["ja"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["ko"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["pt"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["es"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
SslBlurbText["sv"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications.";
function selectSealCode() {
document.form.S1.focus();
document.form.S1.select();
return false;
}
function GenerateString() {
var type1;
var host;
var size;
var use_flash;
var transparent;
var language;
var pickup_code;
var badhost = "Veuillez entrer le nom courant. Le nom courant (NC) doit correspondre ? celui du certificat SSL.";
type1 = document.form.TYPE.value;
host = document.form.T1.value;
size = document.form.SIZE.value;
use_flash = (document.form.FORMAT.value == 'FLASH') ? "YES" : "NO";
transparent = (use_flash == 'YES') ? "YES" : "NO";
language = document.form.LA.value;
document.form.S1.value = "";
//Verify that common name is not null
if ((host==null)||(host=="")) {
alert(badhost);
return false;
}
//Verify that there are no consecutive periods in common name
if (host.indexOf('..') > -1) {
alert(badhost);
return false;
}
var host2 = host.split(".");
if (host2.length < 2) {
alert(badhost);
return false;
}
for (var i=0; i<\/script>";
if (document.form.TYPE.value == "ssl") {
document.form.S1.value = "