function RunFlashHeaderMain()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="93">\n');
   document.write('<param name="movie" value="/images/moneydoctor.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="/images/moneydoctor.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="93"></embed>\n');
   document.write('</object>\n');
}


//The function below is to bookmark pages by clicking the link located in the footer.
function bookmark(url){
  if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
  window.external.AddFavorite(url,'Datatech UK Ltd - Complete Communication Solutions');
  } else if (navigator.appName == "Netscape") {
    window.sidebar.addPanel('Datatech UK Ltd - Complete Communication Solutions',url,"");
  } else {
    alert("Press CTRL-D (Netscape) or CTRL-T (Opera) to bookmark");
  }
}
