/*
##########################################
# Thai Weather - A Mambo 4.5.x Component      #
# Copyright (C) 2005  by  mambolaithai.com     #
# Homepage   : www.mambolaithai.com   #
# Email      : info@mambolaithai.com  #
# Version    : 1.3                       #
# License    : Released under GPL        #
##########################################
*/
function InsertFlashWeatherTH()
{
  document.write('<object type="application/x-shockwave-flash" data="http://weather.eu.msn.com/f5/loader19.swf" id="thaiweather" width="500" height="328" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" >\n');
  document.write('<param name="movie" value="http://weather.eu.msn.com/f5/loader19.swf" />\n');
  document.write('<param name="FlashVars" value="mode=continent&amp;continent=SouthAsia&amp;lang=TH&amp;defaultCountry=TH&amp;defaultCity=TH_a0_c3" />\n');
  document.write('<param name="wmode" value="opaque">\n');
  document.write('<param name="quality" value="high">\n');
  document.write('<param name="bgcolor" value="#FFFFFF">\n');
  document.write('<embed src="http://weather.eu.msn.com/f5/loader19.swf" quality="high" wmode="opaque" width="500" height="328" name="thaiweather" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>\n');
  document.write('<br />Foreca FlashWeather. You need flash player to view this content. Download it from <a href="http://www.macromedia.com/software/flashplayer/">here</a>.\n');
  document.write('</object>\n');
}

function InsertFlashWeatherEN()
{
  document.write('<object type="application/x-shockwave-flash" data="http://weather.eu.msn.com/f5/loader19.swf" id="thaiweather" width="500" height="328" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" >\n');
  document.write('<param name="movie" value="http://weather.eu.msn.com/f5/loader19.swf" />\n');
  document.write('<param name="FlashVars" value="mode=continent&amp;continent=SouthAsia&amp;lang=EN&amp;defaultCountry=TH&amp;defaultCity=TH_a0_c3" />\n');
  document.write('<param name="wmode" value="opaque">\n');
  document.write('<param name="quality" value="high">\n');
  document.write('<param name="bgcolor" value="#FFFFFF">\n');
  document.write('<embed src="http://weather.eu.msn.com/f5/loader19.swf" quality="high" wmode="opaque" width="500" height="328" name="thaiweather" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>\n');
  document.write('<br />Foreca FlashWeather. You need flash player to view this content. Download it from <a href="http://www.macromedia.com/software/flashplayer/">here</a>.\n');
  document.write('</object>\n');
}
