<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menu_side	="left"	// MENU LEFT, RIGHT OR CENTER



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="1006px" HEIGHT="21px" background="/images/MenuBackground.gif" bgcolor="#FFFFFF" class="printhide"><tr><td align="'+menu_side+'" class="menu_outline">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
//document.write('<img src="/images/MenuSpacer.gif" width="11" height="21">');


// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="/index.html" class="menu">Who?</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');


document.write('</td><td nowrap>');
document.write('<a href="/Publications.html" class="menu">Publications</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');


document.write('</td><td nowrap>');
document.write('<a href="/Gallery.html" class="menu">Gallery</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
//document.write('<img src="/images/MenuSpacer.gif" width="11" height="21"></a><br>');


document.write('</td><td nowrap>');
document.write('<a href="/Contact.html" class="menu">Contact</a>');



// END LINK BUTTONS //


//document.write('</td><td background="/images/MenuBackground.gif">');
//document.write('<img src="/images/MenuSpacer.gif" width="10" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
