function writeFlash() {

	var whichPage = "default";

	var width = '680';

	var height = '296';

	var src = '/enterprise/flash/enterpriseCatalog';



	// assemble flash obj

if (AC_FL_RunContent == 0) {

		alert("This page requires AC_RunActiveContent.js.");

	} else {

		AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width',width,'height',height,'src',src,'quality','high','wmode','transparent','flashVars','whichPage='+whichPage,'pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie',src );

}



	var l1 = '<noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'">';



	var l2 = '<param name="movie" value="'+src+'.swf" />';



	var l3 = '<param name="quality" value="high" /><param name="wmode" value="transparent" />';



	var l4 = '<param name="allowScriptAccess" value="sameDomain" />';



	var l5 = '<param name="allowFullScreen" value="false" />';



	var l7 = '<param name="flashVars" value="whichPage='+whichPage+'">'



	var l8 = '<param name="salign" value="lt" />';



	var l9 = '<embed src="'+src+'.swf" flashVars="whichPage='+whichPage+'" quality="high" wmode="transparent" scale="noscale" salign="lt" bgcolor="#ffffff" width='+ width + ' height=' + height + ' name="master2" align="left" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';



	var l20 = '</object></noscript>';







	// write all lines



	document.write(l1+l2+l3+l4+l5+l7+l8+l9+l20);



}
