var i, num, cached = new Array();
var moIm = new Array('/images/topnav_home_1.gif','/images/topnav_specials_1.gif','/images/topnav_fees_1.gif','/images/topnav_faq_1.gif','/images/topnav_tplatforms_1.gif','/images/topnav_contactus_1.gif','/images/open_lt_btn2_1.gif','/images/mt_leftnav_mtd_on.gif','/images/livedemo1.gif','/mtfeatures2/images/soft_button1.gif');
for(i=0,num=moIm.length;i<num;i++){
	cached[i] = new Image();
	cached[i].src = moIm[i];
}