
function write_mt(x,y,z){ document.write("<a href='mailto:", y, "@", x, "'>", z, "</a>"); }

function write_ml(x,y){ document.write("<a href='mailto:", y, "@", x, "'>", y, "@", x, "</a>"); }

function textClear(id) {if (id.value == id.defaultValue) id.value = "";}

function textRestore(id){ if (id.value == "") id.value = id.defaultValue;}
