function change_location(i){window.location = pages[i];}function popWin(popUrl) 		{		var xPos = (screen.width - 650)/2		var yPos = ((screen.height - 512)/2) - 20var tyee = window.open(popUrl,'tyee',"toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=yes,width=650,height=512,left="+xPos+",top="+yPos+"");		tyee.focus();		}function ssWin(ssURL,ssWinName,ssWidth,ssHeight,ssypos,ssxpos) {	if (ssxpos == "middle") {		var ssxpos = (screen.width - 650)/2		}	else var ssxpos = ssxpos	if (ssypos == "middle") {		var ssypos = ((screen.height - 512)/2) - 20		}	else var ssypos = ssyposvar ssWinName = window.open(ssURL,ssWinName,"toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=yes,width=650,height=512,left="+xPos+",top="+yPos+"");	ssWinName.focus();}function popWin2(popUrl){	var xPos = (screen.width - 650)/2	var yPos = ((screen.height - 512)/2) - 20        newWin2=window.open(popUrl,'','height=512,width=650,left='+ xPos +', top='+ yPos);        newWin2.document.write('<html><head><title>Tyee Beach House Camano Island Wa 425-869-1920</title>'+	'<link href="../site/screen.css" rel="stylesheet" media="screen">'+        '</head><body bgcolor="white"><center >'+  	'<p><img src='+	 popUrl+	'></p>'+        '<p class="bodytext"><a href="javascript:self.close()">close</a></p>'+        '</body></html>');	newWin2.document.close();}





function changeSrc(url) 
{
document.getElementById("bigpic").src=url;
}











