function writeFlash(path, w, h)
{
  var fCode = '<object type="application/x-shockwave-flash" data="'+path+'" width="'+w+'" height="'+h+'">'+
                        '<param name="movie" value="'+path+'">'+
                        '<param name="wmode" value="transparent">'+
                        '<div id="headerflash"><a href="/default.asp" title="Leggett eCoupled Home" style="display:block; width:200px; height:80px;"></a></div>'+
                    '</object>';
  document.write(fCode);
}

function writeHome(path, w, h)
{
  var fCode = '<object type="application/x-shockwave-flash" data="'+path+'" width="'+w+'" height="'+h+'">'+
                        '<param name="movie" value="'+path+'">'+
                        '<param name="wmode" value="transparent">'+
                        '<div><img src="/images/home/flash-fill.jpg" width="466" height="133" alt=""></div>'+
                    '</object>';
  document.write(fCode);
}