<!-- Begin

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


var menuside		= "left"	// MENU SIDE | left, right or center
var menuspace		= "7"		// MENU END SPACING
var dropselect		= "yes"		// SHOW MENU DROP SELECT
var showmenu		= "yes"		// SHOW OTHER MENU BUTTONS


document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="navbackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
   if (showmenu == "yes") {



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td>');
document.write('<a href="gallery1.htm" class="menu-nav">Meet our Kids</a>');


document.write('</td><td>');
document.write('<a href="gallery2.htm" class="menu-nav">Aid Expedition Photos</a>');


document.write('</td><td>');
document.write('<a href="gallery3.htm" class="menu-nav">Art Contest Photos</a>');


document.write('</td><td>');
document.write('<a href="videos.htm" class="menu-nav">Videos</a>');


document.write('</td><td>');
document.write('<a href="http://catalystvietnam.smugmug.com/" class="menu-nav"target="_blank">More Photos</a>');


document.write('</td><td>');
document.write('<a href="resources.htm" class="menu-nav">Resources</a>');



document.write('</select></form>');
}
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');

//  End -->