// ----------- Popup window for Reval Success Story --------------------function popup(mylink, windowname, w, h){if (! window.focus)return true;var href;if (typeof(mylink) == 'string')   href=mylink;else   href=mylink.href;window.open(href, windowname, 'width='+w+',height='+h+'');return false;}
// ---------- DELFI Functions -------------------------------------------function DelfierrorMsg(){  alert("Netscape 6 or Mozilla is needed to install a sherlock plugin");}function addDelfiEngine(name,ext,cat,type){  if ((typeof window.sidebar == "object") && (typeof  window.sidebar.addSearchEngine == "function"))  {    //cat="Web";    //cat=prompt('In what category should this engine be installed?','Web')    window.sidebar.addSearchEngine(      "http://www.altex.ee/delfisrc/"+name+".src",      "http://www.altex.ee/delfisrc/"+name+"."+ext,      name,      cat );  }  else  {    DelfierrorMsg();  }}// ----------- End of DELFI Functions -----------------------------------
// ----------- Spam Free email ---------------------------------------function spamfree_email(em,emH1,emH2) {	document.write("<a href="+"mail"+"to:"+em+"@"+emH1+"."+emH2+">"+em+"@"+emH1+"."+emH2+"<\/a>");}function spamfree_cc_email(em1, em2, emH1,emH2) {	document.write("<a href="+"mail"+"to:"+em1+"@"+emH1+"."+emH2+"?&amp;cc="+em2+"@"+emH1+"."+emH2+">"+em1+"@"+emH1+"."+emH2+"<\/a>");}// ----------- Spam Free email ---------------------------------------
