
/// ==================================================================
// dhtml labels
// Writes out the contents of layer 1 if Javascript is on and browser is version 4 and up.
// ==================================================================


if (vnum>=4) {
	document.write('<CENTER>');
	document.write('<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">');
	document.write('<TR>');
	document.write('	<TD ALIGN="CENTER">');
	document.write('    <TABLE WIDTH="594" BORDER="0" CELLSPACING="0" CELLPADDING="0">');
	document.write('      <tr> ');
	document.write('        <td>');
if (navigator.appName=="Netscape" && ver.indexOf("Win")>0) {
	if (ver.indexOf("4.76")==0) {
		document.write('<img src="images/space.gif" width=206 height=1 alt="" border=0 hspace=0 vspace=0>');
	}
	else if (ver.indexOf("4.7")==0) {
		document.write('<img src="images/space.gif" width=168 height=1 alt="" border=0 hspace=0 vspace=0>');
	}
	else {
		document.write('<img src="images/space.gif" width=168 height=1 alt="" border=0 hspace=0 vspace=0>');
	}
}
else if (navigator.appName=="Netscape" && ver.indexOf("Macintosh")>0) {
	document.write('<img src="images/space.gif" width=180 height=1 alt="" border=0 hspace=0 vspace=0>');
}
else {
	document.write('<IMG SRC="images/space.gif" WIDTH=180 HEIGHT=1 ALT="" BORDER=0 HSPACE=0 VSPACE=0>');
}	
	document.write('		</td>');
	document.write('        <td align="LEFT">');
	document.write('<img src="images/label_students_submenu.gif" width=387 height=38 border=0 alt="" align="LEFT" hspace=0 vspace=0>');
	document.write('		</td>');
	document.write('      </tr>');
	document.write('    </table>');
	document.write('	</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</CENTER>');
}

