var createFlashPres = function() {
	var flashPresBox = new Swiff('/section4.swf',{
		id: 'indexFlash',
		name: 'indexFlash',
		width: 575,
		height: 330,
		params: {
			wmode: 'transparent',
			bgcolor: '#FFFFFF',
			loop: 'false',
			menu: 'false',
			quality: 'high',
			scale: 'no border',
			allowScriptAccess: 'always',
			allowFullScreen: 'true',
			play: 'true'
		}
	});

	flashPresBox.inject($('flashpres'));

}

window.addEvent('domready', createFlashPres);