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