function load_flash(name,width,height,id)
{
    document.write('<embed src='+name+' quality="high" bgcolor="#000000" width="'+width+'" id="'+id+'"  wmode="transparent"');
    document.write('height="'+height+'" name="'+name+'" align="middle" allowScriptAccess="sameDomain"');
    document.write('type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
}