function _sb(anchor, onoff) {
	var id;
	for( id=0; id<document.links.length; ++id ) {
		if( document.links[id].className == 'hyper' ) {
			if( document.links[id].name == anchor ) {
				document.links[id].style.color = (onoff == 1) ? '#015540' : '#BED3CC';
				document.links[id].style.backgroundColor = (onoff == 1) ? '#fedc98' : '#015540';
			} else {
				//document.links[id].style.backgroundColor = '#015540';
			}
		}
	}
	return 0;
}

function _cb() {

	document.write('<table width=80%><tr>');

	document.write('<td align=left><span class=finepr>');
	document.write('<a class=hyper name=hsg href="../../index.html" onMouseOver="return _sb(');
	document.write("'hsg',1);");
	document.write('" onMouseOut="return _sb(');
	document.write("'hsg',0);");
	document.write('">to Harmonic Services Group home</a>');
	document.writeln('</span></td>');

	document.write('<td align=right><span class=finepr>');
	document.write('<a class=hyper name=oth href="../../repcomp.html" onMouseOver="return _sb(');
	document.write("'oth',1);");
	document.write('" onMouseOut="return _sb(');
	document.write("'oth',0);");
	document.write('">to Other Composers</a>');
	document.write('</span></td>');
	document.writeln('</tr></table>');
}

function _bb() {

	document.write('<p>&nbsp;<p align=center>');
	document.write('<a href="../../wlist.html">List of All Works</a>&nbsp;&nbsp;');
	document.write('<a href="../../repcomp.html">Our Composers</a>&nbsp;&nbsp;');
	document.write('<a href="../../index.html">Home</a>&nbsp;&nbsp;');
	document.write('<a href="../../muspub.html">Music Publishing</a>&nbsp;&nbsp;');
	document.write('<a href="../../contact.html">Contact Info</a>&nbsp;&nbsp;');

	document.writeln('</p>');

	document.write('<table class=inner width=100%><tr><td align=center height="10%">');
	document.write('<span class=here><span class=finepr>');
	document.write('&copy; Harmonic Services Group 2003-2009');
	document.write('</span></span>');
	document.writeln('</td></tr></table>');
}
