<!--Hide from old browsers



function fivesteps()   {
      window.open('five_steps.html', 'Five_Steps', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=450,height=410');
	}
	
	
function famousQuote()   {
      window.open('http://www.gailmillerdesigns.com/quote.shtml', 'Quote', 'scrollbars=no,toolbar=no,location=no,top=0,left=0,width=450,height=200');
	}
	

function seeDiagram()   {
      window.open('diagram.html', 'Diagram', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=450,height=450');
	}


function deerSign()   {
      window.open('deer_ridge.html', 'Sign', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=450,height=450');
	}



//End Hiding-->