/**
 * menu.js
 * AJ Gray
 * 2006.01.20
 * Contains the menu for redesetgrow.com
 */
out( '<table border="0" cellspacing="0" cellpadding="0">' );
out( '	<tr>' );
out( '		<td><a href="./index.html" onMouseOver="replaceImage( \'menu_home\', \'menu_home_hover.gif\' )" onMouseOut="replaceImage( \'menu_home\', \'menu_home.gif\' )"><img name="menu_home" src="./images/menu/menu_home.gif" title="Click to go to main page" alt="Click to go to main page" width="42" height="88" border="0" /></a></td>' );
out( '	</tr>' );
out( '	<tr>' );
out( '		<td><a href="./about.html" onMouseOver="replaceImage( \'menu_about\', \'menu_about_hover.gif\' )" onMouseOut="replaceImage( \'menu_about\', \'menu_about.gif\' )"><img name="menu_about" src="./images/menu/menu_about.gif" title="Click to view information about Red-e Set Grow" alt="Click to view information about Red-e Set Grow" width="42" height="65" border="0" /></a></td>' );
out( '	</tr>' );
out( '	<tr>' );
out( '		<td><a href="./products.html" onMouseOver="replaceImage( \'menu_products\', \'menu_products_hover.gif\' )" onMouseOut="replaceImage( \'menu_products\', \'menu_products.gif\' )"><img name="menu_products" src="./images/menu/menu_products.gif" title="Click to take a look at our products" alt="Click to take a look at our products" width="42" height="89" border="0" /></a></td>' );
out( '	</tr>' );
out( '	<tr>' );
out( '		<td><a href="./help.html" onMouseOver="replaceImage( \'menu_help\', \'menu_help_hover.gif\' )" onMouseOut="replaceImage( \'menu_help\', \'menu_help.gif\' )"><img name="menu_help" src="./images/menu/menu_help.gif" title="Click to go to our support section" alt="Click to go to our support section" width="42" height="66" border="0" /></a></td>' );
out( '	</tr>' );
out( '	<tr>' );
out( '		<td><a href="./contact.html" onMouseOver="replaceImage( \'menu_contact\', \'menu_contact_hover.gif\' )" onMouseOut="replaceImage( \'menu_contact\', \'menu_contact.gif\' )"><img name="menu_contact" src="./images/menu/menu_contact.gif" title="Click to view our contact options" alt="Click to view our contact options" width="42" height="86" border="0" /></a></td>' );
out( '	</tr>' );
out( '	<tr>' );
out( '		<td class="borderright"><img src="./images/common/border_tile_right.gif" width="42" height="20" /></td>' );
out( '	</tr>' );
out( '</table>' );