function openwindow(wname,w,h){
	leftpos = (screen.width) ? (screen.width-w)/2 :0;
	toppos = (screen.height) ? (screen.height-h)/2 :0;
	settings = 'height='+h+',width='+w+', top='+toppos+',left='+leftpos+',scrollbars=yes, resizable'
	win=window.open(wname,"new",settings);
	if(win.window.focus){win.window.focus();}
}

function writemenu() {
	document.write("<div class='pagelinks'>");
	document.write("<table width='800' border='0' align='center' cellpadding='0' cellspacing='0'><tr bgcolor='002cff'>");
    document.write(" <td width='10'>");
	document.write("<img src='spacer.gif'>");
	document.write("</td>");
	
	document.write(" <td>");
	document.write("<a href='counseling.html'>Counseling</a>");
	document.write("</td>");
	
	document.write(" <td>");
	document.write("<a href='companion.html'>Personal Companion</a>");
	document.write("</td>");
	
	document.write(" <td>");
	document.write("<a href='handyman.html'>Handyman Services</a>");
	document.write("</td>");
	
	document.write(" <td>");
	document.write("<a href='safetycheck.html'>Safety Check</a>");
	document.write("</td>");
	
	document.write(" <td>");
	document.write("<a href='care.html'>Care Coordination</a>");
	document.write("</td>");
	
	document.write(" <td>");
	document.write("<a href='http://www.legacies.us' onClick=\"openwindow('http://www.legacies.us', '800', '600');return false;\">Preserve Family History</a>");
	document.write("</td>");
	
	document.write(" <td>");
	document.write("<a href='links.html' )>Request Info</a>");
	document.write("</td>");
	
	document.write(" <td>");
	document.write("<a href='index.html'>Home</a>");
	document.write("</td>");
	
	document.write(" <td width='10'>");
	document.write("<img src='spacer.gif'>");
	document.write("</td>");
	
	document.write("</tr></table></div>");

	
}

function writefooter(){
	
	document.write("<p align='center'><font size='-1'>Assisting Aging Parents @ Senior Recruiters&reg;, Inc.&#8226; 2854 N. Biagio St &#8226; Ozark, Missouri 65721<br>417-581-1780 or fax 417-581-1782</font></p>");
	document.write("<div class='footerlinks'>");
	document.write("<center><font size='-1'>Website designed and maintained by <a href='http://www.alphabytes.ws'>AlphaBytes Web Services</a></font><br><font size='-1'>email address: <a href='mailto:kirtsen@alphabytes.ws'>kirsten@alphabytes.ws</a></font></center></div><br>");
	

}
