/**
 * @author kchanto
 */
$(document).ready(function(){
	$('#FlashBut').flash(
	
    	{ src: '/img/flash/en.swf',
			width: 314,
    		height: 79,
			wmode: 'transparent'
		 }, 
    	{ expressInstall: true }
	);
})