<!-- 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		= "yes"		// 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>');



// 1ST NOTES AREA

   if (showarea_1 == "yes") {

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

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

document.write('Request Information, Price, Availability... Contact us about commissioning works, purchasing, class information & scheduling. <br>PHONE: (480) 659-5343.');

document.write('<br><a href="http://www.dellaterrastudios.com/contact_us.htm" class="sidelink"> Click here to Email Us »</a>');

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

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

// END FIRST NOTES AREA


// 1ST NOTES AREA

   if (showarea_1 == "yes") {

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

document.write('<span class="sidebartitle">Visit Our Store</span></legend>');

document.write('You can view and purchase items currently available in our store');

document.write('<a href=http://www.dellaterrastudios.com/store.htm class="sidelink"> Click to Enter » </a>');

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

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

// END FIRST NOTES AREA



// 1ST NOTES AREA

   if (showarea_1 == "yes") {

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

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

document.write('Classes &amp; Workshops are always forming for Chasing &amp; Repousse, Raising and Metalsmithing');

document.write('<a href="http://www.dellaterrastudios.com/repousseclasses.htm" class="sidelink"> Click for more info » </a>');

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

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

// END FIRST NOTES AREA

// 1ST NOTES AREA

   if (showarea_1 == "yes") {

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

document.write('<span class="sidebartitle">Metal Artist Forum</span></legend>');

document.write('In an effort to learn from others and share our knowledge of metalworking, we created the Metal Artist Forum.  Here you will find an incredible group of artists that are willing to share what they know.');

document.write('<a href="http://www.metalartistforum.com" class="sidelink">Visit the Forum » </a>');

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

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

// END FIRST NOTES AREA















// 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">Optional Notes:</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 -->