function support() {
	var width = 400;
	var height = 300;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2 - 20;
	newWindow = window.open('/forms/help/support.htm',null,'height='+height+',width='+width+',left='+left+',top='+top+',status=no,toolbar=no,menubar=no,location=no,scrollbars=yes');
	newWindow.focus();
}
