
function aboutUsClick(i)
{
	if (i == 1) {
		var text = '<p class="style1">the home was originally built in 1917 as a farmhouse on apple orchards owned by the greogorie family. prior to that the land was part of the old spanish land grants that were sold off in san francisco during the 1890\'s to mostly immigrant european families with agriculture roots. this property and the much larger land grant was know as el molino rancho.</p> <p class="style1">&nbsp;</p> <p class="style1">the guest house is open for a variety of uses, although it is primarily for the friends and family of suzanne and phillip knowlton.</p> <p class="style1">&nbsp;</p> <p class="style1">come and visit and enjoy the solar heated lap pool, bocce ball and horseshoe courts as well as the extensive plant conservation gardens and tree walk around the entire farm property.</p> <p class="style1">&nbsp;</p> <p id="aboutUsLink" align="left" class="style1"><a onmouseover="over(this)" onclick="aboutUsClick(2)"><u>read more...</u></a></p><p></p>';  
	    var image = 'img/TheKnowltons.jpg';
	    	  
	} else if (i == 2) {
		var text = '<p class="style1">casa compostela guest house is also used for two additional activities:<br /><br /><img src="../index_img/button.jpg" width="10" height="10" /> exchange guest house:</p><p class="style1"> the home is used as a trade or an exchange house for anyone  with a comparable home in other parts of the world where the knowltons would like to stay.<br /><br /><img src="../index_img/button.jpg" alt="" width="10" height="10" /> foundation for natural agriculture and  wildlife:</p><p class="style1">the home is part of the small sonoma county non profit foundation which is restricted to the main activity of offering a two week residence and financial award for selected individuals.   applicants come from colleges, and special interest groups from organizations around the world.<br /><br />casa compostela is open year round</p><br /><p id="aboutUsLink" align="left" class="style1"><a onmouseover="over(this)" onclick="aboutUsClick(1)"><u>back...</u></a></p></p></p>';
	      
	    var image = 'img/PhillipSuzanne.jpg'
	}
	
	document.getElementById('aboutUsText').innerHTML = text;
	document.getElementById('aboutUsPic').src = image;

}

function over(obj) {
	obj.style.cursor = "pointer";
}

