function displayhomeflash()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="768" height="183">\n');
   document.write('<param name="movie" value="future_tech.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="WMODE" value="Opaque" />\n');
   document.write('<embed src="future_tech.swf" quality="high"  type="application/x-shockwave-flash" width="768" height="183"></embed>\n');
   document.write('</object>\n');
}

function displayhomeflashsub()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="201" height="65">\n');
   document.write('<param name="movie" value="images/avayalogonew.swf"  />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="WMODE" value="Opaque" />\n');
   document.write('<embed src="images/avayalogonew.swf" quality="high"  type="application/x-shockwave-flash" width="201" height="65"></embed>\n');
   document.write('</object>\n');
}

function displaysubflash()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="768" height="111">\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="768" height="111"></embed>\n');
   document.write('</object>\n');
}