//******************************
// Preload The Following Images:
//******************************

var historyBtnImages = new Array();
historyBtnImages[0] = new Image();
historyBtnImages[0].src = "http://www.medacharity.com/images/global/btn-history.gif";
historyBtnImages[1] = new Image();
historyBtnImages[1].src = "http://www.medacharity.com/images/hi3.gif";

var selectionCommitteeBtnImages = new Array();
selectionCommitteeBtnImages[0] = new Image();
selectionCommitteeBtnImages[0].src = "http://www.medacharity.com/images/global/btn-selectioncomm.gif";
selectionCommitteeBtnImages[1] = new Image();
selectionCommitteeBtnImages[1].src = "http://www.medacharity.com/images/bm1.gif";

var nominationFormBtnImages = new Array();
nominationFormBtnImages[0] = new Image();
nominationFormBtnImages[0].src = "http://www.medacharity.com/images/global/nf.gif";
nominationFormBtnImages[1] = new Image();
nominationFormBtnImages[1].src = "http://www.medacharity.com/images/nf1.gif";

var contactUsBtnImages = new Array();
contactUsBtnImages[0] = new Image();
contactUsBtnImages[0].src = "http://www.medacharity.com/images/global/btn-contactinfo.gif";
contactUsBtnImages[1] = new Image();
contactUsBtnImages[1].src = "http://www.medacharity.com/images/cont1.gif";

