<!--
dn="WWW.AURAVITA.COM";
lang="en";
aff="VeriSign";
tpt="opaque";
vrsn_style="WW";
splash_url="https://seal.verisign.com";
seal_url="https://seal.verisign.com";
u1=splash_url+"/splash?form_file=fdf/splash.fdf&dn="+dn+"&lang="+lang;
function vrsn_splash() {
tbar = "location=yes,status=yes,resizable=yes,scrollbars=yes,width=560,height=500";
sw = window.open(u1,'VRSN_Splash',tbar);
sw.focus();
}
v_ua=navigator.userAgent.toLowerCase();
v_oie=(v_ua.indexOf("msie")!=-1);
if(v_oie) v_oie=(v_ua.indexOf("msie 5")==-1 && v_ua.indexOf("msie 6")==-1);
function v_mact(e){
 if (document.addEventListener) {
  var s=(e.target.name=="seal");
   if (s) { vrsn_splash(); return false; }
 }else if(document.captureEvents) {
  var tgt=e.target.toString(); var s=(tgt.indexOf("splash")!=-1);
  if (s){ vrsn_splash(); return false; }
 }
 return true;
}
function v_mDown() {
if (event.button==1){
  if (v_oie) { return true; } else { vrsn_splash(); return false; }
} else if (event.button==2) { vrsn_splash(); return false; }
}
document.write("<a HREF=\""+u1+"\" tabindex=\"-1\" onmousedown=\"return v_mDown();\" target=\"VRSN_Splash\"><IMG NAME=\"seal\" BORDER=\"true\" SRC=\"small"+"_"+lang+".gif"+"\" oncontextmenu=\"return false;\"></A>");
if (document.addEventListener){ document.addEventListener('mouseup', v_mact, true); } 
else {
  if (document.layers){
    document.captureEvents(Event.MOUSEDOWN); document.onmousedown=v_mact;
  }
}
function v_resized(){
  if(pageWidth!=innerWidth || pageHeight!=innerHeight){
    self.history.go(0);
  }
}
if(document.layers){
  pageWidth=innerWidth; pageHeight=innerHeight; window.onresize=v_resized;
}
// -->


function popUpWindow(url) {		
		sealWin=window.open(url,"",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=500,height=450');
		self.name = "mainWin";
		}

