var imageFiles_4ht_1 = new Array();
imageFiles_4ht_1['0'] = new Array ('_images/4ht_More_From_Giuseppe_s_Pizza.gif', '_images/4ht_More_From_Giuseppe_s_PizzaMouseover.gif');

function image_on_4ht_1 (position) {
   var doc = eval("document.image4ht_1" + position);
   doc.src = imageFiles_4ht_1[position][1];
}

function image_off_4ht_1 (position) {
   var doc = eval("document.image4ht_1" + position);
   doc.src = imageFiles_4ht_1[position][0];
}
