function help (page) {
	W1=window.open(page,'help','resizable,width=320,height=200');
	W1.focus();
	}
function help2 (page) {
	W1=window.open(page,'help','resizable,width=320,height=240');
	W1.focus();
	}