<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuwidth	= "150"	  	// 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="picts/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="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');



// START MENU LINKS

// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="javascript:popUpSlideshow(\'screenshots.htm\')">Screen Shots</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="team.htm">The HWM Team</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="press/HWMpress0706.pdf">Latest News</a><br>')

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="contact.htm">Contact Us</a><br>');


document.write('</td></tr></table>');
document.write('</td></tr></table>');


//  End -->
