
<!--

if (document.images) {
  image1on = new Image();
  image1on.src = "b-hom-2.gif";
  image2on = new Image();
  image2on.src = "b-abo-2.gif";
  image3on = new Image();
  image3on.src = "b-cre-2.gif";
  image4on = new Image();
  image4on.src = "b-con-2.gif";
  image1off = new Image();
  image1off.src = "b-hom-1.gif";
  image2off = new Image();
  image2off.src = "b-abo-1.gif";
  image3off = new Image();
  image3off.src = "b-cre-1.gif";
  image4off = new Image();
  image4off.src = "b-con-1.gif";
}
function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}
function RemoveDot()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = RemoveDot;
}
file://-->

<!--

document.write('<link rel="stylesheet" type="text/css" href="stylesheet.htm">');
document.write('<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" align="center" valign="center" bgcolor="#580000"><tr>');
document.write('<td width="50%"></td><td align="center" valign="top">');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="844" valign="center"><tr><td height="11"></td></tr>');
document.write('<tr><td width="844" height="256" align="center" valign="center"><img src="eightspace.jpg" width="844" height="256" title="Eightspace Studio"></td></tr>');
document.write('<tr><td><table border="0" cellpadding="0" cellspacing="0" width="844" bgcolor="#000000">');
document.write('<tr><td width="28" bgcolor="#480000"><img src="transparent.gif" height="18" width="28"></td><td height="18" width="197" bgcolor="#480000"></td>');

document.write('<td height="18" align="right" bgcolor="#480000">');
document.write('<a href="index.htm" onMouseOver="changeImages(\'image1\', \'image1on\')" onMouseOut="changeImages(\'image1\', \'image1off\')"><img name="image1" src="b-hom-1.gif" border="0" width="68" height="18"></a>');
document.write('<a href="about.htm" onMouseOver="changeImages(\'image2\', \'image2on\')" onMouseOut="changeImages(\'image2\', \'image2off\')"><img name="image2" src="b-abo-1.gif" border="0" width="69" height="18"></a>');
document.write('<a href="credits.htm" onMouseOver="changeImages(\'image3\', \'image3on\')" onMouseOut="changeImages(\'image3\', \'image3off\')"><img name="image3" src="b-cre-1.gif" border="0" width="80" height="18"></a>');
document.write('<a href="contact.htm" onMouseOver="changeImages(\'image4\', \'image4on\')" onMouseOut="changeImages(\'image4\', \'image4off\')"><img name="image4" src="b-con-1.gif" border="0" width="91" height="18"></a>');
document.write('</td>');

document.write('<td width="28" bgcolor="#480000"><img src="transparent.gif" height="18" width="28"></td></tr><tr><td height="20"></td></tr></table>');
document.write('<table border="0" cellpadding="0" cellspacing="0" bgcolor="#000000"><tr valign="top">');
document.write('<td width="28"><img src="transparent.gif" height="1" width="28"></td><td class="main" valign="top" width="532">');

-->
