function sendmail(mappath)
{
	window.open("mailform.asp?mappath="+escape(mappath),'popwindow','width=600 height=400 menubar=no scrollbars=no resizable=yes toolbars=no')
}