function openMailForm()
{
	window.open('/mailForm/', 'mail', 'width=480, height=300, resizable=1');
}
