$(document).ready(function(){
	$('#pnlTool').flash({
		src: 'http://www.trivexlearning.com/shell.swf',
		width: 800,
		height: 500,
		wmode: 'transparent'
	}, {expressInstall: true});
});