function OpenContact(http)
{
	var wName = window.open(http, 'contact', 'width=640,height=400,resisable=yes,scrollbars=yes');
	wName.focus();
}

