      function generate_address( username, hostname ) {
        var domain = ".com";
        var atsign = "&#64;";
        var addr = username + atsign + hostname + domain;
        document.write("<" + "a" + " " + "href=" + "mail" + "to:" + addr + "><img src='images/contact_r7_c1.jpg' width='419' height='82' border='0' id='emailaddres' ></a>");
      }


// external_script.js
function CreateControl(DivID, CLSID, ObjectID,
                       WIDTH, HEIGHT, URL, TRANS)
{
  //var d = document.getElementById(DivID);

  DivID.innerHTML = 
    '<object classid=' + CLSID + ' id=' + ObjectID + ' width=' + WIDTH + ' height=' + HEIGHT +'>'+
	'<param name="movie" value="' + URL + '">'+
	'<param name="wmode" value='+TRANS+'>'+
    '<embed src="'+URL+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"'+
    'type="application/x-shockwave-flash"  width=' + WIDTH + ' height=' + HEIGHT +' wmode='+TRANS+'></embed>';

}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
//alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
//alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("return false");