function menuitemSelectID(id, documentURI) {
  var element = document.getElementById(id);
  if (element) { 
    for (i=0; i<element.childNodes.length; i++) {
      if (element.childNodes[i])      
        if (element.childNodes[i].pathname) {
          if (element.childNodes[i].pathname == documentURI | '/' + element.childNodes[i].pathname == documentURI) {
            element.childNodes[i].className += ' selected';
          }
        }
      
    } 
  }
}

function menuitemSelect(documentURI) {
  menuitemSelectID('prisonnav',documentURI); 
  menuitemSelectID('securehospitalnav',documentURI); 
}

function injectPrintable() {
  document.write('<img id="printable" src="/images/printer.gif" alt="Print this page..." onclick="window.print();">');
}

function injectFlash1() {
  // Inject from external JS to avoid IE 6 "click to enable control" "feature"
  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="508" height="87" id="slideshow" align="middle"><param name="allowScriptAccess" value="sameDomain"><param name="movie" value="/flash/statement.swf"><param name="quality" value="high"><param name="wmode" value="transparent"><param name="scale" value="exactfit"><param name="bgcolor" value="#ffffff"><embed wmode="transparent" src="/flash/statement.swf" quality="high" scale="exactfit" bgcolor="#ffffff" width="508" height="87" name="slideshow" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object>');
}

function injectFlash2() {
  // Inject from external JS to avoid IE 6 "click to enable control" "feature"
  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="510" height="400" id="slideshow" align="middle"><param name="allowScriptAccess" value="sameDomain"><param name="movie" value="/flash/design.swf"><param name="quality" value="high"><param name="wmode" value="transparent"><param name="scale" value="exactfit"><param name="bgcolor" value="#ffffff"><embed wmode="transparent" src="/flash/design.swf" quality="high" scale="exactfit" bgcolor="#ffffff" width="510" height="400" name="slideshow" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object>');
}
