function plate(){

if (color == 0){
document.write('');
}

if (color > 0){
	document.write('<table width="720" cellpadding="0" cellspacing="0" border="0">');
	document.write('<tr>');
	document.write('<td width="1" bgcolor="#999999"><img src="/shared/img/s.gif" width="1" height="1" alt="" border="0"></td>');
	document.write('<td width="718" bgcolor="#999999"><img src="/shared/img/s.gif" width="1" height="1" alt="" border="0"></td>');
	document.write('<td width="1" bgcolor="#999999"><img src="/shared/img/s.gif" width="1" height="1" alt="" border="0"></td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td width="1" bgcolor="#999999"><img src="/shared/img/s.gif" width="1" height="1" alt="" border="0"></td>');
	document.write('<td width="718">');

	document.write('<table width="718" cellpadding="0" cellspacing="0" border="0">');
	document.write('<tr>');
	document.write('<td><div class="mg5lr">');

	if (color == 1){
		document.write('<img src="/shared/img/top/information_blue.gif" width="155" height="25" alt="日東工器からのお知らせ" border="0">');

	}
	if (color == 2){
		document.write('<img src="/shared/img/top/information_red.gif" width="155" height="25" alt="日東工器からのお知らせ" border="0">');
	}

	document.write('</div></td></tr>');
	document.write('<tr><td><div class="mg5lr"><span class="t12">');
	document.write(reloadMsg);
	document.write('</span></div></td>');
	document.write('</tr>');
	document.write('</table>');

	document.write('</td>');
	document.write('<td width="1" bgcolor="#999999"><img src="/shared/img/s.gif" width="1" height="1" alt="" border="0"></td>');
	document.write('</tr>');

	document.write('<tr>');
	document.write('<td width="1" bgcolor="#999999"><img src="/shared/img/s.gif" width="1" height="1" alt="" border="0"></td>');
	document.write('<td width="718" bgcolor="#999999"><img src="/shared/img/s.gif" width="1" height="1" alt="" border="0"></td>');
	document.write('<td width="1" bgcolor="#999999"><img src="/shared/img/s.gif" width="1" height="1" alt="" border="0"></td>');
	document.write('</tr>');

	document.write('</table>');
	document.write('<div><img src="/shared/img/s.gif" width="720" height="5" alt="" border="0"></div>');
	}
}