function CreateControl(WIDTH, HEIGHT, URL, BGCOLOR)
{
  
  window.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width=' + WIDTH + ' height=' + HEIGHT + '>');
  window.document.write('<param name="movie" value=' + URL + '>');
  window.document.write('<param name="quality" value="high"><param name="bgcolor" value=' + BGCOLOR + '>');
  window.document.write('<embed src=' + URL + ' width=' + WIDTH + ' height=' + HEIGHT + ' quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor=' + BGCOLOR +'></embed>');
  window.document.write('</object>')
}

function CreateBannerControl(WIDTH, HEIGHT, URL, BGCOLOR)
{
  
  window.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width=' + WIDTH + ' height=' + HEIGHT + '>');
  window.document.write('<param name="movie" value=' + URL + '>');
  window.document.write('<param name="quality" value="high"><param name="bgcolor" value=' + BGCOLOR + '>');

  window.document.write('<param name="_cx" value="16669">')
  window.document.write('<param name="_cy" value="1984">')
  window.document.write('<param name="WMode" value="Transparent">')
  window.document.write('<param name="Play" value="-1">')
  window.document.write('<param name="Loop" value="-1">')

  window.document.write('<param name="SAlign" value>')
  window.document.write('<param name="Menu" value="-1">')
  window.document.write('<param name="Base" value>')
  window.document.write('<param name="AllowScriptAccess" value="always">')
  window.document.write('<param name="Scale" value="NoBorder">')
  window.document.write('<param name="DeviceFont" value="0">')
  window.document.write('<param name="EmbedMovie" value="0">')

  window.document.write('<param name="SWRemote" value>')
  window.document.write('<param name="MovieData" value>')
  window.document.write('<param name="SeamlessTabbing" value="1">')	

  window.document.write('<embed src=' + URL + ' width=' + WIDTH + ' height=' + HEIGHT + ' quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor=' + BGCOLOR +' scale="noborder" wmode="transparent"></embed>');
  window.document.write('</object>')
}

function CreateCanBannerControl(WIDTH, HEIGHT, URL, BGCOLOR, TOPWIDTH, TOPHEIGHT)
{
  
  window.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width=' + TOPWIDTH + ' height=' + TOPHEIGHT + '>');
  window.document.write('<param name="movie" value=' + URL + '>');
  window.document.write('<param name="quality" value="high"><param name="bgcolor" value=' + BGCOLOR + '>');

  window.document.write('<param name="WMode" value="Transparent">')
  window.document.write('<param name="Scale" value="NoBorder">')

  window.document.write('<embed src=' + URL + ' width=' + WIDTH + ' height=' + HEIGHT + ' quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor=' + BGCOLOR +' scale="noborder" wmode="transparent"></embed>');
  window.document.write('</object>')
}