function getVar(askVal) {
	var lvars = new Array();
	lvars["appname"]="Electronic Registration Application";
	lvars["graphic"]="cmecf7.gif";
	lvars["courtweburl"]="www.moeb.uscourts.gov";
	lvars["doc_path"]="http://www.moeb.uscourts.gov/cml_pdfs/";
	lvars["doc1_name"]="rev_proc_man.pdf";
	lvars["doc1_text"]="Bankruptcy Court's Procedure Manual";
	lvars["doc2_name"]="rev_loc_rules.pdf";
	lvars["doc2_text"]="Local Rules of Bankuptcy Procedure";
	lvars["doc3_name"]="uag2008_a.pdf";
	lvars["doc3_text"]="Attorneys";
	lvars["doc4_name"]="uag2008_l.pdf";
	lvars["doc4_text"]="Limited Filers";
	lvars["district"]="Eastern District of Missouri";
	lvars["lrdoc_name"]="lr5005B.pdf";
	lvars["lrdoc_text"]="Local Rule of Bankruptcy Procedure 5005(B)";
	lvars["start_page"]="cmecf/cmecf_login_info.htm";
	lvars["helpdesk_text"]="CM/ECF Help Desk";
	lvars["helpdesk_phone"]="1-866-803-9517";
	lvars["traininglink"]="cmecf/training.htm";

	var returnVal=lvars[askVal];

	return(returnVal);
}


