// alert('xmlPath=/common/menu/flash/xml/menuTree.xml&menu_no='+menu_num+'&pageNum='+page_num+'&pageNum1='+page_num_1);
if (AC_FL_RunContent == 0) {
	alert("This page requires AC_RunActiveContent.js.");
} else {
	AC_FL_RunContent(
		'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
		'width', '964',
		'height', '92',
		'src', 'sub_gnb',
		'quality', 'high',
		'pluginspage', 'https://www.macromedia.com/go/getflashplayer',
		'align', 'middle',
		'play', 'true',
		'loop', 'true',
		'scale', 'showall',
		'wmode', 'transparent',
		'devicefont', 'false',
		'id', 'registry',
		'bgcolor', '#ffffff',
		'name', 'leftMenu',
		'menu', 'true',
		'allowFullScreen', 'false',
		'allowScriptAccess','sameDomain',
		'movie', '/common/menu/flash/sub_gnb',
		'salign', '',
		'flashvars','xmlPath=/common/menu/flash/xml/menuTree.xml'+flash_params
		); //end AC code
}
