


function Flame(num) {

var target= '';

if(num == "1"){
	target= ' target="_top"';
}





menu = '';
menu += '<table border="0" cellspacing="0" cellpadding="0" width="100%">';
menu += '<tr>';
menu += '<td><a href="../index.html" target="_top"><img src="../img/logo_s.gif" hspace="5" border="0"></a></td>';
menu += '<td><img src="../img/space.gif" width="100" height="5"></td>';
menu += '<td valign="top"><img src="../img/menu_bar.gif" width="2"></td>';
menu += '<td valign="bottom" width="70"><a href="javascript:openWindw1();" class="gray10">会社案内</a></td>';
menu += '<td valign="top"><img src="../img/menu_bar.gif" width="2"></td>';
menu += '<td valign="bottom" width="130"><a href="../catalog/index.html" class="gray10" target="_blank">カタログダウンロード</a></td>';
menu += '<td valign="top"><img src="../img/menu_bar.gif" width="2"></td>';
menu += '<td valign="bottom" width="70"><a href="javascript:openWindw2();" class="gray10">店舗情報</a></td>';
menu += '<td valign="top"><img src="../img/menu_bar.gif" width="2"></td>';
menu += '<td valign="bottom" width="130"><a href="javascript:openWindw3();" class="gray10">健康長生きワンワン会</a></td>';
menu += '<td valign="top"><img src="../img/menu_bar.gif" width="2"></td>';
menu += '<td valign="bottom" width="70"><a href="javascript:openWindw4();" class="gray10">Link & Link</a></td>';
menu += '<td valign="top"><img src="../img/menu_bar.gif" width="2"></td>';
menu += '<td valign="bottom" width="70"><a href="../access/index.html" class="gray10" target="_blank">お問い合せ</a></td>';
menu += '</tr>';
menu += '</table>';


}