<!--한글
function go_menu(main)
{
	var goUrl = '';
	if (main == 1){ goUrl ='/web/bbs/sub01.html?ngrp=001000000';
	}else if (main == 2){ goUrl ='/web/bbs/sub01.html?ngrp=002000000';
	}else if (main == 3){ goUrl ='/web/bbs/sub01.html?ngrp=003000000';
	}else if (main == 4){ goUrl ='/web/bbs/sub01.html?ngrp=004000000';
	}else if (main == 5){ goUrl ='/web/bbs/sub01.html?ngrp=005000000';
	}else if (main == 6){ goUrl ='/web/bbs/sub01.html?ngrp=006000000';
	}else if (main == 7){ goUrl ='/web/bbs/sub01.html?ngrp=007000000';
	}else if (main == 8){ goUrl ='/web/bbs/sub01.html?ngrp=008000000';
	}else if (main == 9){ goUrl ='/web/bbs/buyers.html'; }
	if(goUrl) document.location.href = goUrl;
}
//-->
