window.addEvent('domready',function(){
	if(!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)){
		new Swiff('gfx/menu.swf',{
			width: 1024,
			height: 175,
			container: $('menu')
		});
	}
});

