function newwindow(w,h,webaddress) {
var viewimageWin = window.open(webaddress,'New_Window','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=Yes,resizable=yes,copyhistory=yes,width='+w+',height='+h);
}

document.write("<tr>");

document.write("<td><img src='images/nav_left.gif' border='0' height='21' width='20'></td>");

document.write("<td><a href='index.html' onmouseover='home.src=home_on.src' onmouseout='home.src=home_off.src'><img src='images/nav_home_off.jpg' name='home' border='0' height='21'></a></td>");

document.write("<td><a href='about.html' onmouseover='about.src=about_on.src' onmouseout='about.src=about_off.src' ><img src='images/nav_about_off.jpg' name='about' border='0' height='21' width='56'></a></td>");

document.write("<td><a href='songs_chants.html' onmouseover='songs_chants.src=songs_chants_on.src' onmouseout='songs_chants.src=songs_chants_off.src'><img src='images/nav_songs_chants_off.jpg' name='songs_chants' border='0' height='21' width='104'></a></td>");

document.write("<td><a href='events.html' onmouseover='events.src=events_on.src' onmouseout='events.src=events_off.src'><img src='images/nav_events_off.jpg' name='events' border='0' height='21' width='76'></a></td>");

document.write("<td><a href='media.html' onmouseover='media.src=media_on.src' onmouseout='media.src=media_off.src'><img src='images/nav_media_off.jpg' name='media' border='0' height='21' width='81'></a></td>");

document.write("<td><a href='JavaScript:newwindow(800,600,&apos;http://kccauldron.11.forumer.com/index.php&apos;)' onmouseover='forum.src=forum_on.src' onmouseout='forum.src=forum_off.src'><img src='images/nav_forum_off.jpg' name='forum' border='0'  height='21' width='61'></a></td>"); 

document.write("<td><a href='store.html' onmouseover='store.src=store_on.src' onmouseout='store.src=store_off.src'><img src='images/nav_store_off.jpg' name='store' border='0'  height='21' width='62'></a></td>");

document.write("<td><a href='contact_us.html' onmouseover='contact_us.src=contact_us_on.src' onmouseout='contact_us.src=contact_us_off.src'><img src='images/nav_contact_us_off.jpg' name='contact_us' border='0'  height='21' width='79'></a></td>");

document.write("<td bgcolor='#ffffff'><img src='images/nav_right.gif' border='0' height='21' width='19'>");
document.write("</td>");
document.write("</tr>");
          
          

