function applyHP()
		{
			var box = document.selectbox.tellmemore.value;
			if(box.indexOf("pdf")>0)
			{
				window.open(box,"_blank");
			}
			else
			{
				document.location.href=box;
			}
		}
