<!--

defaultStatus = document.title;
var currentTime = new Date();

//----------------------------------------------------------
// Sitemeter
//----------------------------------------------------------
function Sitemeter()
{
   document.write("<!--WEBBOT bot=\"HTMLMarkup\" startspan ALT=\"Site Meter\" -->");
   document.write("<a href=\"http://sm4.sitemeter.com/stats.asp?site=sm4webmartin\" target=\"_top\">");
   document.write("<img src=\"http://sm4.sitemeter.com/meter.asp?site=sm4webmartin\" alt=\"Site Meter\" border=0></a>");
   document.write("<!--WEBBOT bot=\"HTMLMarkup\" Endspan -->");
}

//----------------------------------------------------------
// Header
//----------------------------------------------------------
function Header(Topbar, Topleft, Logo)
{
   document.write("<TABLE cellpadding=0 cellspacing=0 border=0>");
   document.write("<tr><td colspan=5><img src=\"" + Topbar + "\" height=15 width=755></td></tr>");
   document.write("<tr><td colspan=4><img src=\"" + Topleft + "\" height=20 width=128></td>");
   document.write("<td align=center><img src=\"" + Logo + "\" height=20 width=207></td></tr><TR>");
}

//----------------------------------------------------------
// Nav_Top
//----------------------------------------------------------
function Nav_Top(Home, Location, Comment)
{
   document.write("<td width=1 bgcolor=red><IMG SRC=\"../graphics/linefeed.gif\" WIDTH=1 HEIGHT=1></td>");
   document.write("<TD width=126 valign=top align=center bgcolor=#ffffcc><br>");
   document.write("<a href=\"" + Location + "\">");
   document.write("<img src=\"" + Home + "\" height=21 width=100 alt=\"" + Comment + "\"></a><br><br>");
}

//----------------------------------------------------------
// Menu_Title
//----------------------------------------------------------
function Menu_Title(Title, Location)
{
   document.write("<table width=115 border=0 cellspacing=0 cellpadding=0><tr>");
   document.write("<td width=1><img src=\"../graphics/1pixel.gif\" width=1 height=1></td>");
   document.write("<td width=137 colspan=2 class=\"table-grey\">\&nbsp\;\&\#149\; ");
   document.write("<a class=text-small href=\"" + Location + "\">" + Title + "</a></td></tr>");
}

//----------------------------------------------------------
// Menu_Item
//----------------------------------------------------------
function Menu_Item(Path, Item, Location, End)
{
   document.write("<tr><td width=1><img src=\"" + Path + "graphics/1pixel.gif\" width=1 height=1></td>");
   document.write("<td width=8 bgcolor=\"#006868\"><img src=\"" + Path + "graphics/menu_side.gif\" width=8></td>");
   document.write("<td width=137 background=\"" + Path + "graphics/menu_bg.gif\"><a class=\"menu\" href=\"");
   document.write(Location + "\">" + Item + "</a></td></tr>");
   if (End == 1) document.write("</table><br>");
}

//----------------------------------------------------------
// Footer
//----------------------------------------------------------
function Footer(Path, Date)
{
   if (Path == null) Path = "../";
   document.write("</TD></TR></TABLE><TABLE cellspacing=0 cellpadding=0 border=0><tr><td bgcolor=#0031ff>");
   Sitemeter();
   if (Date != null)
      document.write("<font color=white size=1>Updated " + Date + "</font>");
   document.write("</td><td align=center width=83%><font face=\"verdana\" size=1>");

   document.write("Copyright &copy 2002-" + currentTime.getFullYear());

   document.write(" <!A HREF=\"mailto:paul@webmartin.co.uk\"><b>WebMartin Music</b></A>. All rights reserved.");
   document.write("</font></td></tr><tr><td colspan=2><img src=\"" + Path + "graphics/botbar.gif\" height=15 width=755>");
   document.write("</td></tr></table>");
   //Sitemeter();
   document.write("</BODY></HTML>");
}

//----------------------------------------------------------
// Nav_Bottom
//----------------------------------------------------------
function Nav_Bottom(GraphicsPath, HTMLPath, Blank)
{
   if (GraphicsPath == null) GraphicsPath = "../";
   if (HTMLPath == null) HTMLPath = "";

if (!Blank)
{
   document.write("<table border=0>");
   document.write("<tr><td align=center><img src=\"" + GraphicsPath + "graphics/email.gif\" width=14 length=10 border=0></td><td><a href=\"" + HTMLPath + "contact.htm\">Contact</a></td></tr>");

   //document.write("<tr><td align=center><img src=\"" + GraphicsPath + "graphics/tlk.gif\" width=22 height=22 border=0></td><td><a href=\"http://www.webmartin.co.uk/disc/forum/index.php\">Forum</a></td></tr>");

   //document.write("<tr><td><img src=\"" + GraphicsPath + "graphics/review.gif\" width=30 height=21 border=0></td><td><a href=\"" + HTMLPath + "reviews.htm\">Reviews</a></td></tr>");

   document.write("</table><br>");
}

   //Sitemeter();
   document.write("</TD><td width=1 bgcolor=red><IMG SRC=\"../graphics/linefeed.gif\" WIDTH=1 HEIGHT=1></td>");
   document.write("<TD><IMG SRC=\"../graphics/linefeed.gif\" WIDTH=15 HEIGHT=1></TD>");
   document.write("<TD width=615 VALIGN=TOP>");
}


//-->



