<!-- //

dn="WWW.TIAS.COM";

tpt="opaque";

vrsn_style="WW";

splash_url="https://seal.verisign.com";

seal_url="https://seal.verisign.com";

vrsn_language=navigator.language;

if (vrsn_language == null) { vrsn_language=navigator.userLanguage; if (vrsn_language == null) vrsn_language="en";

}

vrsn_language = vrsn_language.substring(0, 2);

vrsn_u1=splash_url+"/splash?form_file=fdf/splash.fdf&type=GOLD&sealid=2&dn="+dn+"&lang="+vrsn_language;

vrsn_u2=seal_url+"/getseal?at=0&type=GOLD&sealid=2&dn="+dn+"&style="+vrsn_style;



function vrsn_splash() {

tbar = "location=yes,status=yes,resizable=yes,scrollbars=yes,width=560,height=500";

sw = window.open(vrsn_u1,'VRSN_Splash',tbar);

sw.focus();
}


vrsn_ua=navigator.userAgent.toLowerCase();

vrsn_oie=(vrsn_ua.indexOf("msie")!=-1);

if(vrsn_oie) vrsn_oie=(vrsn_ua.indexOf("msie 5")==-1 && vrsn_ua.indexOf("msie 6")==-1);



function vrsn_maction(e){

 if (document.addEventListener) {

  var seal=(e.target.name=="seal");

   if (seal) { vrsn_splash(); return false; }

 }else if(document.captureEvents) {

  var tgt=e.target.toString(); var seal=(tgt.indexOf("splash")!=-1);

  if (seal){ vrsn_splash(); return false; }

 }

 return true;

}


function vrsn_mouseDown() {

if (event.button==1){

  if (vrsn_oie) { return true; } else { vrsn_splash(); return false; }

} else if (event.button==2) { vrsn_splash(); return false; }

}


document.write("<a HREF=\""+vrsn_u1+"\" tabindex=\"-1\" onmousedown=\"return vrsn_mouseDown();\" target=\"VRSN_Splash\"><IMG NAME=\"seal\" BORDER=\"true\" SRC=\""+vrsn_u2+"\" oncontextmenu=\"return false;\"></A>");


if (document.addEventListener){ document.addEventListener('mouseup', vrsn_maction, true); } 

else {

  if (document.layers){

    document.captureEvents(Event.MOUSEDOWN); document.onmousedown=vrsn_maction;
  }

}


function vrsn_resized(){

  if(pageWidth!=innerWidth || pageHeight!=innerHeight){

    self.history.go(0);

  }

}


if(document.layers){

  pageWidth=innerWidth; pageHeight=innerHeight; window.onresize=vrsn_resized;
}

// -->

