function GeneralGraphicMenu(path) 
{
	content = '<table border="0" cellspacing="0" cellpadding="0">';
	content += '<tr valign="top"><td>';

	content += '<a href="' + path + 'index.html"><IMG SRC="' + path + 'images/home.gif" border="0"></a>';
	content += '<a href="' + path + 'findus.html"><IMG SRC="' + path + 'images/contactus.gif" border="0"></a>';
	content += '<a href="' + path + 'competitions.html"><IMG SRC="' + path + 'images/competitions.gif" border="0"></a>';
	content += '<a href="' + path + 'gallery.html"><IMG SRC="' + path + 'images/gallery.gif" border="0"></a>';
	content += '<a href="' + path + 'links.html"><IMG SRC="' + path + 'images/links.gif" border="0"></a>';
	content += '<a href="' + path + 'events.html"><IMG SRC="' + path + 'images/events.gif" border="0"></a>';
	content += '<a href="' + path + 'members.html"><IMG SRC="' + path + 'images/members.gif" border="0"></a>';
	content += '</td></tr>';
	content += '</table>';
	document.write(content);
}

function MainGraphicMenu() 
{
	GeneralGraphicMenu('')
}

function MainGraphicMenuCal() 
{
	GeneralGraphicMenu('http://www.hhcc.ca/')
}

function GalleryGraphicMenu() 
{
	GeneralGraphicMenu('../')
}

function EventGraphicMenu() 
{
	GeneralGraphicMenu('../')
}

function MemberGraphicMenu() 
{
	content = '<a href="member-startpage.html"><img src="images/membermenu/home.gif" border="0"></a><br><br>';
	content += '<a href="newsletters.html"><img src="images/membermenu/newsletters.gif" border="0"></a><br><br>';
	content += '<a href="bylaws.html"><img src="images/membermenu/bylaws.gif" border="0"></a><br><br>';
	content += '<a href="orientation.html"><img src="images/membermenu/orientation.gif" border="0"></a><br><br>';
	content += '<a href="member-competitions.html"><img src="images/membermenu/competitions.gif" border="0"></a><br><br>';
	content += '<a href="financials.html"><img src="images/membermenu/financials.gif" border="0"></a><br><br>';
	content += '<a href="resources.html"><img src="images/membermenu/resources.gif" border="0"></a><br><br>';
	document.write(content);
}

function MemberGraphicMenuCal() 
{
	content = '';
	content += '<font face="Arial, Helvetica, sans-serif"><font size="2"><font color="green"><b>';
	content += '<a href="http://www.hhcc.ca/member-startpage.html">Home</a> | ';
	content += '<a href="http://www.hhcc.ca/newsletters.html">Newsletters</a> | ';
	content += '<a href="http://www.hhcc.ca/bylaws.html">Bylaws</a> | ';
	content += '<a href="http://www.hhcc.ca/orientation.html">Orientation</a> | ';
	content += '<a href="http://www.hhcc.ca/member-competitions.html">Competitions</a> | ';
	content += '<a href="http://www.hhcc.ca/financials.html">Financials</a> | ';
	content += '<a href="http://www.hhcc.ca/resources.html">Resources</a> | ';
	content += '<a href="http://www.hhcc.ca/helios/events/index.php">Event Calendar</a>';
	content += '</b></font>';
	document.write(content);
}

