function load_graph (flash_file, library_path, php_source, width, height, bgColor)
{
  license = 'J1XYT8OD9IKL.NS5T4Q79KLYCK07EK';

  document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'\n");
  document.write("WIDTH="+width+" HEIGHT="+height+" id='charts' ALIGN=''>\n");

  document.write("<PARAM NAME=movie VALUE='"+flash_file+"?library_path="+library_path+"&php_source="+php_source+"&license="+license+"'> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#"+bgColor+">");

  document.write("<EMBED src='"+flash_file+"?library_path="+library_path+"&php_source="+php_source+"&license="+license+"' quality=high bgcolor=#"+bgColor+" WIDTH="+width+" HEIGHT="+height+" NAME='charts' ALIGN='' swLiveConnect='true' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT>");
}
