
var url = document.URL;
if(url.indexOf("about")!=-1)
	document.write('<a href="/crec/about/"><img src="/crec/images/n_about_r.gif" height="29" width="150" vspace="0" hspace="0" border="0" alt="About Us" name="about"></a');
else
	document.write('<a href="/crec/about/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'about\',\'\',\'/crec/images/n_about_r.gif\',1)"><img src="/crec/images/n_about.gif" height="29" width="150" vspace="0" hspace="0" border="0" alt="About Us" name="about"></a');

if(url.indexOf("calendar")!=-1)
	document.write('><br><a href="/crec/calendar/"><img src="/crec/images/n_calendar_r.gif" height="25" width="150" vspace="0" hspace="0" border="0" alt="Calendar" name="calendar"></a');
else
	document.write('><br><a href="/crec/calendar/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'calendar\',\'\',\'/crec/images/n_calendar_r.gif\',1)"><img src="/crec/images/n_calendar.gif" height="25" width="150" vspace="0" hspace="0" border="0" alt="Calendar" name="calendar"></a');

if(url.indexOf("facilities")!=-1)
	document.write('><br><a href="/crec/facilities/"><img src="/crec/images/n_facilities_r.gif" height="26" width="150" vspace="0" hspace="0" border="0" alt="Facilities" name="facilities"></a');
else
	document.write('><br><a href="/crec/facilities/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'facilities\',\'\',\'/crec/images/n_facilities_r.gif\',1)"><img src="/crec/images/n_facilities.gif" height="26" width="150" vspace="0" hspace="0" border="0" alt="Facilities" name="facilities"></a');

if(url.indexOf("programs")!=-1)
	document.write('><br><a href="/crec/programs/"><img src="/crec/images/n_programs_r.gif" height="22" width="150" vspace="0" hspace="0" border="0" alt="Programs / Sports Clubs" name="programs"></a');
else
	document.write('><br><a href="/crec/programs/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'programs\',\'\',\'/crec/images/n_programs_r.gif\',1)"><img src="/crec/images/n_programs.gif" height="22" width="150" vspace="0" hspace="0" border="0" alt="Programs / Sports Clubs" name="programs"></a');

if(url.indexOf("faq")!=-1)
	document.write('><br><a href="/crec/faq/"><img src="/crec/images/n_faq_r.gif" height="24" width="150" vspace="0" hspace="0" border="0" alt="FAQ" name="faq"></a');
else
	document.write('><br><a href="/crec/faq/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'faq\',\'\',\'/crec/images/n_faq_r.gif\',1)"><img src="/crec/images/n_faq.gif" height="24" width="150" vspace="0" hspace="0" border="0" alt="FAQ" name="faq"></a');
if(url.indexOf("contact")!=-1)
	document.write('><br><a href="/crec/contact/"><img src="/crec/images/n_contact_r.gif" height="21" width="150" vspace="0" hspace="0" border="0" alt="Contact us" name="contact"></a><br>');
else
	document.write('><br><a href="/crec/contact/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact\',\'\',\'/crec/images/n_contact_r.gif\',1)"><img src="/crec/images/n_contact.gif" height="21" width="150" vspace="0" hspace="0" border="0" alt="Contact us" name="contact"></a><br>');
