<!--
	function rollover( _image , _imagepath )
	{
	eval( "document." + _image + ".src='" + _imagepath + "';" );
	}
// -->

