<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" height="31" bgcolor="#3D513D" class="printhide"><tr><td align="left" valign="middle">');
document.write('<TABLE id="menu" cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" width="00" height="10"></a><br>');


// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="ranch_for_sale.htm" class="menu" onMouseover="Sound();SubBBB();" onmouseout="reset_menu()">Information Sale</a>');
document.write('<div id="sub_BBB" class="submenu" onMouseover="SubBBB()" onMouseout="reset_menu()"><table>');
document.write('<tr><td nowrap><a href="#generalinformation" onclick="reset_menu()">Overview</a></td></tr>');
document.write('<tr><td nowrap><a href="#description" onclick="reset_menu()">Description</a></td></tr>');
document.write('<tr><td nowrap><a href="#houseawards" onclick="reset_menu()">House Awards</a></td></tr>');
document.write('<tr><td nowrap><a href="#location" onclick="reset_menu()">Location</a></td></tr>');
document.write('<tr><td nowrap><a href="#services" onclick="reset_menu()">Services</a></td></tr>');
document.write('<tr><td nowrap><a href="#boundries" onclick="reset_menu()">Boundaries</a></td></tr>');
document.write('<tr><td nowrap><a href="#areadata" onclick="reset_menu()">Area Data</a></td></tr>');
document.write('<tr><td nowrap><a href="#recreation" onclick="reset_menu()">Recreation</a></td></tr>');
document.write('<tr><td nowrap><a href="#history" onclick="reset_menu()">History</a></td></tr>');
document.write('</table></div>');

document.write('</td><td nowrap>');
document.write('<a href="ranch_for_sale2.htm" class="menu" onMouseover="Sound()">Maps Property</a>');

document.write('</td><td nowrap>');
document.write('<a href="ranch_for_sale3.htm" class="menu" onMouseover="Sound()">Photos Property</a>');




// END LINK BUTTONS //


document.write('</td><td>');
document.write('<img src="picts/spacer.gif" width="10" height="10"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


var stripecolor	 	= "000000"	// STRIPE UNDER THE menu



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td bgcolor="#'+stripecolor+'" colspan="2">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT="1" WIDTH="15" border="0"><BR>');
document.write('</td></tr></table>');

//document.getElementById('sub_BBB').style.top = "77px";
//document.getElementById('sub_BBB').style.left = "60px";

//  End -->

function SubBBB()
{
	reset_menu();
	document.getElementById('sub_BBB').style.visibility = "visible";
}



	
function reset_menu()
{
		document.getElementById('sub_BBB').style.visibility = "hidden";
		
}