function writeContent (picSrc, picCaption, dirLevel)
{
  document.write("<html><head><meta name='keywords' CONTENT='antique, bottle, hair, medicine, cosmetic'>");
  document.write("<title>HAIR RAISING STORIES</title>");
  document.write("<script language='javascript' type='Text/javascript' src='../external_scripts.js'></script>");
  document.write("<link rel='stylesheet' href='../hrs_style1.css' type='text/css'>");
  document.write("</head><body><table class='hrs_table1'><tr>");
  document.write("<td class='left_cell1'><table class='left_table1'><tr><td class='left_cell2'>");
  document.write("<button class='left_button1' onclick='location=\"../index.html\"'><img src='../SiteBitmaps/HrsBottle.jpg'></button><br />");
  document.write("<button class='left_button1' onclick='location=\"../Products/ProductList_AAA.html\"'>PRODUCTS</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../Proprietors/ProprietorList_AAA.html\"'>PROPRIETORS</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../ResourceList.html\"'>RESOURCES</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../OtherPages/GALLERY_LIST.html\"'>GALLERIES</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../BottleAge/MfgPeriod.html\"'>BOTTLE AGE</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../BottleValue/General.html\"'>BOTTLE VALUE</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../PurchaseB.html\"'>BOTTLES<BR>FOR SALE</button><br /><br />");
  document.write("Phone:<br /><b>(719) 337-1432</b><br><br>Email:<br><a href='mailto:don@fadely.com'>don@fadely.com</a>");
  document.write("</td></tr></table></td>");
  document.write("<td class='right_top_level_cell'><table class='right_image_collection_table'><tr><td class='image_cell'><img class='image_class1' src='" + picSrc + "'></td></tr>");
  document.write("<tr><td class='caption_cell'>" + picCaption + "</td></tr></table></td></tr></table></body></html>");
  document.close()
}

function writeContentTC (picSrc1, picSrc2, picCaption, dirLevel)
{
  document.write("<html><head><META NAME='keywords' CONTENT='antique, bottle, hair, medicine, cosmetic'>");
  document.write("<title>HAIR RAISING STORIES</title>");
  document.write("<script language='javascript' type='Text/javascript' src='../external_scripts.js'></script>");
  document.write("<link rel='stylesheet' href='../hrs_style1.css' type='text/css'>");
  document.write("</head><body><table class='hrs_table1'><tr>");
  document.write("<td class='left_cell1'><table class='left_table1'><tr><td class='left_cell2'>");
  document.write("<button class='left_button1' onclick='location=\"../index.html\"'><img src='../SiteBitmaps/HrsBottle.jpg'></button><br />");
  document.write("<button class='left_button1' onclick='location=\"../Products/ProductList_AAA.html\"'>PRODUCTS</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../Proprietors/ProprietorList_AAA.html\"'>PROPRIETORS</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../ResourceList.html\"'>RESOURCES</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../OtherPages/GALLERY_LIST.html\"'>GALLERIES</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../BottleAge/MfgPeriod.html\"'>BOTTLE AGE</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../BottleValue/General.html\"'>BOTTLE VALUE</button><br />");
  document.write("<button class='left_button1' onclick='location=\"../PurchaseB.html\"'>BOTTLES<BR>FOR SALE</button><br /><br />");
  document.write("Phone:<br><b>(719) 337-1432</b><br><br>Email:<br><a href='mailto:don@fadely.com'>don@fadely.com</a>");
  document.write("</td></tr></table></td>");
  document.write("<td class='right_top_level_cell'><table class='right_image_collection_table'><tr>");
  document.write("<td class='image_cell'><img class='image_class1' src='" + picSrc1 + "'></td>");
  document.write("<td class='image_cell'><img class='image_class1' src='" + picSrc2 + "'></td>");
  document.write("</tr><tr><td class='caption_cell' colspan=2>" + picCaption + "</td></tr></table></td></tr></table></body></html>");
  document.close()
}

