loadVideoMP = function(href){
	thisMovie('multiplayerflash').loadVideo(href);	
}
loadGalleryMP = function(href){
	thisMovie('multiplayerflash').loadGallery(href);	
	
}

mute=function(){
	thisMovie('menuflash').mute();
}
unmute=function(){
	thisMovie('menuflash').unmute();
}
