var aboutSslText = new Object(); var SslLink = 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/products-services/security-services/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"] = "This site chose VeriSign SSL for secure e-commerce and confidential communications."; 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 host; var size; var use_flash; var transparent; var language; var pickup_code; var badhost = "Please enter the common name.\nThe common name must match the \ncommon name (CN) on the SSL Certificate."; 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\n\n" + pickup_code + "\n" + SslBlurbText[language] + "\n\n\n" + aboutSslText[language] + "\n \n\n"; } else { document.form.S1.value = "\n\n\n\n
" + pickup_code + "
\n" + aboutSslText[language] + "
"; } return false; } function setOptions(chosen) { var selbox = document.form.BACKGROUND; selbox.options.length = 0; if (chosen == "GIF") { selbox.options[selbox.options.length] = new Option('White Background','WHITE'); updateSeal(); } if (chosen == "FLASH") { selbox.options[selbox.options.length] = new Option('Transparent','TRANSPARENT'); selbox.options[selbox.options.length] = new Option('White Background','WHITE'); updateSeal(); } } function updateSeal() { var sealSizeAndBackground = document.form.SIZE.value.toLowerCase(); var language = document.form.LA.value; /*if (document.form.FORMAT.value == 'FLASH') { sealSizeAndBackground += "t"; }*/ document.getElementById('sealBox1').style.backgroundImage = document.getElementById('sealBox2').style.backgroundImage = "url(/assets/ssl/images/seal_" + sealSizeAndBackground + ".gif)"; if (sealSizeAndBackground == "s") { if (navigator.userAgent && navigator.userAgent.indexOf("MSIE") >= 0) { document.getElementById('sealBox1').style.width = "106px"; document.getElementById('sealBox2').style.width = "106px"; document.getElementById('verifySslText1').style.setAttribute('top', '45px'); document.getElementById('verifySslText2').style.setAttribute('top', '45px'); document.getElementById('verifySslText1').style.marginRight = "10px"; document.getElementById('verifySslText2').style.marginRight = "10px"; document.getElementById('aboutSslText1').style.marginTop = "0px"; } else { document.getElementById('sealBox1').style.width = "106px"; document.getElementById('sealBox2').style.width = "106px"; document.getElementById('verifySslText1').style.setProperty('top', '45px', null); document.getElementById('verifySslText2').style.setProperty('top', '45px', null); document.getElementById('verifySslText1').style.marginRight = "10px"; document.getElementById('verifySslText2').style.marginRight = "10px"; document.getElementById('aboutSslText1').style.marginTop = "0px"; } } if (sealSizeAndBackground == "m") { if (navigator.userAgent && navigator.userAgent.indexOf("MSIE") >= 0) { document.getElementById('sealBox1').style.width = "106px"; document.getElementById('sealBox2').style.width = "106px"; document.getElementById('verifySslText1').style.setAttribute('top', '51px'); document.getElementById('verifySslText2').style.setAttribute('top', '51px'); document.getElementById('verifySslText1').style.marginRight = "0px"; document.getElementById('verifySslText2').style.marginRight = "0px"; document.getElementById('aboutSslText1').style.marginTop = "0px"; } else { document.getElementById('sealBox1').style.width = "106px"; document.getElementById('sealBox2').style.width = "106px"; document.getElementById('verifySslText1').style.setProperty('top', '51px', null); document.getElementById('verifySslText2').style.setProperty('top', '51px', null); document.getElementById('verifySslText1').style.marginRight = "0px"; document.getElementById('verifySslText2').style.marginRight = "0px"; document.getElementById('aboutSslText1').style.marginTop = "0px"; } } if (sealSizeAndBackground == "l") { if (navigator.userAgent && navigator.userAgent.indexOf("MSIE") >= 0) { document.getElementById('sealBox1').style.width = "120px"; document.getElementById('sealBox2').style.width = "120px"; document.getElementById('verifySslText1').style.setAttribute('top', '56px'); document.getElementById('verifySslText2').style.setAttribute('top', '56px'); document.getElementById('verifySslText1').style.marginRight = "0px"; document.getElementById('verifySslText2').style.marginRight = "0px"; document.getElementById('aboutSslText1').style.marginTop = "5px"; } else { document.getElementById('sealBox1').style.width = "120px"; document.getElementById('sealBox2').style.width = "120px"; document.getElementById('verifySslText1').style.setProperty('top', '56px', null); document.getElementById('verifySslText2').style.setProperty('top', '56px', null); document.getElementById('verifySslText1').style.marginRight = "0px"; document.getElementById('verifySslText2').style.marginRight = "0px"; document.getElementById('aboutSslText1').style.marginTop = "5px"; } } document.getElementById('verifySslText1').innerHTML = document.getElementById('verifySslText2').innerHTML = verifySslText[language] + " "; document.getElementById('aboutSslText1').innerHTML = document.getElementById('aboutSslText2').innerHTML = "" + aboutSslText[language] + ""; document.getElementById('SslBlurbText').innerHTML = SslBlurbText[language]; }