function Img (w, h, src, color) {
document.write('<table border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td width="8"  style="background-repeat: repeat;" background="/pic/'+color+'.gif"><img src="/pic/0.gif" alt="" width="8" height="2" border="0"></td>');
document.write('<td width="14"  style="background-repeat: repeat;" background="/pic/red.gif"><img src="/pic/p1_'+color+'.gif" alt="" width="14" height="2" border="0"></td>');
document.write('<td  style="background-repeat: repeat;" background="/pic/red.gif"><img src="/pic/0.gif" alt="" width="1" height="1" border="0"></td>');
document.write('<td width="2"  style="background-repeat: repeat;" background="/pic/red.gif"><img src="/pic/0.gif" alt="" width="2" height="1" border="0"></td>');
document.write('</tr>');

document.write('<tr>');
document.write('<td width="8" valign="top"  style="background-repeat: repeat;" background="/pic/p3_bgr.gif"><img src="/pic/p2_1_'+color+'.gif" alt="" width="8" height="25" border="0"></td>');
document.write('<td colspan="2" align="left" valign="top" width="'+w+'" height="'+h+'" style="background-repeat: no-repeat;" background="'+src+'"><img src="/pic/p2_'+color+'.gif" alt="" width="14" height="25" border="0"></td>');
document.write('<td width="2"  style="background-repeat: repeat;" background="/pic/red.gif"><img src="/pic/0.gif" alt="" width="2" height="1" border="0"></td>');
document.write('</tr>');

document.write('<tr>');
document.write('<td width="8" valign="top"  style="background-repeat: repeat;" background="/pic/p3_bgr.gif"><img src="/pic/p4.gif" alt="" width="8" height="8" border="0"></td>');
document.write('<td width="14"  style="background-repeat: repeat;" background="/pic/p4_1.gif"><img src="/pic/p4_1.gif" alt="" width="14" height="8" border="0"></td>');
document.write('<td  style="background-repeat: repeat;" background="/pic/p4_1.gif" align="right"><img src="/pic/p4_2_'+color+'.gif" alt="" width="19" height="8" border="0"></td>');
document.write('<td width="2"  style="background-repeat: repeat;" background="/pic/'+color+'.gif" valign="top"><img src="/pic/red.gif" alt="" width="2" height="2" border="0"></td>');
document.write('</tr>');
document.write('</table>');
};
