<!--
// [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
  function menuHeader(){
  document.write("<table width=999 cellspacing=0 callpadding=0>");  
  document.write("<tr>");
  document.write("<td width='1%'><a href='http://www.martinguitar.com' target=_mg><img src='images/mlogowhite.gif' hspace=6 vspace=4 hspace=8 width=145 height=57 border=0></a></td>");
  document.write("<td align='left' valign='middle'>");
  document.write("<img src='images/pascript.gif' width=400 height=57 alt='' border=0>");
  document.write("</td>");
  document.write("<td align='right' valign='top'><a href='pa4.html'>");
  document.write("<img src='images/new5B.jpg' width='300' height='60' alt='' border=0 hspace='20'>");
  document.write("</a></td>");
  document.write("</tr>");
  document.write("<tr><td colspan=3>");
  document.write("<table width='100%' cellspacing=0>");  
  document.write("<tr align=center>");
  document.write("<td width='17%' class=blu onMouseover=\"this.style.backgroundColor='#4000A0';\" onMouseout=\"this.style.backgroundColor='#2000A0';\"><img src='images/pxbld.gif' width=2 height=20 alt='' align='right' border='0'><a href='index.html' class=menu>HOME</a></td>");
  document.write("<td width='16%' class=blu onMouseover=\"this.style.backgroundColor='#4000A0';\" onMouseout=\"this.style.backgroundColor='#2000A0';\"><img src='images/pxbld.gif' width=2 height=20 alt='' align='right' border='0'><a href='features.html' class=menu>FEATURES</a></td>");
  document.write("<td width='17%' class=blu onMouseover=\"this.style.backgroundColor='#4000A0';\" onMouseout=\"this.style.backgroundColor='#2000A0';\"><img src='images/pxbld.gif' width=2 height=20 alt='' align='right' border='0'><a href='onboard.html' class=menu>ONBOARD INTELLIGENCE</a></td>");
  document.write("<td width='16%' class=blu onMouseover=\"this.style.backgroundColor='#4000A0';\" onMouseout=\"this.style.backgroundColor='#2000A0';\"><img src='images/pxbld.gif' width=2 height=20 alt='' align='right' border='0'><a href='pa1.html' class=menu>MODELS</a></td>");
  document.write("<td width='17%' class=blu onMouseover=\"this.style.backgroundColor='#4000A0';\" onMouseout=\"this.style.backgroundColor='#2000A0';\"><img src='images/pxbld.gif' width=2 height=20 alt='' align='right' border='0'><a href='media.html' class=menu>MEDIA</a></td>");
  document.write("<td width='17%' class=blu onMouseover=\"this.style.backgroundColor='#4000A0';\" onMouseout=\"this.style.backgroundColor='#2000A0';\"><a href='dealer.html' class=menu>WHERE TO BUY</a></td>");
  document.write("</tr>");
  document.write("</table>");
  document.write("</td>");
  document.write("</tr>");
  document.write("</table>");
   }
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  function footer(){
  document.write("<table width=1000><tr><td align=center>");
  document.write("<a href=\"http://www.martinguitar.com\" class=\"ftr\">Copyright &copy; 2012 C. F. Martin &amp; Co., Inc.</a><br />");
  document.write("<a href=\"http://www.youtube.com/cfmartinguitar\" target=\"_blank\" title=\"Martin Guitar on YouTube\"><img src=\"images/youtube.png\" alt=\"Martin Guitar on YouTube\" border=\"0\" hspace=\"1\" /></a>&nbsp;");
  document.write("<a href=\"http://www.twitter.com/martinguitar\" target=\"_blank\" title=\"Follow Martin Guitar on Twitter\"><img src=\"images/twitter.png\" alt=\"Follow Martin Guitar on Twitter\" border=\"0\" hspace=\"1\" /></a>&nbsp;");
  document.write("<a href=\"http://www.facebook.com/pages/Martin-Guitar/92346623650#!/pages/Martin-Guitar/92346623650?v=app_4949752878\" target=\"_blank\" title=\"Like Martin Guitar on Facebook\"><img src=\"images/facebook.png\" alt=\"Like Martin Guitar on Facebook\" border=\"0\" hspace=\"1\" /></a>&nbsp;");
  document.write("<a href=\"http://www.flickr.com/photos/martinguitar\" target=\"_blank\" title=\"Martin Guitar on Flickr\" ><img src=\"images/flickr.png\" alt=\"Martin Guitar on Flickr\" border=\"0\" hspace=\"1\" /></a>&nbsp;");
  document.write("<a href=\"http://martinguitar.tumblr.com\" target=\"_blank\" title=\"Martin Guitar Official Blog\" ><img src=\"images/tumblr.png\" alt=\"Martin Guitar Official Blog\" border=\"0\" hspace=\"1\" /></a>&nbsp;");
  document.write("<a href=\"http://martinguitar.tumblr.com/rss\" target=\"_blank\" title=\"Martin Guitar Official RSS Feed\" ><img src=\"images/rss.png\" alt=\"Martin Guitar Official RSS Feed\" border=\"0\" hspace=\"1\" /></a>&nbsp;");
  document.write("</td></tr></table>");
  }
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
//var IE = document.all?true:false;
//if (!IE) document.captureEvents(Event.MOUSEMOVE)
function pr(n){
var num = 4; // # of divs + 1
for(var i = 1; i < num; i++){
document.getElementById('press'+i).style.display = 'none';
}
document.getElementById('press'+n).style.display = 'block';
}
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
function xpr(n){
var num = 4; // # of divs + 1
for(var i = 1; i < num; i++){
document.getElementById('press'+i).style.display = 'none';
}}
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
function pgspec(n){
var num = 4; // # of divs + 1
for(var i = 1; i < num; i++){
document.getElementById('spec0'+i).style.display = 'none';
}
document.getElementById('spec0'+n).style.display = 'block';
}
// -->
