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

