<!-- 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_1a	= "yes"		// SHOW 1ST SIDEBAR IMAGEvar showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGEvar showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGEvar showimage_3		= "yes"		// SHOW 2ND SIDEBAR IMAGEvar showarea_1a		= "yes"		// SHOW THE 1ST PARAGRAPHvar showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPHvar showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPHvar showarea_3		= "yes"		// SHOW THE 2ND PARAGRAPHvar links		= "no"		// SHOW SAMPLE LINKS IN THE SIDEBARvar movedown		= "45"		// SIDEBAR SPACE FROM TOPdocument.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');// FIRST IMAGE AREA   if (showimage_1a == "yes") {document.write('<IMG SRC="picts/sidebar_watercolor_gouache.jpg" border="0" width="165" height="110" class="borders"><br><br>');}// START FIRST TEXT AREA   if (showarea_1a == "yes") {document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');document.write('<span class="subtitle">Basic ingredients</span></legend>');document.write('Gum Arabic, precipitated chalk, and pigments are the basis of all Watercolors and Gouaches. The addition of a humectant such as Glycerin improves Watercolors dramatically so it is always recommended. The traditional honey alternative works best in colder northern latitudes and is not recommended for warmer climates. Did you know that Durer was the first great Watercolor artist? ');document.write('<a href="watercolor_and_gouache.htm">Beginnings of Watercolor...</a><br>');document.write('Safety tips ');document.write('<a href="safety.htm">More...</a><br>');document.write('Gum Tragacanth is also shown. It is the gum used for Pastel making.<br> ');document.write('<a href="grinding_pastels.htm">Making Pastels...</a>');document.write('</fieldset>');document.write('<br><br><br>');}// END FIRST TEXT AREA// FIRST IMAGE AREA   if (showimage_1 == "yes") {document.write('<IMG SRC="picts/sidebar_gum_arabic.jpg" border="0" width="165" height="110" class="borders"><br><br>');}// START FIRST TEXT AREA   if (showarea_1 == "yes") {document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');document.write('<span class="subtitle">Gum Arabic</span></legend>');document.write('Looking like jewels in the plate, this is Gum Arabic Kordofan of the highest quality. Even today it is gathered from Acacia trees by small family enterprises in North Africa. ');document.write('<a href="gums.htm">More...</a><br>');document.write('For pigment info ');document.write('<a href="pigments.htm">More...</a>');document.write('</fieldset>');document.write('<br><br><br>');}// END FIRST TEXT AREA// SECOND IMAGE AREA   if (showimage_2 == "yes") {document.write('<IMG SRC="picts/sidebar_watercolor.jpg" border="0" width="165" height="110" class="borders"><br><br>');}// 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">Pigment paste</span></legend>');document.write('Predispersing the pigments as a liquid suspension in the form of a paste makes paint making easier. Here a paste of Cobalt Blue has been mixed with the spatula and is being put into a clean glass jar for storage. Only the amount needed for each batch of paint is taken from the jar at any one time. ');document.write('<a href="starting.htm">More...</a><br>');document.write('Different types of paint. ');document.write('<a href="characteristics.htm">More...</a><br>');document.write('pigments that are suitable for Watercolor anmd Gouache ');document.write('<a href="pigments.htm">More...</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-2.jpg" border="0" width="165" height="110" class="borders"><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">Mulling</span></legend>');document.write('Pastels and Gouache can be made with a mortar and pestle, in fact that is the easiest way to do it, but Watercolor requires a lot of careful mulling. The fineness of the grind is crucial to clear and non streaky washes.');document.write('<a href="equipment.htm">More info on the Mortar and Pestle...</a><br>');document.write('Detailed information about<br>pigments ');document.write('<a href="pigments.htm">More...</a><br>');document.write('About gums ');document.write('<a href="gums.htm">More...</a><br>');document.write('</fieldset>');document.write('<br><br><br>');}// END THIRD TEXT AREAdocument.write('</td></tr></table>');//  End -->