window.addEvent('domready', function(){
var MyMenu = new ImageMenu($$('#Menu a'),{
		openWidth:520, 
		border:2
		});
});
