function printFlash(w, h, swf, noflashimg, ssl) {
	ssl = (!ssl)?"http":"https";
	if ((document.implementation && document.implementation.createDocument)||(window.ActiveXObject)){
		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="'+w+'" height="'+h+'" codebase="'+ssl+'://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0"><param name="MOVIE" value="'+swf+'" /><param name="PLAY" value="true" /><param name="LOOP" value="true" /><param name="WMODE" value="transparent" /><param name="QUALITY" value="high" /><embed src="'+swf+'" width="'+w+'" height="'+h+'" play="true" loop="true" wmode="transparent" quality="high" pluginspage="'+ssl+'://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>');		
	}else {
		document.write('<div style="background:url('+noflashimg+') 0 0 no-repeat;width:'+w+'px;height:'+h+'px"></div>');
	}
}
