// Email obfuscator v2, <c> IWR Consultancy, Apr 2003

var suffix1 = "org";
var suffix2 = "uk";

var domain = "tibet" + "support";

function emlaunch(emlname) {

//  window.onError = null;
  var thsads = "mailto:" + emlname + "@" + domain + "." + suffix1 + "." + suffix2;
  document.location=thsads;

}

function myeml(emlname,caption) {

if (caption==undefined) {
caption = emlname + '<img src="images/at.gif" border=0 vspace=0 hspace=0 valign=bottom alt="">' + domain + '.' + suffix1 + '.' + suffix2;
} else {
// caption = caption + ': &nbsp;' + emlname + '<img src="at.gif" border=0 vspace=0 hspace=0 valign=bottom alt="">' + domain + '.' + suffix1 + '.' + suffix2;
}

//  window.onError = null ;
  mailstring= "<a href='javascript:emlaunch(\"" + emlname + "\");' title='Contact Address'>"+ caption +"</a>";
  document.write(mailstring);

}


// Menu Loader;

function imenu(pathdots) {

 var writestr='<IFRAME NAME="imenu" id="imenu" SRC="' + pathdots + 'menu/menu.htm" ALLOWTRANSPARENCY="true" frameborder=0 scrolling=NO width=100% height=180 STYLE="position: absolute; left: 1px; top: 1px; z-index:10">'
 document.write(writestr);
 var writestr='<a href="' + pathdots + 'menu/sitemap.htm" title="Please use this Site Map to navigate" >Site Map</a>';
 document.write(writestr);
 var writestr='</IFRAME><div id="menuspacer">&nbsp;</div>';
 document.write(writestr);

}

