
//
// showHelpIndex
//
// Show the specified help index page in a new browser window
//
function showHelpIndex() {
	window.open('/help/','HelpIndex','location=no,toolbar=no,status=no,directories=no,scrollbars=yes, resizable=yes, width=750, height=540'); 
}
