function header(){
	document.write("<tr>")
	document.write("<td rowspan='2' valign='top'><IMG height='59' src='images/shape1.jpg' width='193'></td>")
	document.write("<td valign='top' align='left' bgcolor='#a4bfd4'><IMG height='30' src='images/shape3.jpg' width='155'></td>")
	document.write("<td valign='top' align='right'><IMG height='30' src='images/logohead.jpg' width='282'></td>")
	document.write("</tr>")
	document.write("<tr>")
	document.write("<td colspan='2'><IMG height='29' src='images/space2.gif' width='1'></td>")
	document.write("</tr>")
}

function footer(){
	document.write("<table border='0' cellpadding='0' cellspacing='0' class='footer'>")
	document.write("<tr>")
	document.write("<td width='10'><img src='images/spacer.gif' width='10' height='1' border='0' alt=''></td>")
	document.write("<td valign='middle'>&raquo;&nbsp;</td>")
	document.write("<td align='left' nowrap valign='middle' class='footer'>email&nbsp;&nbsp;</td>")
	document.write("<td width='100%' nowrap valign='middle' class='footer'><A href='mailto:info@ismgroup.com'>info@ismgroup.com</A></td>")
	document.write("<td nowrap class='footer'><div></i>ISM Group, Inc.</div></td>")
	document.write("<td width='10'><img src='images/spacer.gif' width='10' height='1' border='0' alt=''></td>")
	document.write("</tr>")
	document.write("<tr>")
	document.write("<td width='10'><img src='images/spacer.gif' width='10' height='1' border='0' alt=''></td>")
	document.write("<td valign='middle'>&raquo;&nbsp;</td>")
	document.write("<td align='left' nowrap class='footer'>main&nbsp;&nbsp;</td>")
	document.write("<td width='100%' nowrap class='footer'>503.390.7868</td>")
	document.write("<td nowrap class='footer'>PO Box 7079</td>")
	document.write("<td width='10'>&nbsp;</td>")
	document.write("</tr>")
	document.write("<tr>")
	document.write("<td width='10'><img src='images/spacer.gif' width='10' height='1' border='0' alt=''></td>")
	document.write("<td valign='middle'>&raquo;&nbsp;</td>")
	document.write("<td align='left' nowrap class='footer'>fax&nbsp;&nbsp;</td>")
	document.write("<td width='100%' nowrap class='footer'>503.463.8905</td>")
	document.write("<td nowrap class='footer'>Salem, OR 97303</td>")
	document.write("<td width='10'>&nbsp;</td>")
	document.write("</tr>")
	document.write("<tr>")
	document.write("<td width='10'><img src='images/spacer.gif' width='10' height='1' border='0' alt=''></td>")
	document.write("<td></td>")
	document.write("<td align='right' nowrap class='footer'></td>")
	document.write("<td width='100%' nowrap class='footer'></td>")
	document.write("<td nowrap class='footer'><a href='http://www.mapquest.com/cgi-bin/ia_find?link=btwn%2Ftwn-map_results&random=565&event=find_search&SNVData=&address=410+Larry+Ave+N&city=Keizer&State=OR&Zip=97303&Find+Map.x=0&Find+Map.y=0' target='_blank'><b>Map to office</b></a></td>")
	document.write("<td width='10'>&nbsp;</td>")
	document.write("</tr></table>")
}

function contact(){
	document.write("<h5>ISM Group, Inc.</h5>")
	document.write("<p>PO Box 7079<br>")
	document.write("Salem, OR 97303<br>")
	document.write("<br>")
	document.write("main 503.390.7868<br>")
	document.write("fax 503.463.8905<br>")
	document.write("<br>")
	document.write("email: <A href='mailto:info@ismgroup.com'>info@ismgroup.com</A><br>")
	document.write("</p>")
}