
	function movein(which)
	{
		which.style.cursor='pointer'
	}

	function moveout(which){
		which.style.cursor='default'
	}


	function loadmore( theUrl )
	{
		window.open( theUrl, "_top" );
	}
