<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>&lt;!-- Begin</PRE>
<PRE>// NOTE: If you use a ' add a slash before it like this \'</PRE>
<PRE>// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF</PRE>
<PRE>var showimage_1		= &quot;no&quot;		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= &quot;no&quot;		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= &quot;no&quot;		// SHOW 2ND SIDEBAR IMAGE
var showarea_1		= &quot;no&quot;		// SHOW THE 1ST PARAGRAPH
var showarea_2		= &quot;no&quot;		// SHOW THE 2ND PARAGRAPH
var showarea_3		= &quot;no&quot;		// SHOW THE 2ND PARAGRAPH
var links		= &quot;no&quot;		// SHOW SAMPLE LINKS IN THE SIDEBAR</PRE>
<PRE>var movedown		= &quot;45&quot;		// SIDEBAR SPACE FROM TOP


</PRE>
<PRE>document.write('&lt;img src=&quot;picts/spacer.gif&quot; height=&quot;'+movedown+'&quot; width=&quot;130&quot;&gt;&lt;br&gt;');</PRE>
<PRE>document.write('&lt;TABLE cellpadding=&quot;2&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot; border=&quot;0&quot; class=&quot;smalltext&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; align=&quot;center&quot;&gt;');




</PRE>
<PRE>// FIRST IMAGE AREA
</PRE>
<PRE>   if (showimage_1 == &quot;yes&quot;) {
document.write('&lt;IMG SRC=&quot;picts/sidebar-1.jpg&quot; border=&quot;0&quot; width=&quot;150&quot; height=&quot;100&quot; class=&quot;borders&quot;&gt;&lt;br&gt;&lt;br&gt;');
}


</PRE>
<PRE>// START FIRST TEXT AREA</PRE>
<PRE>   if (showarea_1 == &quot;yes&quot;) {</PRE>
<PRE>document.write('&lt;fieldset style=&quot; text-align:left; width:150px; padding: 5px;&quot; class=&quot;smalltext&quot;&gt;&lt;legend&gt;');
document.write('&lt;span class=&quot;subtitle&quot;&gt;Your Notes:&lt;/span&gt;&lt;/legend&gt;');</PRE>
<PRE>document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');</PRE>
<PRE>document.write('&lt;a href=&quot;about.htm&quot;&gt;More...&lt;/a&gt;');</PRE>
<PRE>document.write('&lt;/fieldset&gt;');
document.write('&lt;br&gt;&lt;br&gt;&lt;br&gt;');
}</PRE>
<PRE>// END FIRST TEXT AREA









</PRE>
<PRE>// SECOND IMAGE AREA
</PRE>
<PRE>   if (showimage_2 == &quot;yes&quot;) {
document.write('&lt;IMG SRC=&quot;picts/sidebar-2.jpg&quot; border=&quot;0&quot; width=&quot;150&quot; height=&quot;100&quot; class=&quot;borders&quot;&gt;&lt;br&gt;&lt;br&gt;');
}


</PRE>
<PRE>// START SECOND TEXT AREA
   if (showarea_2 == &quot;yes&quot;) {</PRE>
<PRE>document.write('&lt;fieldset style=&quot; text-align:left; width:150px; padding: 5px;&quot; class=&quot;smalltext&quot;&gt;&lt;legend&gt;');
document.write('&lt;span class=&quot;subtitle&quot;&gt;Your Notes:&lt;/span&gt;&lt;/legend&gt;');</PRE>
<PRE>document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');</PRE>
<PRE>document.write('&lt;a href=&quot;about.htm&quot;&gt;More...&lt;/a&gt;');</PRE>
<PRE>document.write('&lt;/fieldset&gt;');
document.write('&lt;br&gt;&lt;br&gt;&lt;br&gt;');
}
// END SECOND TEXT AREA








</PRE>
<PRE>// SAMPLE LINKS AREA
   if (links == &quot;yes&quot;) {</PRE>
<PRE>document.write('&lt;fieldset style=&quot; text-align:left; width:150px; padding: 5px;&quot; class=&quot;smalltext&quot;&gt;&lt;legend&gt;');
document.write('&lt;span class=&quot;subtitle&quot;&gt;More Links:&lt;/span&gt;&lt;/legend&gt;');</PRE>
<PRE>document.write('&lt;a href=&quot;about.htm&quot;&gt;Edit This Sample Link&lt;/a&gt;&lt;br&gt;');</PRE>
<PRE>document.write('&lt;a href=&quot;about.htm&quot;&gt;Edit This Sample Link&lt;/a&gt;&lt;br&gt;');</PRE>
<PRE>document.write('&lt;a href=&quot;about.htm&quot;&gt;Edit This Sample Link&lt;/a&gt;&lt;br&gt;');</PRE>
<PRE>document.write('&lt;a href=&quot;http://allwebcodesign.com&quot; target=&quot;_blank&quot;&gt;Edit This Sample Link&lt;/a&gt;&lt;br&gt;');</PRE>
<PRE>document.write('&lt;a href=&quot;http://allwebcodesign.com&quot; target=&quot;_blank&quot;&gt;Edit This Sample Link&lt;/a&gt;&lt;br&gt;');</PRE>
<PRE>document.write('&lt;a href=&quot;http://allwebcodesign.com&quot; target=&quot;_blank&quot;&gt;Edit This Sample Link&lt;/a&gt;&lt;br&gt;');
</PRE>
<PRE>document.write('&lt;/fieldset&gt;');
document.write('&lt;br&gt;&lt;br&gt;&lt;br&gt;');
}
// SAMPLE LINKS AREA









</PRE>
<PRE>// THIRD IMAGE AREA
</PRE>
<PRE>   if (showimage_3 == &quot;yes&quot;) {
document.write('&lt;IMG SRC=&quot;picts/sidebar-3.jpg&quot; border=&quot;0&quot; width=&quot;150&quot; height=&quot;100&quot; class=&quot;borders&quot;&gt;&lt;br&gt;&lt;br&gt;');
}


</PRE>
<PRE>// START THIRD TEXT AREA
   if (showarea_3 == &quot;yes&quot;) {</PRE>
<PRE>document.write('&lt;fieldset style=&quot; text-align:left; width:150px; padding: 5px;&quot; class=&quot;smalltext&quot;&gt;&lt;legend&gt;');
document.write('&lt;span class=&quot;subtitle&quot;&gt;Your Notes:&lt;/span&gt;&lt;/legend&gt;');</PRE>
<PRE>document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');</PRE>
<PRE>document.write('&lt;a href=&quot;about.htm&quot;&gt;More...&lt;/a&gt;');</PRE>
<PRE>document.write('&lt;/fieldset&gt;');
document.write('&lt;br&gt;&lt;br&gt;&lt;br&gt;');
}
// END THIRD TEXT AREA





</PRE>
<PRE>document.write('&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;');
//  End --&gt;</PRE>
