
//--------------------------------------------------------------------------------------------------------
function showflash(src,width,height,hspace,vspace)
{
  if ((hspace == null) || (hspace === undefined) || (hspace == '') )
    {
      hspace = 0;
    }

  if ( (vspace == null) || (vspace === undefined) || (vspace == '') )
    {
      vspace = 0;
    }


  var spacing = "";
  var flashtag = "";

  
  spacing = " hspace=\"" + hspace + "\" vspace=\"" + vspace + "\""

  flashtag = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" height=\"" + height + "\" width=\"" + width + "\"" + spacing + ">\n";
  flashtag += "<param name=\"movie\" value=\"" + src + "\">\n";
  flashtag += "<param name=\"quality\" value=\"best\">\n";
  flashtag += "<param name=\"play\" value=\"true\">\n";
  flashtag += "<embed " + spacing + "  height=\"" + height + "\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" src=\"" + src + "\" type=\"application/x-shockwave-flash\" width=\"" + width + "\" quality=\"best\" play=\"true\"></embed>\n";
  flashtag += "</object>\n";

  //alert(flashtag);
  document.write(flashtag);

}
//--------------------------------------------------------------------------------------------------------
function banner()
{
  // original dimensions 600 x 100 
  showflash("/flash/part1_top5.swf",600,100,'','');
}
//--------------------------------------------------------------------------------------------------------
function menubar()
{
  // Old menu
  showflash("/flash/side_menu1_faded%20lines.swf",200,410,'',15);
}
//--------------------------------------------------------------------------------------------------------
function menubar2()
{
  // New menu
  showflash("/flash/nav_menu2.swf",200,452,'',15);
}
//--------------------------------------------------------------------------------------------------------
function intro()
{
  // new intro 12-21-06
  showflash("/flash/intro_loader.swf",570,280,'25','');
}
//--------------------------------------------------------------------------------------------------------
function intro5()
{
  showflash("/flash/intro5.swf",563,268,'','');
}
//--------------------------------------------------------------------------------------------------------
function womens()  
{
  showflash("/services/twp-part2-a.swf",348,260,10,10);
}
//--------------------------------------------------------------------------------------------------------
function employment()
{
  showflash("/employment/employment_opportunities3_shorter.swf",320,240,'','');
}
//--------------------------------------------------------------------------------------------------------
function testit()
{
}
//--------------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------------

