<!--function switchOn(itemId) {	document.getElementById(itemId).style.color='#006600';	}function switchOff(itemId) {	//alert("here!");	document.getElementById(itemId).style.color='#CCCC99';	}function statBar(txt) {	window.status = txt;}// -->