function OpenNewWindow(http)
{
	window.open(http, 'emailform', 'width=640,height=400,resisable=yes,scrollbars=yes');
}