function send_email()
{
	var win_width = 350;
	var win_height = 330;

	window.open('send_email.php?url=' + encodeURIComponent(document.location) + '&title=' + encodeURIComponent(document.title), 'send_email', 'toolbar=0,menubar=0,personalbar=0,scrollbars=0,status=0,location=0,resizable=0,width=' + win_width + ',height=' + win_height);
}
