var menuFlash = new SWFLoader( {
	'src'             : u.getCommonDirPath()+'flash/contents.swf',
	'id'              : 'menuSwf',
	'width'           : '925',
	'height'          : '593',
	'requiredVersion' : '8',
	'targetId'        : 'binranMenuFlash',
	'altBlock'        : 'binranMenuFlashAlt',
	'noCache'         : true
});

menuFlash.so.addParam('wmode', 'transparent');



$(function() {
		$('#contentsLink').binranAlpha();
});
function contentsClose(){
			$('#binranMenuFlash').hide();
			$('#binranOverlay').fadeOut(function() { $('#binranOverlay').hide(); });
			$('embed, object, select').css({ 'visibility' : 'visible' });
}
