function affBndMn(idMn,img){
	document.getElementById('bnd-gc-swf').style.display = "none";
	document.getElementById('bnd-gc-' + idMn).style.display = "block";
	document.getElementById('bnd-mn').style.backgroundImage = "url(" + img + ")";
}

function effBndMn(idMn,img){
	document.getElementById('bnd-gc-swf').style.display = "block";
	document.getElementById('bnd-gc-' + idMn).style.display = "none";
	document.getElementById('bnd-mn').style.backgroundImage = "url(" + img + ")";
}
