section1 = new Image();
section1.src = "/images/section1.gif";
section2 = new Image();
section2.src = "/images/section2.gif";
section3 = new Image();
section3.src = "/images/section3.gif";
section4 = new Image();
section4.src = "/images/section4.gif";
section5 = new Image();
section5.src = "/images/section5.gif";
section6 = new Image();
section6.src = "/images/section6.gif";
section7 = new Image();
section7.src = "/images/section7.gif";
section8 = new Image();
section8.src = "/images/section8.gif";
section9 = new Image();
section9.src = "/images/section9.gif";
section10 = new Image();
section10.src = "/images/section10.gif";
empty = new Image();
empty.src = "/images/section0.gif";

nav01_on = new Image();
nav01_on.src = "/images/nav1b.gif";
nav01_off = new Image();
nav01_off.src = "/images/nav1a.gif";
nav02_on = new Image();
nav02_on.src = "/images/nav2b.gif";
nav02_off = new Image();
nav02_off.src = "/images/nav2a.gif";
nav03_on = new Image();
nav03_on.src = "/images/nav3b.gif";
nav03_off = new Image();
nav03_off.src = "/images/nav3a.gif";
nav04_on = new Image();
nav04_on.src = "/images/nav4b.gif";
nav04_off = new Image();
nav04_off.src = "/images/nav4a.gif";
nav05_on = new Image();
nav05_on.src = "/images/nav5b.gif";
nav05_off = new Image();
nav05_off.src = "/images/nav5a.gif";
nav06_on = new Image();
nav06_on.src = "/images/nav6b.gif";
nav06_off = new Image();
nav06_off.src = "/images/nav6a.gif";
nav07_on = new Image();
nav07_on.src = "/images/nav7b.gif";
nav07_off = new Image();
nav07_off.src = "/images/nav7a.gif";
nav08_on = new Image();
nav08_on.src = "/images/nav8b.gif";
nav08_off = new Image();
nav08_off.src = "/images/nav8a.gif";
nav09_on = new Image();
nav09_on.src = "/images/nav9b.gif";
nav09_off = new Image();
nav09_off.src = "/images/nav9a.gif";
nav10_on = new Image();
nav10_on.src = "/images/nav10b.gif";
nav10_off = new Image();
nav10_off.src = "/images/nav10a.gif";


function swapImage(imageID,imageName,imageID2,imageName2)
{
  document.images[imageID].src = eval(imageName + ".src");
  document.images[imageID2].src = eval(imageName2 + ".src");
}

function navigationInit()
{
  document.writeln("<center>\n");
	document.writeln("<table width=\"750\">\n");
	document.writeln("<tr>\n");
	document.writeln("<td valign=\"top\">\n");
	document.writeln("<img src=\"/images/spacer.gif\" height=\"30\" width=\"7\">\n");
	document.writeln("<a href=\"/index.html\" onMouseOver=\"swapImage('global','section1','one','nav01_on')\" onMouseOut=\"swapImage('global','empty','one','nav01_off')\">\n");
  document.writeln("<img name=\"one\" src=\"/images/nav1a.gif\" border=\"0\"></a>\n");
	document.writeln("<a href=\"#\" onMouseOver=\"swapImage('global','section2','two','nav02_on')\" onMouseOut=\"swapImage('global','empty','two','nav02_off')\">\n");
	document.writeln("<img name=\"two\" src=\"/images/nav2a.gif\" border=\"0\"></a>\n");
	document.writeln("<a href=\"/about.html\" onMouseOver=\"swapImage('global','section3','three','nav03_on')\" onMouseOut=\"swapImage('global','empty','three','nav03_off')\">\n");
	document.writeln("<img name=\"three\" src=\"/images/nav3a.gif\" border=\"0\"></a>\n");
	document.writeln("<a href=\"#\" onMouseOver=\"swapImage('global','section4','four','nav04_on')\" onMouseOut=\"swapImage('global','empty','four','nav04_off')\">\n");	
  document.writeln("<img name=\"four\" src=\"/images/nav4a.gif\" border=\"0\"></a>\n");
  document.writeln("<a href=\"/music.html\" onMouseOver=\"swapImage('global','section5','five','nav05_on')\" onMouseOut=\"swapImage('global','empty','five','nav05_off')\">\n");	
  document.writeln("<img name=\"five\" src=\"/images/nav5a.gif\" border=\"0\"></a>\n");	
  document.writeln("<a href=\"#\" onMouseOver=\"swapImage('global','section9','nine','nav09_on')\" onMouseOut=\"swapImage('global','empty','nine','nav09_off')\">\n");	
  document.writeln("<img name=\"nine\" src=\"/images/nav9a.gif\" border=\"0\"></a>\n");
	document.writeln("<a href=\"#\" onMouseOver=\"swapImage('global','section10','ten','nav10_on')\" onMouseOut=\"swapImage('global','empty','ten','nav10_off')\">\n");	
  document.writeln("<img name=\"ten\" src=\"/images/nav10a.gif\" border=\"0\"></a>\n");	
  /* document.writeln("<a href=\"../forums/\" onMouseOver=\"swapImage('global','section6','six','nav06_on')\" onMouseOut=\"swapImage('global','empty','six','nav06_off')\">\n");	
  document.writeln("<img name=\"six\" src=\"/images/nav6a.gif\" border=\"0\"></a>\n"); */
  document.writeln("<a href=\"#\" onMouseOver=\"swapImage('global','section7','seven','nav07_on')\" onMouseOut=\"swapImage('global','empty','seven','nav07_off')\">\n");
  document.writeln("<img name=\"seven\" src=\"/images/nav7a.gif\" border=\"0\"></a>\n");
	/* document.writeln("<a href=\"../index.php\" onMouseOver=\"swapImage('global','section8','eight','nav08_on')\" onMouseOut=\"swapImage('global','empty','eight','nav08_off')\">\n");
  document.writeln("<img name=\"eight\" src=\"/images/nav8a.gif\" border=\"0\"></a>\n"); */
  document.writeln("</td>\n");
	document.writeln("<td align=\"right\">\n");
  document.writeln("<img name=\"global\" src=\"/images/section0.gif\" border=\"0\">\n");
  document.writeln("<img src=\"/images/spacer.gif\" height=\"30\" width=\"7\">\n");
  document.writeln("</td>\n");
  document.writeln("</tr>\n");
  document.writeln("</table>\n");
  document.writeln("</center>\n");	
}
