/****************************************************
 * Flash movie embeds for Global Careers home page
 * Sunil Karve 07/17/2007
 *
 * Sets parameters used by the standards-compliant
 * UFO Flash embed method.  Requires 'ufo.js' from
 * http://www.bobbyvandersluis.com/ufo/
 ****************************************************/

  var FO1 = { movie:"flash/LN_map.swf", width:"697", height:"249", majorversion:"6", build:"0", wmode:"transparent", allowscriptaccess:"samedomain", menu:"false", bgcolor:"#FFFFFF", quality:"best", base:"css" };
  //var FO2 = { movie:"flash/2009/ceommercial.swf", width:"175", height:"188", majorversion:"8", build:"0", wmode:"transparent", allowscriptaccess:"samedomain", menu:"false", bgcolor:"#FFFFFF", quality:"best", base:"flash" };
  
  UFO.create(FO1, "introMap"); // Passes movie parameters and the block-level element to insert the movie into
  //UFO.create(FO2, "ceoVideo");