// jsEffects.js

function showFlash(obj){
	document.write ('<object type="application/x-shockwave-flash" data="/flash/'+obj+'.swf" width="484" height="160">')
	document.write ('<param name="movie" value="/flash/'+obj+'.swf"/>')
	document.write ('<param name="wmode" value="transparent"/>')
	document.write ('<img src="/flash/images/1.jpg" alt="" />')
	document.write ('</object>')	
}