var imageFiles_hp_22 = new Array();
imageFiles_hp_22['0'] = new Array ('_images/hp_Home.gif', '_images/hp_HomeMouseover.gif');
imageFiles_hp_22['1'] = new Array ('_images/hp_About_Us.gif', '_images/hp_About_UsMouseover.gif');
imageFiles_hp_22['2'] = new Array ('_images/hp_Clients.gif', '_images/hp_ClientsMouseover.gif');
imageFiles_hp_22['3'] = new Array ('_images/hp_News_Article.gif', '_images/hp_News_ArticleMouseover.gif');
imageFiles_hp_22['4'] = new Array ('_images/hp_Feedback.gif', '_images/hp_FeedbackMouseover.gif');
imageFiles_hp_22['5'] = new Array ('_images/hp_Contact_Us.gif', '_images/hp_Contact_UsMouseover.gif');

function image_on_hp_22 (position) {
   var doc = eval("document.imagehp_22" + position);
   doc.src = imageFiles_hp_22[position][1];
}

function image_off_hp_22 (position) {
   var doc = eval("document.imagehp_22" + position);
   doc.src = imageFiles_hp_22[position][0];
}