function writeContentTCE (picSrc1, picSrc2, picSrc3, picCaption, dirLevel)
{
  document.write("<html><head>")
  document.write("<script language=javascript type=\"TEXT/JAVASCRIPT\">")
  document.write("function prev () { }")
  document.write("function next () { }")
  document.write("</script>")
  document.write("</head><body>")
  document.write("<table border=4 bordercolor=#006060 bgcolor=#eeeeee cellpadding=5 cellspacing=4>")
  document.write("<tr><td align=center><img border=1 src=\"" + picSrc1 + "\"></td>")
  document.write("<td align=center><img border=1 src=\"" + picSrc2 + "\"></td></tr>")
  document.write("<tr><td colspan=2 align=center><font size=3 color=#006060><b>" + picCaption)
  document.write("\&nbsp;\&nbsp;(<a HREF=\"javascript:parent.leftmenu.writeContent('" + picSrc3 + "','" + picCaption + "','" + dirLevel + "')\">Click here to see text enlarged</a>)</b></font></td></tr>")
  document.write("</table>")
  document.write("</body></html>")
  document.close()
}

function writeContentTC2 (picSrc1, picSrc2, picCaption, dirLevel)
{
  document.write("<html><head>")
  document.write("<script language=javascript type=\"TEXT/JAVASCRIPT\">")
  document.write("function prev () { }")
  document.write("function next () { }")
  document.write("</script>")
  document.write("</head><body>")
  document.write("<table border=4 bordercolor=#006060 bgcolor=#eeeeee cellpadding=5 cellspacing=4>")
  document.write("<tr><td align=center><img border=1 src=\"" + picSrc1 + "\"></td></tr>")
  document.write("<TR><td align=center><img border=1 src=\"" + picSrc2 + "\"></td></tr>")
  document.write("<tr><td colspan=2 align=center><font size=3 color=#006060><b>" + picCaption + "</b></font></td></tr>")
  document.write("</table>")
  document.write("</body></html>")
  document.close()
}

function writeContentTC3 (picSrc1, picSrc2, picSrc3, picCaption, dirLevel)
{
  document.write("<html><head>")
  document.write("<script language=javascript type=\"TEXT/JAVASCRIPT\">")
  document.write("function prev () { }")
  document.write("function next () { }")
  document.write("</script>")
  document.write("</head><body>")
  document.write("<table border=4 bordercolor=#006060 bgcolor=#eeeeee cellpadding=5 cellspacing=4>")
  document.write("<tr><td align=center><img border=1 src=\"" + picSrc1 + "\"></td></tr>")
  document.write("<td align=center rowsapn=2><img border=1 src=\"" + picSrc3 + "\"></td></tr>")
  document.write("<tr><td align=center><img border=1 src=\"" + picSrc2 + "\"></td></tr>")
  document.write("<tr><td colspan=2 align=center><font size=3 color=#006060><b>" + picCaption + "</b></font></td></tr>")
  document.write("</table>")
  .document.write("</body></html>")
  document.close()
}

function goToPage(pageSrc)
{
  document.write("<html><head>")
  document.write("<script language=javascript type=\"TEXT/JAVASCRIPT\">")
  document.write("function prev () { }")
  document.write("function next () { }")
  document.write("</script>")
  document.write("</head><body>")
  document.write("<table border=4 bordercolor=#006060 bgcolor=#eeeeee cellpadding=5 cellspacing=4>")
  document.write("<tr><td align=center><img border=1 src=\"" + picSrc1 + "\"></td></tr>")
  document.write("<td align=center rowsapn=2><img border=1 src=\"" + picSrc3 + "\"></td></tr>")
  document.write("<tr><td align=center><img border=1 src=\"" + picSrc2 + "\"></td></tr>")
  document.write("<tr><td colspan=2 align=center><font size=3 color=#006060><b>" + picCaption + "</b></font></td></tr>")
  document.write("</table>")
  document.write("</body></html>")
  document.close()
}

