<!--

var imageList = new Array();
function preloadImages() {
	//for (i = 0; i < preLoadList.arguments.length; i++) {
	for (i = 0; i < preLoadList.length; i++) {
		imageList[i] = new Image();
		//imageList[i].src = preLoadList.arguments[i];
		imageList[i].src = preLoadList[i];
	}
}

var preLoadList = new Array();
// Define PreLoad Image List
preLoadList[0] = "images/p_table/Mg_2.gif";
preLoadList[1] = "images/p_table/K_2.gif";
preLoadList[2] = "images/p_table/Rb_2.gif";
preLoadList[3] = "images/p_table/Ca_2.gif";
preLoadList[4] = "images/p_table/Sr_2.gif";
preLoadList[5] = "images/p_table/Ba_2.gif";
preLoadList[6] = "images/p_table/Ti_2.gif";
preLoadList[7] = "images/p_table/Zr_2.gif";
preLoadList[8] = "images/p_table/Hf_2.gif";
preLoadList[9] = "images/p_table/V_2.gif";
preLoadList[10] = "images/p_table/Ta_2.gif";
preLoadList[11] = "images/p_table/Cr_2.gif";
preLoadList[12] = "images/p_table/Mo_2.gif";
preLoadList[13] = "images/p_table/W_2.gif";
preLoadList[14] = "images/p_table/Re_2.gif";
preLoadList[15] = "images/p_table/Fe_2.gif";
preLoadList[16] = "images/p_table/Ru_2.gif";
preLoadList[17] = "images/p_table/Os_2.gif";
preLoadList[18] = "images/p_table/Ir_2.gif";
preLoadList[19] = "images/p_table/Ni_2.gif";
preLoadList[20] = "images/p_table/Pd_2.gif";
preLoadList[22] = "images/p_table/Pt_2.gif";
preLoadList[23] = "images/p_table/Cu_2.gif";
preLoadList[24] = "images/p_table/Ag_2.gif";
preLoadList[25] = "images/p_table/Zn_2.gif";
preLoadList[26] = "images/p_table/Cd_2.gif";
preLoadList[27] = "images/p_table/Hg_2.gif";
preLoadList[28] = "images/p_table/Ga_2.gif";
preLoadList[29] = "images/p_table/In_2.gif";
preLoadList[30] = "images/p_table/Ti_2.gif";
preLoadList[31] = "images/p_table/Si_2.gif";
preLoadList[32] = "images/p_table/Ge_2.gif";
preLoadList[33] = "images/p_table/Sn_2.gif";
preLoadList[34] = "images/p_table/Pb_2.gif";
preLoadList[35] = "images/p_table/Sb_2.gif";
preLoadList[36] = "images/p_table/O_2.gif";
preLoadList[37] = "images/p_table/S_2.gif";
preLoadList[38] = "images/p_table/Se_2.gif";
preLoadList[39] = "images/p_table/Te_2.gif";
preLoadList[40] = "images/p_table/Ar_2.gif";
preLoadList[41] = "images/p_table/Kr_2.gif";
preLoadList[42] = "images/p_table/Xe_2.gif";
preLoadList[43] = "images/p_table/La_2.gif";
preLoadList[44] = "images/p_table/Ce_2.gif";
preLoadList[45] = "images/p_table/Nd_2.gif";
preLoadList[46] = "images/p_table/Sm_2.gif";
preLoadList[47] = "images/p_table/Eu_2.gif";
preLoadList[48] = "images/p_table/Gd_2.gif";
preLoadList[49] = "images/p_table/Dy_2.gif";
preLoadList[50] = "images/p_table/Er_2.gif";
preLoadList[51] = "images/p_table/Yb_2.gif";
preLoadList[52] = "images/p_table/Lu_2.gif";

//-->
