function help(tag) {
	var windowRef;
	windowRef = window.open("/routes/help.php#" + tag, "RouteDB_Guidelines", "width=400,height=400, menubar=no,location=no,resizable=yes,scrollbars=yes,status=no");
	windowRef.focus();
}

