// JavaScript Document

/* Functions that antispam */
function writeToto(desc,name,at,dot) {
  var xcf = 'lto';
  var trc = 'mai';
  var trf = ':';
  var trouc =  name + '&#64;';
  trouc = trouc + at + '.' + dot;
  if (desc == "") { desc = trouc }
document.write('<a href=\"'+trc+xcf+trf +trouc + '\">');
document.write(desc+ '</a>');
}

/* function that jump */
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}