menuArray = new Array();
menuLink = new Array();
menuTitle = new Array();
groupCount = 1;
i = 0;

group = "";
webroot = "http://www.sawyersrapids.com/";
//webroot = "file://d:/sawyersrapids/";
temp="";

document.write('<title>' + ttitle + '</title>');

document.write('<link href="css/style.css" rel="stylesheet">');

/********************************************************************************

	Home
	Resort Accommodations
	Reservations & Directions
	Fishing
	Store
	Special Offers
	Local Activities
	Links

********************************************************************************/

menuArray[0] = "Home";

menuLink[0] = webroot + "";

menuTitle[0] = "Home";

switch (sidemenu) {
	case "SR" :
		menu = "SR";
		break;
}


/********************************************************************************
Browser Check
********************************************************************************/
//Default browsercheck, added to all scripts!
function checkBrowser(){
	this.ver=navigator.appVersion
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
	return this
}
bw=new checkBrowser()

/*******************************************************************************

********************************************************************************/
	
document.write('</head>');

document.write('<body bgcolor="#ffffff" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>');

document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.write('  <tr>');
document.write('    <td align=left width="200" bgcolor="#000080"><img src="images/amshad.jpg"');
document.write('    alt="">&nbsp;&nbsp;</td>');
document.write('    <td bgcolor="#000080" valign="top" height="122" width="800"><img src="images/title.jpg"');
document.write('    alt="" border="0"></td>');
document.write('  </tr>');
document.write('</table>');



/*******************************************************************************
				CONTENT TABLE
********************************************************************************/
document.write('<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align=left>');
document.write('	<tr>');
document.write('		<td class="viewBar" colspan=5 valign=top>');
document.write('<table width="150" class="Viewbar" border="0">');
document.write('	<tr>');
document.write('		<td colspan=2>&nbsp;');
document.write('		</td>');
document.write('	</tr>');
document.write('</table>');

switch (menu) {
//Home Page Nav Here
	case "SR" :
		document.write('<table width="150" class="Viewbar">');
		document.write('	<tr>');
		document.write('		<td colspan=2>');
		document.write('			<a href="' + webroot + 'default.asp" class="viewOff">Home</a>');
		document.write('		</td>');
		document.write('	</tr>');
		document.write('</table>');
		document.write('<table width="150" class="Viewbar">');
		document.write('	<tr>');
		document.write('		<td colspan=2>');
		document.write('			<a href="' + webroot + 'accommodations.htm" class="viewoff">Resort Accommodations</a>');
		document.write('		</td>');
		document.write('	</tr>');
		document.write('</table>');
		document.write('<table width="150" class="Viewbar">');
		document.write('	<tr>');
		document.write('		<td colspan=2>');
		document.write('			<a href="' + webroot + 'resndir.htm" class="viewoff">Reservations/Directions</a>');
		document.write('		</td>');
		document.write('	</tr>');
		document.write('</table>');
		document.write('<table width="150" class="Viewbar">');
		document.write('	<tr>');
		document.write('		<td colspan=2>');
		document.write('			<a href="' + webroot + 'fishing.htm" class="viewoff">Fishing</a>');
		document.write('		</td>');
		document.write('	</tr>');
		document.write('</table>');
		document.write('<table width="150" class="Viewbar">');
		document.write('	<tr>');
		document.write('		<td colspan=2>');
		document.write('			<a href="' + webroot + 'store.htm" class="viewoff">Store</a>');
		document.write('		</td>');
		document.write('	</tr>');
		document.write('</table>');
		document.write('<table width="150" class="Viewbar">');
		document.write('	<tr>');
		document.write('		<td colspan=2>');
		document.write('			<a href="' + webroot + 'offers.htm" class="viewoff">Special Offers</a>');
		document.write('		</td>');
		document.write('	</tr>');
		document.write('</table>');
		document.write('<table width="150" class="Viewbar">');
		document.write('	<tr>');
		document.write('		<td colspan=2>');
		document.write('			<a href="' + webroot + 'activities.htm" class="viewoff">Local Activities</a>');
		document.write('		</td>');
		document.write('	</tr>');
		document.write('</table>');
		document.write('<table width="150" class="Viewbar">');
		document.write('	<tr>');
		document.write('		<td colspan=2>');
		document.write('			<a href="' + webroot + 'links.htm" class="viewoff">Links</a>');
		document.write('		</td>');
		document.write('	</tr>');
		document.write('</table>');
		break;
		
}

document.write('		<td width="1" class="viewBlank" colspan=1 valign=top><img src=images/curve2.gif>&nbsp;</td>');
document.write('		<td width="94%">');

		

