// JavaScript Document
// Bottom of primary page template

	txtBlock = '';

	txtBlock += '</div>';
	txtBlock += '   </td>';

	txtBlock += '   <td style="background:url(imgs/ui/body_R_marg.gif) repeat-y;"></td>';
	txtBlock += '   <td><img src="imgs/ui/spacer.gif" width="1" height="22" border="0" alt="" /></td>';
	txtBlock += '  </tr>';
	txtBlock += '  <tr>';
	txtBlock += '   <td><img name="shade_L_4" src="imgs/ui/shade_L_4.gif" width="35" height="47" border="0" id="shade_L_4" alt="" /></td>';
	txtBlock += '   <td><img name="foot_L_marg" src="imgs/ui/foot_L_marg.gif" width="15" height="47" border="0" id="foot_L_marg" alt="" /></td>';
	txtBlock += '   <td colspan="4"><img name="footer" src="imgs/ui/footer.gif" width="772" height="47" border="0" id="footer" alt="" /></td>';
	txtBlock += '   <td><img name="foot_R_marg" src="imgs/ui/foot_R_marg.gif" width="50" height="47" border="0" id="foot_R_marg" alt="" /></td>';
	txtBlock += '   <td><img src="imgs/ui/spacer.gif" width="1" height="47" border="0" alt="" /></td>';
	txtBlock += '  </tr>';
	txtBlock += '</table>';
	txtBlock += '<map name="m_masthead" id="m_masthead">';
	txtBlock += '<area shape="rect" coords="21,16,274,110" href="/" alt="Home" />';
//	txtBlock += '<area shape="rect" coords="286,92,380,108" href="gallery.htm" alt="Fused Glass Art and Gifts" />';
	txtBlock += '<area shape="rect" coords="286,75,381,91" href="products.htm" alt="Fused Glass Kilns and Supplies" />';
	txtBlock += '<area shape="rect" coords="286,59,381,74" href="classes.htm"  alt="Fused Glass Classes, Workshops and Instruction" />';
	txtBlock += '</map>';

	document.write(txtBlock);
	txtBlock = '';

