function displayhomeflash()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="768" height="202">\n');
   document.write('<param name="movie" value="images/alYouFlash.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="WMODE" value="Opaque" />\n');
   document.write('<embed src="images/alYouFlash.swf" quality="high"  type="application/x-shockwave-flash" width="768" height="202"></embed>\n');
   document.write('</object>\n');
}

function displaysubflash()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="751" height="139">\n');
   document.write('<param name="movie" value="images/subpage.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="WMODE" value="Opaque" />\n');
   document.write('<embed src="images/subpage.swf" quality="high"  type="application/x-shockwave-flash" width="751" height="139"></embed>\n');
   document.write('</object>\n');
}