var RepComp = 'HIDDEN_OFF';
function _sb(anchor, onoff) {
	var id;
	var elemid;
	for( id=0; id<document.links.length; ++id ) {
		if( document.links[id].className == 'hyper' || document.links[id].className == 'hypersub' ) {
			if( document.links[id].name == anchor ) {
				document.links[id].style.color = (onoff == 1) ? '#015540' : '#BED3CC';
				document.links[id].style.backgroundColor = (onoff == 1) ? '#fedc98' : '#015540';
				if( anchor == 'repcomp' ) {
					elemid = document.getElementById("complist");
					if( RepComp == 'HIDDEN_OFF' ) {
						elemid.style.visibility = 'visible';
						RepComp = 'VISIBLE_ON';
					} else {
						if( RepComp == 'VISIBLE_ON' ) {
							RepComp = 'VISIBLE_OFF';
						} else {
							if( RepComp == 'VISIBLE_OFF' ) {
								elemid.style.visibility = 'hidden';
								RepComp = 'VISIBLE_OFF_IN';
							} else {
								RepComp = 'HIDDEN_OFF';
							}
						}
					}
				} else {
					if( document.links[id].className == 'hyper' ) {
						elemid = document.getElementById("complist");
						elemid.style.visibility = 'hidden';
						RepComp = 'HIDDEN_OFF';
					}
				}
			} else {
				document.links[id].style.backgroundColor = '#015540';
			}
		}
	}
	return 0;
}

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>');
}
