/* VeriSign Homepage Scripts */ /*********************************************** * ProHTML Ticker script- � Dynamic Drive (www.dynamicdrive.com) * This notice must stay intact for use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ /******************************* All Products Flyout Javascript *******************************/ var ns=(document.layers); var ie=(document.all); var w3=(document.getElementById && !ie); function initMenu() { if(!ns && !ie && !w3) return; if(ie) adDiv=eval('document.all.apfly.style'); else if(ns) adDiv=eval('document.layers["apfly"]'); else if(w3) adDiv=eval('document.getElementById("apfly").style'); if (ie||w3) adDiv.visibility="visible"; else adDiv.visibility ="show"; } function closeMenu() { if (ie||w3) adDiv.display="none"; else adDiv.visibility ="hide"; } function openlm(identifier,type){ if(identifier=="apfly"){ outer="outer"+identifier; } else return; document.getElementById(identifier).style.position = 'absolute'; document.getElementById(identifier).style.display = 'inline'; if(type=='on') document.getElementById(identifier).style.visibility="visible"; else document.getElementById(identifier).style.visibility="hidden"; return false; } function delayClose(id){ setTimeout(openlm(id, 'off'), 3000); } /*************************** Customers Logo Scroller US ***************************/ //Getting hostname and port to prepend to image paths for countries other than CH using this script. var str_host = ""; if (window.location.href.indexOf("verisign.ch") == -1) { str_host = window.location.protocol + "//www.verisign.ch"; } var img1=new Image() img1.src=str_host+"/hp07/i/logo4.gif" var img2=new Image() img2.src=str_host+"/hp07/i/logo5.gif" var img3=new Image() img3.src=str_host+"/hp07/i/logo7.gif" var img4=new Image() img4.src=str_host+"/hp07/i/logo8.gif" var img5=new Image() img5.src=str_host+"/hp07/i/cdiscount_logo.jpg" var img6=new Image() img6.src=str_host+"/images/logos/Addison.gif" var img7=new Image() img7.src=str_host+"/images/logos/Banco-Indusval_logo.gif" var step=1; var wimage=1; function scrIt(){ if(!document.images) return document.images.customers.src=eval("img"+step+".src") wimage=step if(step<7) step++ else step=1 setTimeout("scrIt()",5000) } if (window.addEventListener) window.addEventListener("load", scrIt, false) else if (window.attachEvent) window.attachEvent("onload", scrIt) function slidelink(){ if (wimage==1) linkPopUp(str_host+'/static/019968.pdf'); else if (wimage==2) window.location = str_host+'/success-stories/ssl/opodo.html'; else if (wimage==3) window.location = str_host+'/success-stories/ssl/postbank.html'; else if (wimage==4) window.location = str_host+'/success-stories/ssl/interflora.html'; //else if (wimage==5) // linkPopUp(str_host+'/static/039244.pdf'); else if (wimage==5) linkPopUp(str_host+'/success-stories/ssl/cdiscount.html'); else if (wimage==6) linkPopUp('//www.verisign.co.uk/static/040445.pdf'); else if (wimage==7) linkPopUp(str_host+'/static/indusval-bank.pdf'); } function VM_Generateobj(objAttrs, params, embedAttrs) { var str = ' '; str += '0 || impactPresent>0){ document.links[i].href = 'javascript:linkPopUp("' + document.links[i].href + '")'; } //code for pdf var pdfPresent=linkList.indexOf(".pdf"); if (pdfPresent>0){ document.links[i].href = 'javascript:linkPopUp("' + document.links[i].href + '")'; } //end code for pdf } }