function loadSideNav()
{
	var x = 0;
	var arrPages = new Array("instr_curriculum_private.htm","index.html","instr_curriculum_carte.htm","facility.htm","instr_curriculum_program.htm","professionals.htm","instr_curriculum.htm","memberships.htm","instr_curriculum_schools.htm","golf_kinetics.htm","instr_curriculum_women.htm","golf_sales.htm","instr_curriculum_group.htm","corp.htm","instr_curriculum_elite.htm","news.htm","instr_curriculum_junior.htm","links.htm","faqs.htm","directions.htm","contact.htm","gallery.htm","newsletter.htm");
	var arrImgs = new Array("curriculum","home","curriculum","facility","curriculum","professionals","curriculum","fall","curriculum","golfkinetics","curriculum","golfsales","curriculum","tips","curriculum","news","curriculum","links","faqs","directions","contact","gallery","newsletter");
	var strCurPage = ""+location;

	document.writeln('<br>');
	document.writeln('<table width="170" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('<tr>');
	document.writeln('<td><a href="index.html"><img src="buttons/home.gif" name="home" width="170" height="22" border="0" id="home" onmouseover="MM_swapImage(\'home\',\'\',\'buttons/home_on.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('<td><a href="facility.htm"><img src="buttons/facility.gif" name="facility" width="170" height="22" border="0" id="facility" onmouseover="MM_swapImage(\'facility\',\'\',\'buttons/facility_on.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('<td><a href="professionals.htm"><img src="buttons/professionals.gif" name="professionals" width="170" height="22" border="0" id="professionals" onmouseover="MM_swapImage(\'professionals\',\'\',\'buttons/professionals_on.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	
	
	document.writeln('<tr>');
	document.writeln('<td><a href="corp.htm"><img src="buttons/tips.gif" name="tips" width="170" height="22" border="0" id="tips" onmouseover="MM_swapImage(\'tips\',\'\',\'buttons/tips_on.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	
	document.writeln('<tr>');
	document.writeln('<td><a href="http://theclubatbondhead.com/theclub.html"><img src="buttons/theclub.gif" name="theclub" width="170" height="22" border="0" id="theclub" onmouseover="MM_swapImage(\'theclub\',\'\',\'buttons/theclub_on.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>');
	document.writeln('</tr>');
	document.writeln('</table>');

	for(x=0;x<arrPages.length;x++)
	{
		if(strCurPage.indexOf(arrPages[x]) > 1)
		{
			strCurImg = ""+arrImgs[x];
			document.images[arrImgs[x]].src = "buttons/"+arrImgs[x]+"_on.gif";
			break;
		}
	}
}

loadSideNav();
