	/*this is the script that maintains the link displayer*/
	function tip_writer-clear_tip(txt)
		{
			document.getElementById('link_info').innerHTML=txt
		}

	function tip_writer-gettip(txt)
		{
			document.getElementById('link_info').innerHTML=txt
		}
