function FlashCode(file,w,h)
{
document.write('<object type="application/x-shockwave-flash" data="'+file+'" width="'+w+'" height="'+h+'" wmode="transparent">\n');
document.write('<param name="movie" value="'+file+'" />\n');
document.write('<param name="wmode" value="transparent">\n');
document.write('</object>\n');
}

