if (strPage=='site administration')
	document.write('<table width="778" cellpadding="0" cellspacing="0" border="0">');
else
	document.write('<table width="648" cellpadding="0" cellspacing="0" border="0">');
document.write('<tr height="1">');
document.write('<td><img height="1" width="1"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="right" width="3"><img src="/images/left.gif" width="3" height="40" alt=""></td>');
if(strPage=='home')
	{
	document.write('<td class=navigate width="120" align="center" bgcolor="#cc0000">');
	document.write('Home');
	document.write('</td>');
	}
else
	{
	document.write('<td width="120" align="center" bgcolor="#cc0000">');
	document.write('<a class=navigate href="/home.asp">Home</a>');
	document.write('</td>');
	}
document.write('<td width="10"><img src="/images/between.gif" width="10" height="40" alt=""></td>');
if(strPage=='sitenetwork')
	{
	document.write('<td class=navigate width="120" align="center" bgcolor="#cc0000">');
	document.write('Join the Network');
	document.write('</td>');
	}
else
	{
	document.write('<td width="120" align="center" bgcolor="#cc0000">');
	document.write('<a class=navigate href="/sitenetwork/sitenetwork.asp">Join the Network</a>');
	document.write('</td>');
	}
document.write('<td width="10"><img src="/images/between.gif" width="10" height="40" alt=""></td>');
if (strPage=='members')
	{
	document.write('<td class=navigate width="120" align="center" bgcolor="#cc0000">');
	document.write('Member Area');
	document.write('</td>');
	}
else
	{
	document.write('<td width="120" align="center" bgcolor="#cc0000">');
	document.write('<a class=navigate href="/members/members.asp">Member Area</a>');
	document.write('</td>');
	}
document.write('<td width="10"><img src="/images/between.gif" width="10" height="40" alt=""></td>');
if (strPage=='about')
	{
	document.write('<td class="navigate" width="120" align="center" bgcolor="#cc0000">');
	document.write('About The Sugarcats Network');
	document.write('</td>');
	}
else
	{
	document.write('<td width="120" align="center" bgcolor="#cc0000">');
	document.write('<a class=navigate href="/about/about.asp">About The Sugarcats Network</a>');
	document.write('</td>');
	}
document.write('<td width="10"><img src="/images/between.gif" width="10" height="40" alt=""></td>');
if (strPage=='advertise')
	{
	document.write('<td class="navigate" width="120" align="center" bgcolor="#cc0000">');
	document.write('Advertise with Us');
	document.write('</td>');
	}
else
	{
	document.write('<td width="120" align="center" bgcolor="#cc0000">');
	document.write('<a class=navigate href="/advertise/advertise.asp">Advertise with Us</a>');
	document.write('</td>');
	}
if (strPage=='site administration')
	{
	document.write('<td width="10"><img src="/images/between.gif" width="10" height="40" alt=""></td>');
	document.write('<td class="navigate" width="120" align="center" bgcolor="#cc0000">');
	document.write('Site Administration');
	document.write('</td>');
	}
document.write('<td align="left" width="5"><img src="/images/right.gif" width="3" height="40" alt=""></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table width="100%" height="5" cellpadding="0" cellspacing="0" border="0" bgcolor="#cc0000">');
document.write('<tr>');
document.write('<td><img height="5" width="1"></td>');
document.write('</tr>');
document.write('</table>');