<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS


var pageheight		= "120"		// GLOBAL PAGE HEIGHT
var showimage 		= "yes"	 	// SHOW IMAGE UNDER THE MENU
var paragraph_1 	= "no"		// SHOW TEXT PARAGRAPH
var boxwidth		= "150"		// WIDTH OF THE TEXT BOX



//START MENU AREA


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<a href="http://www.angelsinternational.org.uk/index.html" class="menu">Home</a>');


// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.angelsinternational.org.uk/news/index.php" class="menu">News</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.angelsinternational.org.uk/angels_history.htm" class="menu">Angels History</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.angelsinternational.org.uk/patrons_trustees.htm" class="menu">Trustees & Patrons</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.angelsinternational.org.uk/our_projects.htm" class="menu">Our Current Projects</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.angelsinternational.org.uk/malawi.htm" class="menu">Malawi Facts</a>');

//document.write('</td></tr><tr><td>');
//document.write('<a href="journal1.htm" class="menu">Trustees Journal</a>');

//document.write('</td></tr><tr><td>');
//document.write('<a href="gallery1.htm" class="menu">More Photos</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.angelsinternational.org.uk/contact.htm" class="menu">Contact</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.angelsinternational.org.uk/donate.htm" class="menu">How to Donate</a>');

// END LINKS

document.write('</td></tr></table>');



// MENU IMAGE

   if (showimage == "yes") {
document.write('<a href="http://www.angelsinternational.org.uk/donate.htm"><img src="http://www.angelsinternational.org.uk/picts/paypal_donate.jpg" border="0" class="menuimage"></a><br>');
}




// START MENU SIDEBAR TEXT - EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<br>');

document.write('<TABLE cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');

// START SIDE TEXT TITLE

document.write('Events:<br>');

document.write('</td></tr><tr><td class="sidetext">');

// START NOTE TEXT AREA - EDIT THE NEXT LINE

document.write('This area can be used for some text, notes or events, or you can add links here. Edit the menu.js to change this text area.<br>');

document.write('</td></tr></table>');
}





document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="125" border="0"><br>');




//  End -->