

function lookupBy(keyword) {
keyword=Trim(keyword);
if (keywords[keyword]) {
eval("window.location='" + keywords[keyword] + "'");
} else {

alert("Unknown message type: '" + keyword + "'");

}
return false;
}

function findBy(keyword) {
var key = Trim(keyword.toLowerCase());
if (keywords[key]) {
eval("window.location='" + keywords[key] + "'");
} else {

}
return false;
}

var keywords = new Array();
keywords["6"] = "msgType_6_6.html";
keywords["7"] = "msgType_7_7.html";
keywords["B"] = "msgType_B_66.html";
keywords["C"] = "msgType_C_67.html";
keywords["R"] = "msgType_R_82.html";
keywords["S"] = "msgType_S_83.html";
keywords["Z"] = "msgType_Z_90.html";
keywords["a"] = "msgType_a_97.html";
keywords["b"] = "msgType_b_98.html";
keywords["i"] = "msgType_i_105.html";
keywords["V"] = "msgType_V_86.html";
keywords["W"] = "msgType_W_87.html";
keywords["X"] = "msgType_X_88.html";
keywords["Y"] = "msgType_Y_89.html";
keywords["c"] = "msgType_c_99.html";
keywords["d"] = "msgType_d_100.html";
keywords["e"] = "msgType_e_101.html";
keywords["f"] = "msgType_f_102.html";
keywords["g"] = "msgType_g_103.html";
keywords["h"] = "msgType_h_104.html";
keywords["k"] = "msgType_k_107.html";
keywords["l"] = "msgType_l_108.html";
keywords["8"] = "msgType_8_8.html";
keywords["9"] = "msgType_9_9.html";
keywords["D"] = "msgType_D_68.html";
keywords["F"] = "msgType_F_70.html";
keywords["G"] = "msgType_G_71.html";
keywords["H"] = "msgType_H_72.html";
keywords["Q"] = "msgType_Q_81.html";
keywords["E"] = "msgType_E_69.html";
keywords["K"] = "msgType_K_75.html";
keywords["L"] = "msgType_L_76.html";
keywords["M"] = "msgType_M_77.html";
keywords["N"] = "msgType_N_78.html";
keywords["m"] = "msgType_m_109.html";
keywords["J"] = "msgType_J_74.html";
keywords["P"] = "msgType_P_80.html";
keywords["T"] = "msgType_T_84.html";
keywords["j"] = "msgType_j_106.html";
keywords["0"] = "msgType_0_0.html";
keywords["1"] = "msgType_1_1.html";
keywords["2"] = "msgType_2_2.html";
keywords["3"] = "msgType_3_3.html";
keywords["4"] = "msgType_4_4.html";
keywords["5"] = "msgType_5_5.html";
keywords["A"] = "msgType_A_65.html";
