// jsFlash.js

function show_flashbanner(){
	document.write ('<object type="application/x-shockwave-flash" data="/flash/index.swf" width="392" height="294">')
	document.write ('<param name="movie" value="/flash/index.swf"/>')
	document.write ('<param name="wmode" value="transparent"/>')
	document.write ('<img src="flash/images/index_001.jpg" alt="" />')
	document.write ('</object>')	
}

function show_flashside(page){
	document.write ('<object type="application/x-shockwave-flash" data="/flash/'+page+'.swf" width="358" height="358">')
	document.write ('<param name="movie" value="/flash/'+page+'.swf"/>')
	document.write ('<param name="wmode" value="transparent"/>')
	document.write ('<img src="flash/images/'+page+'_001.jpg" alt="" />')
	document.write ('</object>')	
}
