<!--
function addfav(title, URL){
   if (document.all)
      window.external.AddFavorite(URL, title);
   else if (window.sidebar)
			window.sidebar.addPanel(title, URL, "")
   }


function a(x,y,z) { document.write(x+'@'+y+'.'+z); }


function li(x,z,s) {
 var y = "howto-outlook";
 document.write("<");
 document.write("a href=\"m");
 document.write("ailto:");
 a(x,y,z);
 document.write("?subject=");
 document.write(s);
 document.write("\">");
 a(x,y,z);
 document.write("<");
 document.write("/a>");
}
//-->