function prod(tokka) {
switch(tokka) {
      case 0:
          str = ""
          break;
      case 1:
          str = '<BR><BR><FONT COLOR="#0000ff" SIZE="-1">★★★★★★★★★★★★★★★★★★★★★★★</FONT><BR>インターネット特価<B><FONT COLOR="#ff0000">　ご相談ください</FONT></B>';
          break;
      case 2:
          str = '<BR><BR><FONT COLOR="#0000ff" SIZE="-1">★★★★★★★★★★★★★★★★★★★★★★★</FONT><BR><B><FONT COLOR="#ff0000">＜在庫限り＞</FONT></B>';
          break;
      default:
          str=""
      }

document.write('<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">');
document.write('<TR><TD WIDTH="100%" BGCOLOR="#ccffff">');
document.write('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="8" WIDTH="100%" HEIGHT="1">');
document.write('<TR><TD WIDTH="40%" BGCOLOR="#ffffff" ALIGN="CENTER">');
document.write('<IMG SRC="../osusume/zeas2/image/ecozeas80.jpg" WIDTH="207" HEIGHT="148" ALIGN="BOTTOM" BORDER="0">')
document.write('</TD><TD WIDTH="60%">');
document.write('<P><FONT SIZE="-1"><IMG SRC="../osusume/image/m_osusumep.gif" WIDTH="73" HEIGHT="20" ALIGN="BOTTOM"><BR>');
document.write('<FONT SIZE="-1">●15年間使用したエアコンに比べ消費電力を最大80%削減する<FONT COLOR="#ff0000" SIZE="-1">「超省エネエアコン」</font><BR>');
document.write('<FONT SIZE="-1">●<FONT COLOR="#ff0000" SIZE="-1">業界トップのAPF</font>で、いち早く2015年省エネ基準値をクリア</font><BR>');
document.write('<FONT SIZE="-1">●<FONT COLOR="#ff0000" SIZE="-1">人に風を当てない</font>「センシングフローカセット」でワンランク上の快適空調を提供</font><br>');
document.write('<FONT SIZE="-1">●<FONT COLOR="#ff0000" SIZE="-1">フィルター自動清掃機能付</font>もラインアップ<BR>');
document.write('<FONT SIZE="-1">●内装そのままでエアコンだけの<FONT COLOR="#ff0000" SIZE="-1">スピード更新</font>が可能<BR>');
document.write('<FONT SIZE="-1">●</font><FONT COLOR="#ff0000" SIZE="-1">コンパクトな室外機</font><FONT SIZE="-1">だから搬入や設置が容易</font><BR>');
document.write('<FONT SIZE="-1">●</font><FONT COLOR="#ff0000" SIZE="-1">修理費無料の安心保証リース</FONT>でエアコン設置も可能<br>');


if (tokka) document.write(str);
document.write('</P><P><A HREF="http://www.daikinaircon.com/catalog/skyair/" TARGET="_blank">');
document.write('<IMG SRC="../osusume/image/btn_detail.gif" BORDER="0" WIDTH="53" HEIGHT="20" ALIGN="BOTTOM"></A> ')
document.write('<A HREF="estimate_form.cfm" TARGET="_self">');
document.write('<IMG SRC="../osusume/image/btn_mitumori.gif" BORDER="0" WIDTH="71" HEIGHT="20" ALIGN="BOTTOM"></A>')
document.write('</TD></TR></TABLE>');
document.write('</TD></TR></TABLE>');
}