function emailthispage(urltosend)
{
	ew = window.open("emailthispage.asp?addr="+escape(urltosend),"ewin","width=425,height=220")
	ew.focus()
}