function writeProductTable (title, imagepath){document.write('<table width="160" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="../images/shim.gif" width="1" height="1"> ');document.write('<IMG SRC="generatePic.php?mypath=');document.write(imagepath);document.write('_t');document.write('.jpg');document.write('&x=150&y=150"> ');document.write('</td></tr><tr><td height="16"><table width="156" border="0" cellspacing="0" cellpadding="2">');document.write('<tr><td class="bodyNormal" width="17" align="right">&nbsp;</td><td class="bodyNormal" colspan="3"><b class="bodyNormalMedium">');document.write(title);document.write('</b></td> </tr> </table></td> </tr> <tr valign="top"> <td><table width="147" border="0" cellspacing="0" cellpadding="2">');document.write('<tr> <td class="bodyNormal" width="17" align="right">&nbsp;</td> <td class="bodyNormal" width="57">LOW RES:</td>');document.write('<td class="bodyNormal" colspan="2" width="61">');document.write('<a href="generateLow.php?mypath=');document.write(imagepath);document.write('.jpg');document.write('&title=');document.write(title);document.write('" target="_blank" class="navLinkBlue">');document.write('JPEG</a></td> </tr> <tr> <td class="bodyNormal" width="17" align="right">&nbsp;</td>');document.write('<td class="bodyNormal" width="57">MED RES:</td> <td class="bodyNormal" colspan="2" width="61"> ');document.write('<a href="generateMed.php?mypath=');document.write(imagepath);document.write('.jpg');document.write('&title=');document.write(title);document.write('" target="_blank" class="navLinkBlue">JPEG');document.write('</a></td> </tr> <tr> <td class="bodyNormal" width="17" align="right">&nbsp;</td>');document.write('<td class="bodyNormal" width="57">&nbsp;</td> <td class="bodyNormal" colspan="2" width="61">&nbsp;</td>');document.write('</tr> </table> <img src="../images/shim.gif" width="10" height="10"></td> </tr> </table> ');}                                                                                                                                                                                                                                                                                                                                                                  