<!--
picon = new Array();
for (n=1; n<8; n++) {
picon[n] = new Image();
picon[n+10] = new Image();
}
picon[1].src = "image/koinu1.gif";
picon[11].src = "image/koinu.gif";
picon[2].src = "image/nagere1.gif";
picon[12].src = "image/nagere.gif";
picon[3].src = "image/yoyaku1.gif";
picon[13].src = "image/yoyaku.gif";
picon[4].src = "image/goods1.gif";
picon[14].src = "image/goods.gif";
picon[5].src = "image/food1.gif";
picon[15].src = "image/food.gif";
picon[6].src = "../image/shousai1.gif";
picon[16].src = "../image/shousai.gif";
picon[7].src = "image/toha1.gif";
picon[17].src = "image/toha.gif";
function pmsg(num,onoff) { 
  if (num == 1) document.PG11.src = picon[num+10*onoff].src;
  if (num == 2) document.PG12.src = picon[num+10*onoff].src;
  if (num == 3) document.PG13.src = picon[num+10*onoff].src;
  if (num == 4) document.PG14.src = picon[num+10*onoff].src;
  if (num == 5) document.PG15.src = picon[num+10*onoff].src;
  if (num == 6) document.PG16.src = picon[num+10*onoff].src;
  if (num == 7) document.PG17.src = picon[num+10*onoff].src;
}
//-->

