function print_verticalstrip()
{  
  // print the vertical image strip
  document.write('<div id="position_1"><img id="image_position_1" src="' + position_1_image + '" width="60" height="75" alt="Oil&nbsp;Painting" title="Oil&nbsp;Painting" /></div>')
  document.write('<div id="position_2"><img id="image_position_2" src="' + position_2_image + '" width="60" height="75" alt="Photography" title="Photography" /></div>')
  document.write('<div id="position_3"><img id="image_position_3" src="' + position_3_image + '" width="60" height="75" alt="Mixed&nbsp;Media" title="Mixed&nbsp;Media" /></div>')
  document.write('<div id="position_4"><img id="image_position_4" src="' + position_4_image + '" width="60" height="75" alt="Printmaking&nbsp;&amp;&nbsp;Textiles" title="Printmaking&nbsp;&amp;&nbsp;Textiles" /></div>')
  document.write('<div id="position_5"><img id="image_position_5" src="' + position_5_image + '" width="60" height="75" alt="Acrylic,&nbsp;Tempra&nbsp;and&nbsp;Watercolor&nbsp;Painting" title="Acrylic,&nbsp;Tempra&nbsp;and&nbsp;Watercolor&nbsp;Painting" /></div>')
  document.write('<div id="position_6"><img id="image_position_6" src="' + position_6_image + '" width="60" height="75" alt="Sculpture" title="Sculpture" /></div>')
  document.write('<br /><h3 class="headings">Youth Art</h3>')
  document.write('<div id="youth_position_1"><img id="image_youth_position_1" src="' + youth_position_1_image + '" width="60" height="75" alt="Art Camp" title="Art Camp" /></div>')
  document.write('<div id="youth_position_5"><img id="image_youth_position_5" src="' + youth_position_5_image + '" width="60" height="75" alt="Art Around the World" title="Art Around the World" /></div>')
  document.write('<div id="youth_position_6"><img id="image_youth_position_6" src="' + youth_position_6_image + '" width="60" height="75" alt="Nature Printing" title="Nature Printing with Flowers, Fruit and Leaves and other natural objects" /></div>')
}
