// This JavaScript program has the sole purpose of writing areas which are constant from page to page


function topOptions() {

//document.write('<div id="toplogo_1" style="position: absolute; top: 12px; left: 28px; //height: 50px; width: 50px"><img src="images/monogram.gif" border=0 //alt="Catherines //Monogram"></div>')

document.write('<div id="blackline_vl" style="position: absolute; top: 28px; left: 42px; height: 480px; width: 1px"><img src="images/chocline_vertical.gif" border=0></div>')

document.write('<div id="blackline_vr" style="position: absolute; top: 28px; left: 700px; height: 480px; width: 1px"><img src="images/chocline_vertical.gif" border=0></div>')

document.write('<div id="blackline_ht" style="position: absolute; top: 38px; left: 30px; height: 1px; width: 746px"><img src="images/chocline_horizontal.gif" border=0></div>')

document.write('<div id="blackline_hb" style="position: absolute; top: 516px; left: 30px; height: 1px; width: 746px"><img src="images/chocline_horizontal.gif" border=0></div>')

document.write('<div id="bottomlogo" style="position: absolute; top: 518px; left: 540px; height: 60px; width: 120px; z-index: 100"><a href="mailto:katefenton@aol.com"><img src="images/sigs.gif" border=0 alt="Contact Me"></a></div>')

//document.write('<div id="whitebox" style="position: absolute; top: 46px; left: 80px; height: 400px; width: 640px; color:white"></div>')


document.write('<div id=home-link style="position: absolute; top: 8px; left: 160px; height: 30px; width: 80px"><a href="home.html"><img src="images/cf-home.gif" border=0 alt="Home Button"></a></div>')

document.write('<div id=paintings-link style="position: absolute; top: 8px; left: 260px; height: 30px; width: 80px"><a href="paintings.html"><img src="images/cf-paintings.gif" border=0 alt="Paintings Button"></a></div>')

document.write('<div id=about-link style="position: absolute; top: 8px; left: 410px; height: 30px; width: 80px"><a href="aboutme.html"><img src="images/cf-about.gif" border=0 alt="About Me Button"></a></div>')

document.write('<div id=links-link style="position: absolute; top: 8px; left: 560px; height: 30px; width: 80px"><a href="links.html"><img src="images/cf-links.gif" border=0 alt="Links Button"></a></div>')


//document.write('<div id="sales"><a href="sales.html">Sales<span>How to buy Catherine\'s art</span></a></div>')

//document.write('<div id="contactme"><a href="contactme.html">Contact Me<span>Contact Catherine for prices, sales, commissions and //other information</span></a></div>')

document.write('<div id="copyright" alt="Copyright Information"><a href="copyright.html">© 2005-6 Catherine Fenton.<span> Legal and technical rights.</span></a></div>')
}


//function sideOptions() {

//document.write('<div id="acrylics"><a href="acrylics.html">Acrylics<span>Gallery of acrylic paintings</span></a></div>')

//document.write('<div id="reliefpainting"><a href="reliefpainting.html">Relief Painting<span>Gallery of relief paintings</span></a></div>')

//document.write('<div id="silks"><a href="silks.html">Silks<span>Gallery of silk paintings</span></a></div>')

//document.write('<div id="furniture"><a href="furniture.html">Furniture<span>Collection of decorated furniture</span></a></div>')

//document.write('<div id="illus_draw"><a href="illus_draw.html">Illustrations & Drawings<span>Gallery of illustrations and //drawings</span></a></div>')

//document.write('<div id="prints"><a href="prints.html">Prints<span>Limited edition prints available</span></a></div>')
//}


//function bottomlogoClick(xpixels,ypixels) {
//document.write('<div id="bottomlogo" style="position: absolute; top: ' + xpixels + 'px; left: ' + ypixels + 'px; height: 60px; width: 120px"><a href="contact.html"><img src="images/sig.gif" border=0></a></div>')
//}
