<!-- Begin MENU

var menuside	= "left"	// MENU SIDE | left, right or center
var menuspaceL	= "6"		// MENU END SPACING LEFT
var menuspaceR	= "6"		// MENU END SPACING RIGHT
var rightlink	= "no"		// SHOW LINK ON RIGHT

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="images/menu-background.jpg" class="menuouter"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspaceL+'">');
document.write('<img src="images/spacer.gif" width="'+menuspaceL+'" height="18"></a><br>');
document.write('</td><td>');
document.write('<a href="index.html" class="menu">Home</a>');
//document.write('</td><td>');
//document.write('<a href="downloads/2009PhotogApp.pdf" class="menu">Application Download</a>');

document.write('</td></tr></table>');


if (rightlink == "yes") {
document.write('</td><td align="right">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('</td><td>');
document.write('<a href="index.html" class="menu">Home</a>');
document.write('</td></tr></table>');
}

document.write('</td><td width="'+menuspaceR+'">');
document.write('<img src="images/spacer.gif" width="'+menuspaceR+'" height="18"></a><br>');
document.write('</td></tr></table>');


//  End -->
