function displayflash()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="160" height="120" class="flashborder">\n');
   document.write('<param name="movie" value="VideosAndPhotosImage/flashphotoweek.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="WMODE" value="Opaque" />\n');
   document.write('<embed src="VideosAndPhotosImage/flashphotoweek.swf" quality="high"  type="application/x-shockwave-flash" width="160" height="120"></embed>\n');
   document.write('</object>\n');
}

function menuflash()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="502" height="31">\n');
   document.write('<param name="movie" value="VideosAndPhotosImage/menubar.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="WMODE" value="Opaque" />\n');
   document.write('<embed src="VideosAndPhotosImage/menubar.swf" quality="high"  type="application/x-shockwave-flash" width="502" height="31"></embed>\n');
   document.write('</object>\n');
}