<!-- Begin

// NOTE: To edit menus code edit the coolstyle.css

var menuwidth	="120"	  // OVERALL MENU WIDTH
var botmline	="19"	  // HEIGHT OF VERT LINE OVER MENU

document.write('<table cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="images/spacer.gif" height="10" width="10"><br />');
document.write('</td><td valign="top" align="left">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="images/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br />');



// START MENU LINKS

document.write('</td></tr><tr><td>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->