<!--
function VIL_aggpref() {
  if (document.all) window.external.AddFavorite(top.location.href, top.document.title);
}
function VIL_credits() {
  crwin=window.open('credits.asp','creditswin','menubar=0,titlebar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,width=240,height=240,top='+((screen.availHeight-200)/2)+',left='+((screen.availWidth-200)/2));
  crwin.focus();
}
function VIL_fotoPopup(myUrl,myWidth,myHeight) {
  winName = 'zoomWin' + myWidth + 'x' + myHeight;
  zoomwin=window.open(myUrl,winName,'menubar=0,titlebar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,width='+(myWidth+20)+',height='+(myHeight+20)+',top='+((screen.availHeight-myHeight-30)/2)+',left='+((screen.availWidth-myWidth+20)/2));
  zoomwin.focus();
}
function VIL_fotoDidaPopup(myFilename,myWidth,myHeight) {
  winName = 'zoomDidaWin' + myWidth + 'x' + myHeight;
  zoomwin=window.open('fotodidapop.asp?foto='+myFilename,winName,'menubar=0,titlebar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,width='+(myWidth+20)+',height='+(myHeight+100)+',top='+((screen.availHeight-myHeight-30)/2)+',left='+((screen.availWidth-myWidth+100)/2));
  zoomwin.focus();
}
function safeEmail(user,domain,tld){
  document.location.href='mailto:'+user+'@'+domain+'.'+tld;
}
//-->
