document.write("<LINK href='js/main.css' type='text/css' rel='stylesheet'>");

// Body section
document.write("<BODY BGCOLOR='#000000' background='images/bg_texture.jpg' bgproperties='fixed'><a name='pgtop'></a><center>");

// metal, outer table:
document.write("<table border=0 valign='TOP' cellspacing=0 cellpadding=0 bordercolor=#ffffff background='images/metal_bg.jpg' width=850><tr><td><center><br>");

// black, main table:
document.write("<table border=0 valign='TOP' cellspacing=0 cellpadding=2 bordercolor=#ffffff width='800'><tr><td>");

// Header Section

//---------------------------------

parameters = document.location.search.substring(1,255);

parmarray = parameters.split("&");
k = parmarray.length;

if (k > 0)
 {
  valarray = parmarray[0].split("=");
 }
 menuval = '0';
 if (valarray[0] == null)
  {
   menuval = '0';
  }
 else
  {
   menuval = valarray[0];
  }

document.write("<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=800 height=217 BGCOLOR='#000000' background='images/menu_header.jpg'>");
document.write("<tr>");

document.write("<td VALIGN='TOP' align=right><br>");

// Menu Section

document.write("<img src='images/blank.gif' width=1 height=50><br><img src='images/with_lance_hanger.jpg'><img src='images/blank.gif' width=25 height=1><br><img src='images/blank.gif' width=1 height=30><br>");
document.write("<a href='index.html' class='t2Border'>&nbsp;&nbsp;&nbsp;<font size=3>Home</font>&nbsp;</a><img src='images/blank.gif' width=5 height=1>");
document.write("<a href='gallery.html' class='t2Border'>&nbsp;&nbsp;&nbsp;&nbsp;<font size=3>Galleries&nbsp;</a><img src='images/blank.gif' width=5 height=1>");
document.write("<a href='products.html' class='t2Border'>&nbsp;&nbsp;&nbsp;&nbsp;<font size=3>Products&nbsp;</a><img src='images/blank.gif' width=5 height=1>");
document.write("<a href='sponsors.html' class='t2Border'>&nbsp;&nbsp;&nbsp;&nbsp;<font size=3>Sponsors&nbsp;</a><img src='images/blank.gif' width=5 height=1>");
document.write("<a href='bio.html' class='t2Border'>&nbsp;&nbsp;&nbsp;&nbsp;<font size=3>Bio&nbsp;</a><img src='images/blank.gif' width=5 height=1>");
document.write("<a href='contact.html' class='t2Border'>&nbsp;&nbsp;&nbsp;<font size=3>Contact&nbsp;&nbsp;</a><img src='images/blank.gif' width=5 height=1>");

// end menu section

document.write("</td></tr></table>");

document.write("<center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=165 BGCOLOR='#000000' height=100% valign='TOP'><tr>");
document.write("<td valign='TOP'>");


document.write("</td><td VALIGN='TOP' bgcolor='#000000' width=800>");

// google tracker
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
// --------

