<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="170"><br>');
}


// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.caritasmariana.com" class="menu">Start</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.htm" class="menu">News</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="caritas.htm" class="menu">Caritas Mariana</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="kenya.htm" class="menu">Kenya in Need</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="health.htm" class="menu">Health Center</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="kindergarten.htm" class="menu">Kindergarten</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="projects.htm" class="menu">Our Projects</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="involved.htm" class="menu">Get Involved</a>');

// edited by karl 20 Juni 2007
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="infocafe.htm" class="menu">Info Cafés</a>');
// end edit

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gospel.htm" class="menu">Gospel CD</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sponsor.htm" class="menu">Sponsorship</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="voluntaryservices.htm" class="menu">Voluntary services</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="thanksto.htm" class="menu">Thanks to</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');







// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="50"><br>');

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


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><a href="news.php"><img border="0" img src="picts/menu-picture-1.jpg" width="75" height="75" border="0"></a><br><br>');

   if (showimage1 == "yes") {
document.write('<br><br><a href="http://www.raiffeisen.at/eBusiness/rai_template1/1006637000974-NA-NA-NA-1-NA.html"><img border="0" img src="picts/BeraterBank-2c_120.jpg" width="112" height="38" border="0"></a><br><br>');
}

}
   if (showimage2 == "yes") {
document.write('<src="picts/menu-picture-2.jpg" width="75" height="75" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->