function RunFlash()
{
   document.write('<object style="margin-left:7px" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
   document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"\n');
   document.write('width="766" height="139">\n');
   document.write('<param name="movie" value="flash/menu.swf?button=0"> \n');
   document.write('<param name="quality" value="high">\n');
   document.write('<param name="menu" value="false">\n');
   document.write('<!--[if !IE]> <-->\n');
   document.write('<object data="flash/menu.swf?button=0"\n');
   document.write('width="766" height="139" type="application/x-shockwave-flash">\n');
   document.write('<param name="quality" value="high">\n');
   document.write('<param name="menu" value="false">\n');
   document.write('<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">\n');
   document.write('<table style="width:px;height:px" cellspacing="0" cellpadding="0">\n');
   document.write('<tr>\n');
   document.write('<td style="width:240px;height:px">\n');
   document.write('<a href="index.html"><img alt="" src="images/logo.jpg" style="margin-left:37px; margin-top:47px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('<td style="width:108px;height:px">\n');
   document.write('<a href="About.html" ><img alt="" src="images/l1.jpg" style="margin-left:px; margin-top:11px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('<td style="width:108px;height:px">\n');
   document.write('<a href="Databases.html" ><img alt="" src="images/l2.jpg" style="margin-left:px; margin-top:11px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('<td style="width:108px;height:px">\n');
   document.write('<a href="Services.html" ><img alt="" src="images/l3.jpg" style="margin-left:px; margin-top:11px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('<td style="width:108px;height:px">\n');
   document.write('<a href="Resources.html" ><img alt="" src="images/l4.jpg" style="margin-left:px; margin-top:11px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('<td style="width:108px;height:px">\n');
   document.write('<a href="ContactInfo.html" ><img alt="" src="images/l5.jpg" style="margin-left:px; margin-top:11px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('</tr>\n');
   document.write('</table>\n');
   document.write('</object>\n');
   document.write('<!--> <![endif]-->\n');
   document.write('</object>\n');
}

function RunFlashQuiet()
{
   document.write('<object style="margin-left:7px" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
   document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"\n');
   document.write('width="766" height="139">\n');
   document.write('<param name="movie" value="flash/menu_quiet.swf?button=0"> \n');
   document.write('<param name="quality" value="high">\n');
   document.write('<param name="menu" value="false">\n');
   document.write('<!--[if !IE]> <-->\n');
   document.write('<object data="flash/menu_quiet.swf?button=0"\n');
   document.write('width="766" height="139" type="application/x-shockwave-flash">\n');
   document.write('<param name="quality" value="high">\n');
   document.write('<param name="menu" value="false">\n');
   document.write('<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">\n');
   document.write('<table style="width:px;height:px" cellspacing="0" cellpadding="0">\n');
   document.write('<tr>\n');
   document.write('<td style="width:240px;height:px">\n');
   document.write('<a href="index.html"><img alt="" src="images/logo.jpg" style="margin-left:37px; margin-top:47px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('<td style="width:108px;height:px">\n');
   document.write('<a href="About.html" ><img alt="" src="images/l1.jpg" style="margin-left:px; margin-top:11px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('<td style="width:108px;height:px">\n');
   document.write('<a href="Databases.html" ><img alt="" src="images/l2.jpg" style="margin-left:px; margin-top:11px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('<td style="width:108px;height:px">\n');
   document.write('<a href="Services.html" ><img alt="" src="images/l3.jpg" style="margin-left:px; margin-top:11px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('<td style="width:108px;height:px">\n');
   document.write('<a href="Resources.html" ><img alt="" src="images/l4.jpg" style="margin-left:px; margin-top:11px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('<td style="width:108px;height:px">\n');
   document.write('<a href="ContactInfo.html" ><img alt="" src="images/l5.jpg" style="margin-left:px; margin-top:11px" align="left"></a>\n');
   document.write('</td>\n');
   document.write('</tr>\n');
   document.write('</table>\n');
   document.write('</object>\n');
   document.write('<!--> <![endif]-->\n');
   document.write('</object>\n');
}
function clientSideInclude(id, url) {
  var req = false;
  // For Safari, Firefox, and other non-MS browsers
  if (window.XMLHttpRequest) {
    try {
      req = new XMLHttpRequest();
    } catch (e) {
      req = false;
    }
  } else if (window.ActiveXObject) {
    // For Internet Explorer on Windows
    try {
      req = new ActiveXObject("Msxml2.XMLHTTP");
    } catch (e) {
      try {
        req = new ActiveXObject("Microsoft.XMLHTTP");
      } catch (e) {
        req = false;
      }
    }
  }
 var element = document.getElementById(id);
 if (!element) {
  alert("Bad id " + id + 
   "passed to clientSideInclude." +
   "You need a div or span element " +
   "with this id in your page.");
  return;
 }
  if (req) {
    // Synchronous request, wait till we have it all
    req.open('GET', url, false);
    req.send(null);
    element.innerHTML = req.responseText;
  } else {
    element.innerHTML =
   "Sorry, your browser does not support " +
      "XMLHTTPRequest objects. This page requires " +
      "Internet Explorer 5 or better for Windows, " +
      "or Firefox for any system, or Safari. Other " +
      "compatible browsers may also exist.";
  }
}
function openPopup(url) {
 window.open(url, "popup_id", "width=680,height=385,scrollbars=no");
 return false;
}
function openPopupScroll(url) {
 window.open(url, "popup_id", "width=680,height=385,scrollbars=yes");
 return false;
}
function openPopupTall(url) {
 window.open(url, "popup_id", "width=680,height=435,scrollbars=no");
 return false;
}
function openPopupSmall(url) {
 window.open(url, "popup_id", "width=350,height=125,scrollbars=no,location=0,resizable=0,menubar=0");
 return false;
}
