function pptWindow(imgURL, imgLnk, imgTxt, flaWidth, flaHeight, txtHeight)
{
  imgLnk = escape(imgLnk);
  var swfHeight = flaHeight + txtHeight;

  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ flaWidth +'" height="'+ swfHeight +'">');
  document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="script/ads/ppt.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');
  document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
  document.write('<param name="FlashVars" value="pics='+imgURL+'&links='+imgLnk+'&texts='+imgTxt+'&borderwidth='+flaWidth+'&borderheight='+flaHeight+'&textheight='+txtHeight+'">');
  document.write('<embed src="script/ads/ppt.swf" wmode="opaque" FlashVars="pics='+imgURL+'&links='+imgLnk+'&texts='+imgTxt+'&borderwidth='+flaWidth+'&borderheight='+flaHeight+'&textheight='+txtHeight+'" menu="false" bgcolor="#F0F0F0" quality="high" width="'+ flaWidth +'" height="'+ flaHeight +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');  document.write('</object>');
}