<!--
	function rollOver(obj, state)
	{
  		obj.className = state;
	}
	
	function test() {
	window.alert("worked");	
	}
-->