onload = function() {
	var e, i = 0;
	while (e = document.getElementsByTagName ('B') [i++]) {
				if (e.className == 'switch6') {
         e.onclick = function () {
			this.className = this.className == 'switch6' ? 'switch6 off6' : 'switch6';
			this.nextSibling.className = this.className == 'switch6' ? 'hide6' : 'show6'; } }
		  
			
		
	}
}

