// JavaScript Document
function helpOptions( page ){
	window.open('/help.php#' + page,'','width=400,height=300,scrollbars=yes,resizable=yes');
	return false;
}