function ADshowFlash(SwfSource, fWidth, fHeight){
if(navigator.appName.indexOf("Microsoft")!=-1)
	{
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+fWidth+"' height='"+fHeight+"' id=OBJECT1>");
	document.write("<param name=movie value='"+SwfSource+"'>");
	document.write("<param name='quality' value='high'>");
	document.write("<param name='wmode' value='transparent'>");
	document.write("<param name='allowScriptAccess' value='always'>");
	document.write("<embed src='"+SwfSource+"' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='"+fWidth+"' height='"+fHeight+"' name='OBJECT1' allowScriptAccess='always' swLiveConnect=true></embed></object>");
	}
	else
	{
    document.write("<embed src='"+SwfSource+"' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='"+fWidth+"' height='"+fHeight+"' name='OBJECT1' allowScriptAccess='always' swLiveConnect=true wmode='transparent' menu='false' scale='noscale' salign='LT'></embed>");
	}
}
/*
function showFlash(SwfSource, BannerTag, fWidth, fHeight){
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+fWidth+"' height='"+fHeight+"' id=OBJECT2>");
	document.write("<param name=movie value='"+SwfSource+"'>");
	document.write("<param name='quality' value='high'>");
	document.write("<param name='allowScriptAccess' value='always'>");
	document.write("<embed src='"+SwfSource+"' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='"+fWidth+"' height='"+fHeight+"' name='OBJECT2' allowScriptAccess='always' swLiveConnect=true></embed></object><img src='/global/?"+BannerTag+"' border=0 width=0 height=0>");
}
*/