// This is the spacer between the menu items and the contents of the page on the right.
document.write('<td width="20">&nbsp;<!--this puts space between the menu and the rest of the page--></td>');
// Start the rest of the page.
//var aCurrentPath;
//aCurrentPath = document.location;
// Make it a string so we can use the search method.
//aCurrentPath = aCurrentPath.toString();
// the search method returns a -1 if no match was found.
//if(aCurrentPath.search("mountsainthelen") == -1)
//    document.write('<td valign="top" style="background: url(./pics/backgrounds/bg_grey.gif)">');
//else
    document.write('<td valign="top">');
	

