// FlashObject embed by APCO Worldwide \ Online http://www.apcoworldwide.com
function embedFlash(xml_location)
{
  document.write( "<OBJECT codeBase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" height=\"363\" width=\"360\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" VIEWASTEXT>" );
  document.write( "<PARAM NAME=\"FlashVars\" VALUE=\"xml_location=" + xml_location + "\">" );
  document.write( "<PARAM NAME=\"Movie\" VALUE=\"flash/greate_home.swf\">" );
  document.write( "<PARAM NAME=\"Src\" VALUE=\"flash/greate_home.swf\">" );
  document.write( "<PARAM NAME=\"WMode\" VALUE=\"Window\">" );
  document.write( "<PARAM NAME=\"Quality\" VALUE=\"High\">" );
  document.write( "<PARAM NAME=\"Menu\" VALUE=\"0\">" );
  document.write( "<PARAM NAME=\"AllowScriptAccess\" VALUE=\"\">" );
  document.write( "<PARAM NAME=\"Scale\" VALUE=\"ShowAll\">" );
  document.write( "<embed src=\"flash/greate_home.swf\" quality=\"high\" flashvars=\"xml_location=" + xml_location + "\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" menu=\"false\" height=\"363\" width=\"360\" />" );
  document.write( "</OBJECT>" );
}