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