<!-- Begin

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



var menu_side	="left"	// MENU LEFT, RIGHT OR CENTER
var menuspace	= "5"		// MENU END SPACING



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="printhide"><tr><td align="'+menu_side+'" class="menutable">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="firstborder">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');


// START LINKS //


document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="what_a_th.html" class="menu">What They Are</a>');


document.write('</td><td nowrap>');
document.write('<a href="category.html" class="menu">Categories</a>');


document.write('</td><td nowrap>');
document.write('<a href="nominees.html" class="menu">Nominees</a>');

document.write('</td><td nowrap>');
document.write('<a href="winners.html" class="menu">Winners</a>');

document.write('</td><td nowrap>');
document.write('<a href="awards_celebration_event.html" class="menu">Awards Celebration Event</a>');


document.write('</td><td nowrap>');
document.write('<a href="sponsors.html" class="menu">Sponsors</a>');

document.write('</td><td nowrap>');
document.write('<a href="host_and_selection_committees.html" class="menu">Host and Selection Committees</a>');


// document.write('</td><td nowrap>'); document.write('<a href="deadlines.html" class="menu">Deadlines</a>'); //

// document.write('</td><td nowrap>'); document.write('<a href="nominate.html" class="menu">Nominate</a>'); //


// END LINK BUTTONS //


document.write('</td><td background="picts/menu.gif">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->