var imageFiles_bz_3 = new Array();
imageFiles_bz_3['0'] = new Array ('_images/bz_Perth.gif', '_images/bz_PerthMouseover.gif');

function image_on_bz_3 (position) {
   var doc = eval("document.imagebz_3" + position);
   doc.src = imageFiles_bz_3[position][1];
}

function image_off_bz_3 (position) {
   var doc = eval("document.imagebz_3" + position);
   doc.src = imageFiles_bz_3[position][0];
}
