function bh(icon)
{
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" dir="rtl">');
document.write('  <tr>');
document.write('    <td>');
document.write('		<table width="100%" border="0" cellspacing="0" cellpadding="0" dir="rtl">');
document.write('		  <tr>');
if (icon != "")
document.write('			<td><img src="'+ icon +'" /></td>');
else
document.write('			<td><img src="box/12.jpg" /></td>');
document.write('			<td width="100%" style="background:url(box/bg5.jpg); background-repeat:repeat-x" valign="middle">');
}
			
function bc(icon)
{			
document.write('			</td>');
if (icon != "")
document.write('			<td><img src="'+ icon +'" /></td>');
else
document.write('			<td><img src="box/12.jpg" /></td>');
document.write('		  </tr>');
document.write('		</table>');
document.write('	</td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td>');
document.write('		<table width="100%" border="0" cellspacing="0" cellpadding="10">');
document.write('		  <tr>');
document.write('			<td>');
}
			
function bf()
{
document.write('			</td>');
document.write('		  </tr>');
document.write('		</table>');
document.write('	</td>');
document.write('  </tr>');
document.write('</table>');
}
