// JavaScript Document
		function full_link()
		{
			document.write("<a")
			document.write(" hr")
			document.write("ef='")
			document.write(full_link.arguments[0])
			document.write("' title='")
			document.write(full_link.arguments[1])
			document.write("' target='")
			document.write(full_link.arguments[2])
			document.write("'>")
			document.write(full_link.arguments[3])
			document.write("</a> ")
	
		}

