if(!$('flag-fr-FR').hasClass('flag-open'))
{
	$('flag-fr-FR').addEvents({
		'mouseenter': function(){
			this.morph({'width': '200px', 'margin-left': '-106px'});
		},
		mouseleave: function(){
			this.morph({'width': '16px', 'margin-left': '0'});
		}
	});
}

if(!$('flag-fr-INT').hasClass('flag-open'))
{
	$('flag-fr-INT').addEvents({
		'mouseenter': function(){
			this.morph({'width': '200px', 'margin-left': '-70px'});
		},
		mouseleave: function(){
			this.morph({'width': '16px', 'margin-left': '0'});
		}
	});
}

if(!$('flag-en').hasClass('flag-open'))
{
	$('flag-en').addEvents({
		'mouseenter': function(){
			this.morph({'width': '200px', 'margin-left': '-87px'});
		},
		mouseleave: function(){
			this.morph({'width': '16px', 'margin-left': '0'});
		}
	});
}

if(!$('flag-es').hasClass('flag-open'))
{
	$('flag-es').addEvents({
		'mouseenter': function(){
			this.morph({'width': '200px', 'margin-left': '-109px'});
		},
		mouseleave: function(){
			this.morph({'width': '16px', 'margin-left': '0'});
		}
	});
}

if(!$('flag-cn').hasClass('flag-open'))
{
	$('flag-cn').addEvents({
		'mouseenter': function(){
			this.morph({'width': '200px', 'margin-left': '-39px'});
		},
		mouseleave: function(){
			this.morph({'width': '16px', 'margin-left': '0'});
		}
	});
}
