
function write_gmxColors()
{
document.write('');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="175">');
document.write('<tr>');
document.write('<td bgcolor="#194E6F" height="20px" width="21px">&nbsp;</td>');
document.write('<td bgcolor="#316687" height="20px" width="21px">&nbsp;</td>');
document.write('<td bgcolor="#437696" height="20px" width="21px">&nbsp;</td>');
document.write('<td bgcolor="#5C8EAD" height="20px" width="21px">&nbsp;</td>');
document.write('<td bgcolor="#729CB7" height="20px" width="21px">&nbsp;</td>');
document.write('<td bgcolor="#84A4B8" height="20px" width="21px">&nbsp;</td>');
document.write('<td bgcolor="#93AAB8" height="20px" width="21px">&nbsp;</td>');
document.write('<td bgcolor="#A8B2B8" height="20px" width="21px">&nbsp;</td>');
document.write('</tr>');
document.write('</table>');
}