function writegraph(width, height,filen,loadr, alig, bgcol)
  {
   document.write('<object align=' + alig + ' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=graph3 width="' + width + '" height="' + height + '" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0">')
   document.write('<param name="MOVIE" value="http://mustang.doe.state.in.us/ctRedirect/?@_FILEapfiles/' + filen + '@_WIDTH' + width+'@_HEIGHT' + height + '@_BGCOLOR' + bgcol + '@_DONTCACHE@_LOADHTTPREQUESThttp://mustang.doe.state.in.us/' + loadr + '@_FLASH">')
  document.write('<embed name=graph3 align=' + alig + ' width="' + width + '" height="' + height+ '" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"')
  document.write(' src="http://mustang.doe.state.in.us/ctRedirect/?@_FILEapfiles/' + filen + '@_WIDTH' + width + '@_HEIGHT' + height + '@_BGCOLOR' + bgcol + '@_DONTCACHE@_LOADHTTPREQUESThttp://mustang.doe.state.in.us/' + loadr + '@_FLASH"></embed></object>')
  }

