//Table of contents for the HPG web site



var start=location.href.lastIndexOf("/")+1
var end=location.href.lastIndexOf(".")
var special=location.href.lastIndexOf("/")+2


//document.write(location.href.substring(start,end))  ****used for testing


//document.write("<img src='images/contents.png' width='100' height='24' title='contents'>")  //font=monotype cosiva 16pt bold
document.write("<ul>")


document.write("<li>")
if ((location.href.substring(start,end)=="default")||(location.href.substring(start,special)=="")) {document.write("<span class='current'>Home Page</span>")}
else {document.write("<a href='default.html'>Home Page</a>")}
document.write("</li>")


//document.write("<li>")
//if (location.href.substring(start,end)=="about_us") {document.write("<span class='current'>History</span>")}
//else {document.write("<a href='about_us.html'>History</a>")}
//document.write("</li>")


document.write("<li>")
if (location.href.substring(start,end)=="contact") {document.write("<span class='current'>Contact HPG</span>")}
else {document.write("<a href='contact.html'>Contact HPG</a>")}
document.write("</li>")


document.write("<li>")
if (location.href.substring(start,end)=="classes") {document.write("<span class=current>Classes</span>")}
else {document.write("<a href='classes.html'>Classes</a>")}
document.write("</li>")


document.write("<li>")
if (location.href.substring(start,end)=="firepit") {document.write("<span class=current>The Fire Pit</span>")}
else {document.write("<a href='firepit.html'>The Fire Pit</a>")}
document.write("</li>")


document.write("<li>")
if (location.href.substring(start,end)=="highlights") {document.write("<span class=current>Past Events</span>")}
else {document.write("<a href='highlights.html'>Past Events</a>")}
document.write("</li>")



//document.write("<li>")
//if (location.href.substring(start,end)=="garden") {document.write("<span class=current>The Garden</span>")}
//else {document.write("<a href='garden.html'>The Garden</a>")}
//document.write("</li>")



document.write("<li>")
if (location.href.substring(start,end)=="tshirts") {document.write("<span class=current>HPG T-shirts</span>")}
else {document.write("<a href='tshirts.html'>HPG T-shirts</a>")}
document.write("</li>")


document.write("<li>")
if (location.href.substring(start,end)=="links") {document.write("<span class=current>Links</span>")}
else {document.write("<a href='links.html'>Links</a>")}
document.write("</li>")


//document.write("<li>")
//document.write("<a href='himitsu/default.html'>Member Portal</a>")
//document.write("</li>")





//document.write("<hr class='toc'>")
//if (location.href.substring(start,end)=="history") {document.write("<span class=current>History of HPG</span>")}
//else {document.write("<a class=toc href='history.html'>History of HPG</a>")}


document.write("<br><br>")
document.write("<a href='http://www.facebook.com/pages/Hawaii-Potters-Guild/222769951813' target='_blank'>")
document.write("<div class='float_left'><img style='border:none;' src='images/icon_facebook.png' width='32' height='32' title='Facebook Icon'></div>")
document.write("Stay in touch on FaceBook</a>")

document.write("</ul>")
document.write("<br>")



















