// JScript source code
function changecolorin(obj) {
	//alert(obj.)
	obj.color = "orange"
	
	//window.fnthome.color ="red"
	//window.tblhome.style.backgroundColor = "lime"
	}
	function changecolorout(obj) {
	obj.color ="blue"
	//window.tblhome.style.backgroundColor = ""
	}
	
	function OpenVB101() {
	
	winf550 = window.open("vb101/index.htm","VB101")

	}
	

