﻿// Displays flash without the "CLICK HERE TO ACTIVATE" and without gray border

function PackagesFlash(banner)
{
   document.write('<object width="360px" height="100px" data="../flash/' + banner + '.swf" type="application/x-shockwave-flash">\n');
   document.write('<param name="movie" value="../flash/' + banner + '.swf" />\n');
   document.write('<param name="wmode" value="opaque"/>\n');
   document.write('</object>\n');
}