function makeFooter()
{
var footer=""
footer+='		<tr>';
footer+='			<td valign="middle" align="center" colspan="3" bgcolor="#FFFFFF"><font face="Arial, Verdana" size="1"><a href="http://www.ishpemingcu.org/welcome/">WELCOME</a> | <a href="http://www.ishpemingcu.org/whatsnew/">WHAT\'S NEW</a> ';
footer+='			| <a href="http://www.ishpemingcu.org/products/index.html">PRODUCTS &amp; SERVICES</a> | <a href="http://www.ishpemingcu.org/hometeller/">HOME TELLER</a> | <a href="http://www.ishpemingcu.org/applications/">APPLICATIONS</a> | <a href="http://www.ishpemingcu.org/calculators/">CALCULATORS</a> | <a href="http://www.ishpemingcu.org/rates/">RATES</a> | <a href="http://www.ishpemingcu.org/links/">LINKS</a></font>';
footer+='			</td>';
footer+='		</tr>';
footer+='		<tr>';
footer+='			<td valign="middle" align="center" colspan="3"><br><br></td>';
footer+='		</tr>';
footer+='</table>';
footer+='</center>';
footer+='</body>';
footer+='</html>';

document.write(footer);
}

/* actual html code for footer here...
		<tr>
			<td valign="middle" align="center" colspan="3" bgcolor="#CCCCCC"><font face="Arial, Verdana" size="1"><a href="http://www.ishpemingcu.org/welcome/">WELCOME</a> | <a href="http://www.ishpemingcu.org/whatsnew/">WHAT'S NEW</a> 
			| <a href="http://www.ishpemingcu.org/products/index.html">PRODUCTS &amp; SERVICES</a> | <a href="http://www.ishpemingcu.org/hometeller/">HOME TELLER</a> | <a href="http://www.ishpemingcu.org/applications/">APPLICATIONS</a> | <a href="http://www.ishpemingcu.org/calculators/">CALCULATORS</a> | <a href="http://www.ishpemingcu.org/rates/">RATES</a> | <a href="http://www.ishpemingcu.org/links/">LINKS</a></font>
			</td>
		</tr>
		<tr>
			<td valign="middle" align="center" colspan="3"><br><br></td>
		</tr>
</table>
</center>
</body>
</html>
actual html code for footer ends here*/ 


function open_apps(nameofapp) 
{
	 	var pWidth = ( ((parseInt(screen.width) / 2)) - 350 )
		var pHeight = (((parseInt(screen.height) / 2)) - 300)
		aWindow = window.open('https://www.ishpemingcu.org/Forms/OnlineForm.cgi?form=' + nameofapp,'application',"toolbar=0,location=0,directories=0,status=0,menubar=0,width=700,height=600,top=" + pHeight + ",left=" + pWidth + ",scrollbars=1,resizable=1,status=1");
} 	