// JavaScript Document

// This is the side menu for HOLY CROSS HOSPICE

document.write("<table cols='1' cellspacing='1' cellpadding='3' width='150'>");

document.write("<tr>");
document.write("<td align='center'></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td align='center' bgcolor='#666666'><font size='2' face='arial' color='White'><strong>MENU</strong></font></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='index.html'> HOME</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='home_based_care.html'> HOME BASED CARE</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='day_care_centre.html'> DAY CARE CENTER</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='traditional_healing.html'> TRADITIONAL HEALING</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='income_generating_projects.html'> INCOME GENERATING PROJECTS</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='voluntary_counselling_and_testing.html'> VOLUNTARY COUNSELLING</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='family_planning.html'> NATURAL FAMILY PLANNING PROGRAMME</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='child_headed.html'> CHILD HEADED HOUSE HOLDS</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='instruction_centre.html'> INSTRUCTION CENTRE</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='youth_programme.html'> YOUTH PROGRAMME</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#E2E2E2'><font size='1' face='arial' color='#FFFFFF'><a href='care_of_caregivers.html'> CARE OF CAREGIVERS</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#FFCFCF'><font size='1' face='arial' color='#FFCFCF'><a href='contact_us.html'> CONTACT US</font></a></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td bgcolor='#FFCFCF'><font size='1' face='arial' color='#FFCFCF'><a href='news_releases.html'> NEWS RELEASES</font></a></td>");
document.write("</tr>");

document.write("</table>");


