startList = function() {
  if (document.all && document.getElementById)
  {
    try
    {
      navRoot = document.getElementById("nav");
      
      if (typeof(navRoot.childNodes) == 'object')
      {
        for (i = 0; i < navRoot.childNodes.length; i++)
        {
          node = navRoot.childNodes[i];
          
          if (node.nodeName == "LI")
          {
            node.onmouseover = function() { this.className += " over"; };
            node.onmouseout = function() { this.className = this.className.replace(" over", ""); };
          }
        }
      }
    }
    catch (err)
    {
      
    }
  }
}

window.onload = startList;


function RunFlash()
{
  document.write('<object style="border:none; " type="application/x-shockwave-flash" data="http://www.careerexplorer.net/slideshow.swf" width="250" height="165">');
  document.write('<param name="movie" value="http://www.careerexplorer.net/slideshow.swf" />');
  document.write('<img src="http://www.careerexplorer.net/images/content1.jpg" width="250" height="165" style="float:right " alt="Career Explorer" />');
    document.write('</object>');
}

function RunDinensionalVideo($type, $height, $width)
{
  document.write('<object style="border:none; " type="application/x-shockwave-flash" data="http://www.careerexplorer.net/' + $type + '.swf" width="' + $width + '" height="' + $height + '">');
  document.write('<param name="movie" value="http://www.careerexplorer.net/' + $type + '.swf" />');
  document.write('<img src="http://www.careerexplorer.net/images/content1.jpg" width="250" height="289" style="float:right " alt="Career Explorer" />');
    document.write('</object>');
}