// JavaScript Document

function mainheader()
{
document.write("<table border=0 cellspacing=0 cellpadding=0>")
document.write("<tr>")  
document.write("<td align=center valign=top bgcolor=#ffffff>")
document.write("<table border=0 cellspacing=0 cellpadding=0 >")  
document.write("<tr>")

document.write("<td>")
document.write("<div align=center>")
document.write("<img src=images/headerpath-blurb-sf.jpg height=150 width=720></div>")
document.write("</td>") 

document.write("</tr>")  
document.write("</table>")   
document.write("</td>")  

document.write("<tr>")  

document.write("<td align=center>")  
document.write("<table border=0 cellspacing=0 cellpadding=0  bgcolor=#ffffff width=720 class=menubackground>") //create table for menu elements
document.write("<tr align=center valign=center height=15>")

document.write("<td align=center width=75 height=15>")
document.write("<span class=menustyle><a href=index.html>&nbsp;HOME&nbsp;</a></span>")
document.write("</td>")

document.write("<td align=center width=85 height=15>")
document.write("<span class=menustyle><a href=aboutus.html>&nbsp;ABOUT US&nbsp;</span>")
document.write("</td>")

document.write("<td align=center width=85 height=15>")
document.write("<span class=menustyle><a href=supportus.html>&nbsp;SUPPORT&nbsp;</span>")
document.write("</td>")

document.write("<td align=center width=85 height=15>")
document.write("<span class=menustyle><a href=volunteer.html>&nbsp;VOLUNTEER&nbsp;</a></span>")
document.write("</td>")

document.write("<td align=center width=90 height=15>")
document.write("<span class=menustyle><a href=contact.html>&nbsp;CONTACT US&nbsp;</a></span>")

document.write("</td>")
document.write("</tr></tr>")
document.write("</table>")

document.write("</tr>")  //close second row of main table
document.write("</table>")  //close main table
}

function cornerlogo() {
document.write("<table border=0 cellspacing=0 cellpadding=0 height=165>")
//document.write("<tr ><td valign=top bgcolor=#ADCA92 height=5>")
//document.write("</td></tr>")
document.write("<tr>")
document.write("<td valign=middle bgcolor=#ffffff height=160>")
//document.write("<div align=center>")
document.write("<img src=images/CoNlogo-teal.jpg width=150 height=150 border=0 usemap=#homemap alt=Congress_of_Neutrals_Logo>")
document.write("<map id=homemap name=homemap>")
document.write("<area shape=rect coords=0,0,150,150 href=index.html alt=Congress_of_Neutrals_Home>")
document.write("</map>")
document.write("</td></tr>")
//document.write("<tr>")
//document.write("<td valign=top bgcolor=#000033 height=15>")
document.write("</table>")

}
												

//function sprymenu() {
//document.write("<table border=0 cellspacing=0 cellpadding=0 width=720>")
//document.write("<tr>")  //Open first row of main table
//Slogan and Image Cell
//document.write("<td align=center valign=top bgcolor=black>")
//document.write("<table border=0 cellspacing=0 cellpadding=0 >")  //Make a one-row table for slogan and image
//document.write("<tr>")

//document.write("<div align=center><img src=images/PosterBannerHeader.jpg width=720 alt=></div></td>")
//Image Cell
//document.write("<td>")
//document.write("<div align=center>")
//document.write("<img src=images/dressrehearsal.jpg width=459 height=146 alt=></div>")
//document.write("</td>") //Close Image Cell

//Slogan Cell
//document.write("<td align=center valign=center width=261>")
//document.write("<div align=center valign=center><img src=images/priceless_slogan2.jpg width=250 alt=></div>")
//document.write("</td>")  //Close Slogan Cell

//document.write("</tr>")  //Close row of slogan/image table
//document.write("</table> ")   //Close slogan/image table
//document.write("</td>")
//document.write("</tr>")  //Close first row of main table

//document.write("<tr valign=bottom>")  //Open second row of main table - menu row
//document.write("<div><ul id=MenuBar1 class=MenuBarHorizontal>")
//document.write("  <li><a href=index.html title=Home class=MenuBarItemSubmenu>Home</a></li>")
// document.write(" <li><a href=musicians.html>Musicians</a></li>")
// document.write(" <li><a class=MenuBarItemSubmenu href=Concerts.html>Concerts</a>")
// document.write("     <ul>")
//  document.write("      <li><a class=MenuBarItemSubmenu href=Concert1_07.html>Prodigies</a></li>")
//  document.write("      <li><a href=family.html>Family Concerts</a></li>")
//  document.write("      <li><a href=classical_at_the_freigth.html>Classical at the Freight</a></li>")
// document.write("     </ul>")
// document.write(" </li>")
// document.write(" <li><a href=about.html class=MenuBarItemSubmenu>About Us</a>")
// document.write("   <ul>")
// document.write("     <li><a href=board_of_directors.html>Board of Directors</a></li>")
// document.write("   </ul>")
//document.write("  </li>")
//document.write("</ul><div>")

//document.write("</tr>")
//document.write("</table>")
//}
