function pressMaker(val) {
	var result;
	if(val=='3') { result = 3; }
	else if(val=='4') { result = 4; }
	else if(val=='5') { result = 2 }
	else {
		result = val - 1;
	}
	return result;
}

document.writeln("<div id=\"topMenu\">");
document.writeln("	<div style=\"float:left\"><a href=\"\"><img src=\"images/MainMenu_logo.gif\" alt=\"½ú½­Ç×ÃÜ°®ÈË»éÉ´ÉãÓ°\" style=\"margin-left:13px;margin-top:11px;margin-right:0px;\"></a></div>");
document.writeln("	<div style=\"float:left\">");
flashout("flash/sub_navi.swf?prevPress=" + pressMaker(no1) + "&pressBt=" + (no2 - 1),'815','185');
document.writeln("</div>");
document.writeln("	<div style=\"clear:both;\"></div>");
document.writeln("</div>");