function Disp_cate(){
	for(i=0;i<=num;i++){	
		document.write('<tr>');
		document.write('<td colspan="3"><img name="menu_1" src="busho/img/menu_1.gif" width="170" height="2" border="0" alt=""></td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td width="7" background="busho/img/menu_2.gif"><img name="menu_2" src="busho/img/menu_2.gif" width="7" height="18" border="0" alt=""></td>');
		document.write('<td width="9" valign="top" bgcolor="#AFFF38"><img src="busho/img/ya.gif" alt="–îˆó" width="9" height="12"></td>');
		document.write('<td width="154" background="busho/img/menu_3.gif" class="menu_green"><a href="'+link[i]+'&ind=1">'+xtitle[i]+'</a></td>');
		document.write('</tr>');		document.write('<tr>');
		document.write('<td colspan="3"><img name="menu_4" src="busho/img/menu_4.gif" width="170" height="2" border="0" alt=""></td>');
		document.write('</tr>');
	
	}
}




