<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var showlinks		= "no"		// SHOW GALLERY LINKS
var movedown		= "2"		// SIDEBAR SPACE FROM TOP
var sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "150"		// ADD EXTRA HEIGHT TO ALL PAGES WITH A SIDEBAR


<!--document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="'+sidewidth+'"><br>');-->


<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="sidebarcontact"><span class="phonetitle">');

document.write('The Rock Garden<br>Colorado\'s Stonehenge');

document.write('</span><br>');

document.write('167 Spaulding Lane<br>');

document.write('Fort Collins, CO 80524<br>');

document.write('TOLL FREE: <span class="phonetitle">(877) 472-1115<br></span>');

document.write('PHONE: <span class="phonetitle">(970) 472-1115<br></span>');

document.write('FAX: &nbsp;&nbsp;<span class="phonetitle">(970) 482-0149<br></span>');

document.write('<br><A HREF="mailto:info@therockgardensite.com" class="sidelink">info@therockgardensite.com</a><br>');

document.write('<br><A HREF="http://maps.google.com/maps?oi=map&q=167+Spaulding+Lane,+Fort+Collins,+CO+80524"target="_blank"class="sidelink">Map to The Rock Garden</a>')
document.write('</span><br><br>');


document.write('<div class="sidebar-hours borders">');

document.write('<strong>HOURS:</strong><br>');
document.write('MON - SAT: 8am. - 5pm<br>');
document.write('SUN: 10am - 3pm<em> on a fair-weather seasonal basis</em></div>');



//  End -->



// 1ST NOTES AREA

   if (showarea_1 == "no") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">The Rock Garden:</span></legend>');

document.write('You may purchase Specialty Rock Art and Custom Stone furniture can be purchased by phone or email. We accept Visa and MasterCard and will set up delivery for you. You may select your Specialty Rock Art or Custom Stone Furniture in person or we will be happy to email you photos and dimensions of specific pieces. ');

document.write('<a href="specialty-rock-art.htm" class="sidelink">specialty Rock Art</a>');

document.write('</fieldset>');

document.write('<br>');
}

// END FIRST NOTES AREA







// GALLERY LINKS


   if (showlinks == "yes") {
document.write('<span class="linkfont">');

document.write('<a href="gallery1.htm" class="sidelink">Gallery One</a><br>');
document.write('<a href="gallery2.htm" class="sidelink">Gallery Two</a><br>');
document.write('<a href="gallery3.htm" class="sidelink">Gallery Three</a><br>');
document.write('<a href="gallery4.htm" class="sidelink">Gallery Four</a><br>');
document.write('<a href="javascript:popUpSlideshow(\'slideshow.htm\')" class="sidelink">Slide Show</a><br>');

document.write('</span>');
}








// IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<br><TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="borders">');
document.write('<IMG SRC="picts/sidebar.jpg" border="0"><br>');
document.write('</td></tr></table><br>');
}






// 2ND NOTES AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Contact Us:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text or switch this off. ');

document.write('<a href="about.htm" class="sidelink">Click for more...</a>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END SECOND NOTES AREA





document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="130"><br>');



//  End -->