function WriteHeader(SelectedIndex)
{
	document.write('<body background="../pix/back.gif" bgcolor="#000000" text="#FFFFFF" link="#FFFF00" vlink="#FFFF00" alink="#FFFF00">');
	document.write('<center>');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#000000">');
	document.write('    <tr>');
	document.write('        <td align="center" valign="bottom" width="330" bgcolor="#000000">');
	document.write('			<p align="center"><img src="../pix/rgd2.jpg" width="320" height="106" nosave></p>');
	document.write('        </td>');
	document.write('        <td valign="bottom"><table border="1" cellpadding="0" cellspacing="0" width="100%" bordercolor="#000000" bordercolordark="#000000" bordercolorlight="#000000" cols="8">');
	document.write('            <tr>');
	
	var index=1;

	document.write('                <td align="center" bgcolor="'+(SelectedIndex==index++?'#000099':'#000066')+'"><font color="#FFFF00" size="1" face="Arial,Helvetica"><a href="index.htm">News</a></font></td>');
	document.write('                <td align="center" bgcolor="'+(SelectedIndex==index++?'#000099':'#000066')+'"><font color="#FFFF00" size="1" face="Arial,Helvetica"><a href="specs.htm">Specifications</a></font></td>');
	document.write('                <td align="center" bgcolor="'+(SelectedIndex==index++?'#000099':'#000066')+'"><font color="#FFFF00" size="1" face="Arial,Helvetica"><a href="status.htm">Status</a></font></td>');
	document.write('                <td align="center" bgcolor="'+(SelectedIndex==index++?'#000099':'#000066')+'"><font color="#FFFF00" size="1" face="Arial,Helvetica"><a href="screen.htm">Screens</a></font></td>');
	document.write('                <td align="center" bgcolor="'+(SelectedIndex==index++?'#000099':'#000066')+'"><font color="#FFFF00" size="1" face="Arial,Helvetica"><a href="license.htm">License</a></font></td>');
	document.write('                <td align="center" bgcolor="'+(SelectedIndex==index++?'#000099':'#000066')+'"><font color="#FFFF00" size="1" face="Arial,Helvetica"><a href="download.htm">Download</a></font></td>');
	document.write('                <td align="center" bgcolor="'+(SelectedIndex==index++?'#000099':'#000066')+'"><font color="#FFFF00" size="1" face="Arial,Helvetica"><a href="faq.htm">FAQ</a></font></td>');
	document.write('                <td align="center" bgcolor="'+(SelectedIndex==index++?'#000099':'#000066')+'"><font color="#FFFF00" size="1" face="Arial,Helvetica"><a href="contrib.htm">Contributions</a></font></td>');
	document.write('                <td align="center" bgcolor="'+(SelectedIndex==index++?'#000099':'#000066')+'"><font color="#FFFF00" size="1" face="Arial,Helvetica"><a href="links.htm">Links</a></font></td>');
	document.write('                <td align="center" bgcolor="'+(SelectedIndex==index++?'#000099':'#000066')+'"><font color="#FFFF00" size="1" face="Arial,Helvetica"><a href="contact.htm">Contact</a></font></td>');
	document.write('				</font>');
	document.write('            </tr>');
	document.write('        </table>');
	document.write('        </td>');
	document.write('    </tr>');
	document.write('</table>');
	document.write('</center>');
}