//
//	This script writes out the ActiveX control for the Flash Player to avoid the issues
//	with Microsoft's patch no. 912945 (http://support.microsoft.com/?kbid=912945)
//
function Top_Banner(bannerid) {
 	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60">\n');
  document.write('<param name=movie value="../uploads/banner-images/'+bannerid+'.swf">\n');
  document.write('<param name=quality value=high>\n');
  document.write('<embed src="../uploads/banner-images/'+bannerid+'.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60">\n');
  document.write('</embed>\n');
  document.write('</object>\n');
}

function Side_Banner(bannerid) {
 	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="180" height="144">\n');
  document.write('<param name=movie value="../uploads/banner-images/'+bannerid+'.swf">\n');
  document.write('<param name=quality value=high>\n');
  document.write('<embed src="../uploads/banner-images/'+bannerid+'.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="180" height="144">\n');
  document.write('</embed>\n');
  document.write('</object>\n');
}

function Taxis_Banner(bannerid) {
 	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="180" height="74">\n');
  document.write('<param name=movie value="../uploads/banner-images/'+bannerid+'.swf">\n');
  document.write('<param name=quality value=high>\n');
  document.write('<embed src="../uploads/banner-images/'+bannerid+'.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="180" height="74">\n');
  document.write('</embed>\n');
  document.write('</object>\n');
}
//
// Script end.
//
