{
window.document.write("<head><title>Home: WireGL: Software for OpenGL Tiled Rendering</title></head>"+
"<body bgcolor=#cccccc marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>"+
"<center>");
window.document.write(""+
"<table cellspacing=0 cellpadding=0 border=0 width=765 height=100%>"+
"	<tr>"+
"		<td width=765 colspan=2>"+
"			<center>"+
"			<img src=images/wiregllogo.jpg width=765 height=128>"+
"			</center>"+
"		</td>"+
"	</tr>"+
"	<tr>"+
"		<td width=765 height=10 bgcolor=#000000 background=./images/background.gif colspan=2>"+
"		<img src=./images/topbar.gif width=765 height=15></td>"+
"	</tr>"+
"	<tr>"+
"");

{
	var theLoc = "" + location;
	
	if(theLoc.substring (theLoc.length-5, theLoc.length-4) != '.')
		theLoc = "index";
	else
	{
		var i = theLoc.length - 6;
		while ( i > 4 )
		{
			if ( theLoc.substring ( i, i+1 ) == '/' )
				break;
			else
				i = i - 1;
		}
		theLoc = theLoc.substring ( i + 1, theLoc.length - 5 );
	}
	
window.document.write(""+
"		<td width=150 bgcolor=#000000 background=./images/background.gif valign=top>"+
"			<font face=Arial,Ariel size=-1 color=#ffffff>");

if ( theLoc != "index" )
window.document.write(""+
"			<p><a href=./index.html"+
"			onMouseOver=\"ActiveButton('home', 1); window.status='Home'; return true;\""+
"			onMouseOut=\"IdleButton('home', 1); window.status=''; return true;\">"+
"			<img src=images/ccnmenu/home.gif name=home width=150 height=30 border=0>"+
"			</a><br>");
else window.document.write(""+"<p>"+""+""+
"<p><img src=images/ccnmenu/home3.gif width=150 height=30><br>"+
"");

if ( theLoc != "research" )
window.document.write(""+
"			<p><a href=./research.html"+
"			onMouseOver=\"ActiveButton('research', 2); window.status='Research'; return true;\""+
"			onMouseOut=\"IdleButton('research', 2); window.status=''; return true;\">"+
"			<img src=images/ccnmenu/research.gif name=research width=150 height=30 border=0>"+
"			</a><br>");
else window.document.write(""+"<p>"+""+""+
"<p><img src=images/ccnmenu/research3.gif width=150 height=30><br>"+
"");

if ( theLoc != "downloads" )
window.document.write(""+
"			<p><a href=./downloads.html"+
"			onMouseOver=\"ActiveButton('downloads', 3); window.status='Downloads'; return true;\""+
"			onMouseOut=\"IdleButton('downloads', 3); window.status=''; return true;\">"+
"			<img src=images/ccnmenu/downloads.gif name=downloads width=150 height=32 border=0>"+
"			</a><br>");
else window.document.write(""+"<p>"+""+""+
"<img src=images/ccnmenu/downloads3.gif width=150 height=32><br>"+
"");

if ( theLoc != "contact" )
window.document.write(""+
"			<p><a href=./contact.html"+
"			onMouseOver=\"ActiveButton('contact', 5); window.status='Contact'; return true;\""+
"			onMouseOut=\"IdleButton('contact', 5); window.status=''; return true;\">"+
"			<img src=images/ccnmenu/contact.gif name=contact width=150 height=32 border=0>"+
"			</a><br>");
else window.document.write(""+"<p>"+""+""+
"<img src=images/ccnmenu/contact3.gif width=150 height=32><br>"+
"");

if ( theLoc != "docs" )
window.document.write(""+
"			<p><a href=./docs.html"+
"			onMouseOver=\"ActiveButton('docs', 4); window.status='Documentation'; return true;\""+
"			onMouseOut=\"IdleButton('docs', 4); window.status=''; return true;\">"+
"			<img src=images/ccnmenu/docs.gif name=docs width=150 height=30 border=0></a>"+
"			</font>");
else window.document.write(""+"<p>"+""+""+""+
"<p><img src=images/ccnmenu/docs3.gif width=150 height=30></font>");

	if ( theLoc != "index" && theLoc != "research" && theLoc != "downloads" && theLoc != "contact" )
	{
window.document.write(""+
"		<font face=Arial,Ariel color=#666699 size=-2>"+
"		<img src=images/dot.gif width=20 height=15 align=bottom>"+
"");
if ( theLoc != "description" )
{
	window.document.write(""+
	"			<a href=description.html>"+
	"			<font face=Arial,Ariel color=#ffffff size=-2>"+
	"");
}
window.document.write("System Description");
if ( theLoc != "description" )
{
	window.document.write("</font></a>");
}

window.document.write("<br><img src=images/dot.gif width=20 height=20 align=bottom>");
if ( theLoc != "setup" )
{
	window.document.write(""+
	"			<a href=setup.html>"+
	"			<font face=Arial,Ariel color=#ffffff size=-2>"+
	"");
}
window.document.write("Setting Up a Cluster");
if ( theLoc != "setup" )
{
	window.document.write("</font></a>");
}

window.document.write("<br><img src=images/dot.gif width=20 height=20 align=bottom>");
if ( theLoc != "configfile" )
{
	window.document.write(""+
	"			<a href=configfile.html>"+
	"			<font face=Arial,Ariel color=#ffffff size=-2>"+
	"");
}
window.document.write("Configuring WireGL");
if ( theLoc != "configfile" )
{
	window.document.write("</font></a>");
}

window.document.write("<br><img src=images/dot.gif width=20 height=20 align=bottom>");
if ( theLoc != "environment")
{
	window.document.write(""+
	"			<a href=environment.html>"+
	"			<font face=Arial,Ariel color=#ffffff size=-2>"+
	"");
}
window.document.write("Environment Variables");
if ( theLoc != "environment" )
{
	window.document.write("</font></a>");
}

window.document.write("<br><img src=images/dot.gif width=20 height=20 align=bottom>");
if ( theLoc != "hints")
{
	window.document.write(""+
	"			<a href=hints.html>"+
	"			<font face=Arial,Ariel color=#ffffff size=-2>"+
	"");
}
window.document.write("glHints for WireGL");
if ( theLoc != "hints" )
{
	window.document.write("</font></a>");
}

window.document.write("<br><img src=images/dot.gif width=20 height=20 align=bottom>");
if ( theLoc != "makesystem")
{
	window.document.write(""+
	"			<a href=makesystem.html>"+
	"			<font face=Arial,Ariel color=#ffffff size=-2>"+
	"");
}
window.document.write("Compiling WireGL");
if ( theLoc != "makesystem" )
{
	window.document.write("</font></a>");
}

window.document.write("<br><img src=images/dot.gif width=20 height=20 align=bottom>");
if ( theLoc != "bugs")
{
	window.document.write(""+
	"			<a href=bugs.html>"+
	"			<font face=Arial,Ariel color=#ffffff size=-2>"+
	"");
}
window.document.write("Known Bugs");
if ( theLoc != "bugs" )
{
	window.document.write("</font></a>");
}
}
}

window.document.write(""+
"			</font>"+
"		</td>"+
"		<td valign=top bgcolor=#ffffff width=615 height=100%>"+
"			<table border=0 cellpadding=10 cellspacing=0 width=615 height=100% bgcolor=#ffffff><tr><td valign=top>"+
"				<font face=Arial,Ariel>");
}