// JavaScript Document

window.addEvent('domready', function() {	
		var obj = new Swiff('swf/MENU_G.swf', {
			id: 'menugauche',
			width: 380,
			height: 40,
			container: 'menu_gauche',
			params: {
				wmode: 'opaque'
			},
			vars: {
				myVariableString: 'hello'
			}
			
		});
		
		var obj = new Swiff('swf/MENU_D.swf', {
			id: 'menudroite',
			width: 382,
			height: 40,
			container: 'menu_droite',
			params: {
				wmode: 'opaque'
			},
			vars: {
				myVariableString: 'hello'
			}
			
		});
	});
