function formWindow(filename) {
	window.open(filename, '', 'scrollbars=yes,width=680,status=yes');
}