function MemberMenuTabs()
{
	content = '';
	content += '<table width="100%" border="0" cellpadding="6">';
	content += '<tr><td width="85%" valign="top">';
	content += '<div id="ddtabs4" class="ddcolortabs" align="center">';
	content += '<ul>';
	content += '<li><a href="member-startpage.html" rel="ct1"><span>Home</span></a></li>';
	content += '<li><a href="newsletters.html" rel="ct2"><span>Newsletters</span></a></li>';
	content += '<li><a href="bylaws.html" rel="ct3"><span>Bylaws</span></a></li>';
	content += '<li><a href="orientation.html" rel="ct4"><span>Orientation</span></a></li>';
	content += '<li><a href="member-competitions.html" rel="ct5"><span>Competitions</span></a></li>';
	content += '<li><a href="financials.html" rel="ct6"><span>Financials</span></a></li>';
	content += '<li><a href="resources.html" rel="ct7"><span>Resources</span></a></li>';
	content += '<li><a href="helios/events/index.php" rel="ct8"><span>Event Calendar</span></a></li>';
	content += '</ul>';
	content += '</div>';
	content += '<div class="ddcolortabsline">&nbsp;</div>';
	content += '<DIV class="tabcontainer">';
	content += '<div id="ct1" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">Return to the members-only <a href="member-startpage.html">home page</a>.</div>';
	content += '<div id="ct2" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">Read the current and historical <a href="newsletters.html">newsletters</a>.</div>';
	content += '<div id="ct3" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">These are the club <a href="bylaws.html">bylaws</a>.</div>';
	content += '<div id="ct4" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">Start <a href="orientation.html">here</a> if you are new to the club.</div>';
	content += '<div id="ct5" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">Read about our member-only <a href="member-competitions.html">competitions</a>.</div>';
	content += '<div id="ct6" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">All sorts of <a href="financials.html">financial</a> stuff.</div>';
	content += '<div id="ct7" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">This page has <a href="resources.html">resources</a> available to you.</div>';
	content += '<div id="ct8" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">Look here for any upcoming <a href="helios/events/index.php">event</a>.</div>';
	content += '</DIV>';
	content += '</td></tr>';
	content += '</table>';
	document.write(content);
}

function MemberMenuTabsCal()
{
	content = '';
	content += '<table width="85%" border="0" cellpadding="6">';
	content += '<tr><td width="85%" valign="top">';
	content += '<div id="ddtabs4" class="ddcolortabs">';
	content += '<ul>';
	content += '<li><a href="http://www.hhcc.ca/member-startpage.html" rel="ct1"><span>Home</span></a></li>';
	content += '<li><a href="http://www.hhcc.ca/newsletters.html" rel="ct2"><span>Newsletters</span></a></li>';
	content += '<li><a href="http://www.hhcc.ca/bylaws.html" rel="ct3"><span>Bylaws</span></a></li>';
	content += '<li><a href="http://www.hhcc.ca/orientation.html" rel="ct4"><span>Orientation</span></a></li>';
	content += '<li><a href="http://www.hhcc.ca/member-competitions.html" rel="ct5"><span>Competitions</span></a></li>';
	content += '<li><a href="http://www.hhcc.ca/financials.html" rel="ct6"><span>Financials</span></a></li>';
	content += '<li><a href="http://www.hhcc.ca/resources.html" rel="ct7"><span>Resources</span></a></li>';
	content += '<li><a href="http://www.hhcc.ca/helios/events/index.php" rel="ct8"><span>Event Calendar</span></a></li>';
	content += '</ul>';
	content += '</div>';
	content += '<div class="ddcolortabsline">&nbsp;</div>';
	content += '<DIV class="tabcontainer">';
	content += '<div id="ct1" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">Return to the members-only <a href="http://www.hhcc.ca/member-startpage.html">home page</a>.</div>';
	content += '<div id="ct2" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">Read the current and historical <a href="http://www.hhcc.ca/newsletters.html">newsletters</a>.</div>';
	content += '<div id="ct3" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">These are the club <a href="http://www.hhcc.ca/bylaws.html">bylaws</a>.</div>';
	content += '<div id="ct4" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">Start <a href="http://www.hhcc.ca/orientation.html">here</a> if you are new to the club.</div>';
	content += '<div id="ct5" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">Read about our member-only <a href="http://www.hhcc.ca/member-competitions.html">competitions</a>.</div>';
	content += '<div id="ct6" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">All sorts of <a href="http://www.hhcc.ca/financials.html">financial</a> stuff.</div>';
	content += '<div id="ct7" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">This page has <a href="http://www.hhcc.ca/resources.html">resources</a> available to you.</div>';
	content += '<div id="ct8" class="tabcontent"><font face="Arial, Helvetica, sans-serif"><font size="2">Look here for any upcoming <a href="http://www.hhcc.ca/helios/events/index.php">event</a>.</div>';
	content += '</DIV>';
	content += '</td></tr>';
	content += '</table>';
	document.write(content);
}