/**
 * @author Agencja Interaktywna 8balldesign - http://www.8balldesign.pl
 */


$(document).ready(
	function () {
		// #flashTest1 is the selector
		$('#logo-anim').flash(
			{
				// test.swf is the flash document
				swf: 'themes/zele/intro-zeleV2-1.swf',
				width: 400 ,
				height: 120,
				
				hasVersion: 10,
				params: {
		play: true,
		loop: true,
		quality: 'high',
		scale: 'showall',
		wmode: 'transparent',
		devicefont: false,
		allowFullScreen: false,
		allowScriptAccess:'sameDomain',
	}
			}
		);
		
		 jQuery(document)[0].oncontextmenu = function() {return false;} 
	}
	
	
);



	