function insertFlash(fileName,flashLink)
{
    document.write('<object data="' + fileName + '" type="application/x-shockwave-flash" width="100%" height="100%">\n');
    document.write('<param name="movie" value="' + fileName + '" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param  name="scale"  value="noscale"  /> \n');
 	document.write('<div class="noFlash"><p>Our site requires the latest flash plugin. Please <a href=Javascript:extPop(' + flashLink + ');">click here</a> to install it for free. Then refresh this page.</p></div>\n');
    document.write('</object>\n');
}
