//Output the header for the page
  
var headerImage;

if(headerImage == null)
    headerImage = "header.gif";

document.write('\
        <div class="centerAlign">\
            <img src="images/' + headerImage + '" width=758 height=130 usemap="#mapOptions" border=0>\
            <map name="mapOptions">\
                <area shape="RECT" coords="0,30,760,110" href="index.html"      title="Home" >\
                <area shape="RECT" coords="100,114,205,139" href="toast01.htm"  title="Toastmaster">\
                <area shape="RECT" coords="214,114,392,139" href="agency01.htm" title="Entertainment Agency">\
                <area shape="RECT" coords="403,114,537,139" href="comm00.html" title="View Client Comments">\
                <area shape="RECT" coords="552,114,675,139" href="gallery.html" title="Picture Gallery">\
                <area shape="RECT" coords="685,114,760,139" href="contact.htm"  title="Contact Form">\
            </map>\
        </div>\
        <center><img src="images/' + underlineImage + '" name="myul" border=0 align=top style="margin-top: 2px;"></center>\
');
