var clrTxtIn = 	"#FFFFFF";
var clrTxtOver = 	"#00006E";
var clrIn = 		"#00006E";
var clrOver = 		"#CACADD";
function mOvr(src) {
	if (!src.contains(event.fromElement)) {
		src.style.cursor = 'hand';
		src.bgColor = clrOver;
		src.children.tags('A')[0].style.color=clrTxtOver;
	}
}
function mOut(src) {
	if (!src.contains(event.toElement)) {
		src.style.cursor = 'default';
		src.bgColor = clrIn;
		src.children.tags('A')[0].style.color=clrTxtIn;
	}
}
function mClk(src) {
	if(event.srcElement.tagName=='TD') {
		src.children.tags('A')[0].click();
	}
}

if ( navigator.appName == "Netscape" ) {
document.writeln(
'&nbsp;<a href="../../../Index.html"><img align="absmiddle" src="../../CKBR/CKBI/CKBI_000_001/IID_2000_680_056.gif" border="0" vspace=5 hspace=5><font size="5" color="' + document.fgColor +'"><b><i>Clairvision</i></b></font></a>'
+'<table width="85%" border="0" cellpadding="0" cellspacing="2" bgcolor="#CACADD">'
+'<tr><td>'
+'<table width="100%" border="0" cellpadding="2" cellspacing="2">'
+'  <tr align=center>'


+'   <td width="16%" bgcolor="#00006E">\n'
+'	  	<a href="../../CKBC/CKBC_000_122/Index.html"><font size="2" color="#FFFFFF"><b>School</b></font></a></td>'


+'	  <td width="16%" bgcolor="#00006E">\n'
+'	  	<a href="../../CKBC/CKBC_000_127/Index.html"><font size="2" color="#FFFFFF"><b>Books</b></font></a></td>'


+'	  <td width="16%" bgcolor="#00006E">\n'
+'	  	<a href="../../CKBC/CKBC_000_123/Index.html"><font size="2" color="#FFFFFF"><b>Courses</b></font></a></td>'


+'	  <td width="16%" bgcolor="#00006E">\n'
+'	  	<a href="../../CKBC/CKBC_000_222/QID_0000_222_000.html"><font size="2" color="#FFFFFF"><b>CKB</b></font></a></td>'


+'	  <td width="16%" bgcolor="#00006E">\n'
+'	  	<a href="../../CKBC/CKBC_000_090/Index.html"><font size="2" color="#FFFFFF"><b>Music</b></font></a></td>'


+'	  <td width="16%" bgcolor="#00006E">\n'
+'	  	<a href="../../CKBR/CKBA/CKBA_000_006/Index.cgi"><font size="2" color="#FFFFFF"><b>Order</b></font></a></td>'


+'  </tr>'
+'</table>'
+'</tr></td>'
+'</table>'
+'<BR>');
}
else {
document.write(
'<a href="../../../Index.html" style="font:18pt arial;font-weight:bold;text-decoration:none;color:' + document.fgColor + '" onMouseOver="this.style.color=document.alinkColor;" onMouseOut="this.style.color=document.fgColor;">'
+'<img src="../../CKBR/CKBI/CKBI_000_001/IID_2000_680_056.gif" align="absmiddle" border="0" vspace="5"><i>&nbsp;Clairvision</i></a>'
+'<table width="100%" border="0" cellpadding="0" cellspacing="2" bgcolor="#CACADD">'
+'  <tr align=center> '


+'    <td width="16%" bgcolor="#00006E" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);" title=\'About the Clairvision School\'>'
+'	  	<a href="../../CKBC/CKBC_000_122/Index.html" style=\'color:#FFFFFF;font:9pt arial,helvetica;text-decoration:none;font-weight:bold\'>School</a></td>'


+'	  <td width="16%" bgcolor="#00006E" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);" title=\'Clairvision Books\'>'
+'	  	<a href="../../CKBC/CKBC_000_127/Index.html" style=\'color:#FFFFFF;font:9pt arial,helvetica;text-decoration:none;font-weight:bold\'>Books</a></td>'


+'	  <td width="16%" bgcolor="#00006E" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);" title=\'Clairvision Courses\'>'
+'	  	<a href="../../CKBC/CKBC_000_123/Index.html" style=\'color:#FFFFFF;font:9pt arial,helvetica;text-decoration:none;font-weight:bold\'>Courses</a></td>'


+'	  <td width="16%" bgcolor="#00006E" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);" title=\'Clairvision Knowledge Bank\'>'
+'	  	<a href="../../CKBC/CKBC_000_222/QID_0000_222_000.html" style=\'color:#FFFFFF;font:9pt arial,helvetica;text-decoration:none;font-weight:bold\'>CKB</a></td>'


+'	  <td width="16%" bgcolor="#00006E" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);" title=\'Musical Images\'>'
+'	  	<a href="../../CKBC/CKBC_000_090/Index.html" style=\'color:#FFFFFF;font:9pt arial,helvetica;text-decoration:none;font-weight:bold\'>Music</a></td>'


+'	  <td width="16%" bgcolor="#00006E" onmouseover="mOvr(this,\'#CACADD\',\'#00006E\');" onmouseout="mOut(this,\'#00006E\',\'#FFFFFF\');" onclick="mClk(this);" title=\'Order Clairvision knowledge tracks, books, etc.\'>'
+'	  	<a href="../../CKBR/CKBA/CKBA_000_006/Index.cgi" style=\'color:#FFFFFF;font:9pt arial,helvetica;text-decoration:none;font-weight:bold\'>Order</a></td>'



+'  </tr>'
+'</table>'
+'<BR>');
}