function ctct(a,b,c,d)
{
var linktext = a + '@' + c + '.' + d;
document.write('<a href="' + 'mail' + 'to:' + a + '@' + c + '.' + d + '">' + linktext + '</a>');
}

function forceFrame() 
{ 
  var pathname = location.pathname;
  var filename = pathname.substr(pathname.lastIndexOf("/")+1,pathname.length);
  var framesetpage = "index.html?" + filename;
  if (parent.location.href == window.location.href) 
      parent.location.href = framesetpage
}