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