function openHelp() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=0;
		y=0;
	}
	else {
		x=0;
		y=0;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("/pops/help.html","help","top="+y+",left="+x+",width=670,height=650,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=3");
	w.focus();
	return;
}

function openHelpHelp() {
	var x=-30;
	var y=-60;
	if (document.layers) {
		x=0;
		y=0;
	}
	else {
		x=0;
		y=0;
	}
	if (x<0) x=0;
	if (y<0) y=0;
	var w=window.open("/pops/helphelp.html","helphelp","top="+y+",left="+x+",width=300,height=300,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=1");
	w.focus();
	return;
}

