<!-- 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		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "no"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 2ND SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 2ND PARAGRAPH
var links		= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "1"		// SIDEBAR SPACE FROM TOP




// document.write('<font color="yellow">hello</font><br><img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE width="250" cellpadding="0" cellspacing="0" border="0" class="smalltext"><tr><td width="250" valign="top" align="center">');


// FIRST IMAGE AREA

// document.write('<a href="index.html"><img src="picts/survey-button.gif" border="0" width="176" height="57" alt=""></a><br><br>');


   if (showimage_1 == "yes") {
document.write('<br><a href="index.htm"><IMG SRC="picts/sidebar-1.gif" border="0" width="150" height="150" alt="Mindful Web, LLC"></a><br><br>');
document.write('<IMG SRC="picts/sidebar-2.jpg" border="0" width="150" height="100" ><br><br>');
}


// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<a href="survey.htm"><img src="picts/survey-button.gif" border="0" alt="Take our Web Site Survey"></a><br><br>');


document.write('<fieldset style=" text-align:left; width:200px; padding: 5px; background-color: #ffffff;" class="smalltext"><legend>');
document.write('<span class="subtitle">Take Our Survey</span></legend>');
document.write('<ul>');
document.write('<li>and receive our company presentation folder</li>');
document.write('<li>at no charge</li>');
document.write('<li>with no obligation</li>');
document.write('</ul>');
document.write('<div align="center">');
document.write('<a href="survey.htm"><img src="picts/superminibrochure.gif" border="0" alt="Company Information Folder"></a><br><em>(while supplies last,<br>U.S. addresses only,<br>no PO Boxes)</em></div>');
document.write('<a href="survey.htm">Continue to Survey...</a>');

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

// END FIRST TEXT AREA




// SECOND IMAGE AREA


   if (showimage_2 == "yes") {

}




// START SECOND TEXT AREA
   if (showarea_2 == "yes") {
document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Quick Links:</span></legend>');

document.write('<ul><li><a href="privacy.htm">Privacy Policy</a></li>');
document.write('<li><a href="terms.htm">Terms of Use</a></li>');
document.write('<li><a href="testimonials.htm">Testimonials</a></li>');
document.write('<li><a href="webdesign.htm">Site Features</a></li>');
document.write('<li><a href="webdesign.htm">Common Pages</a></li>');
document.write('<li><a href="slideshows.htm">Slide Shows</a></li>  ');
document.write('<li><a href="textanim.htm">Text Animation</a></li>  ');
document.write('</ul>');

document.write('<a href="about.htm">Survey...</a>');

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

}
// END SECOND TEXT AREA










// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></legend>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA











// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="150" height="100" ><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');

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

document.write('<a href="about.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA







document.write('</td></tr></table>');
//  End -->
