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

function image_on_bz_9 (position) {
   var doc = eval("document.imagebz_9" + position);
   doc.src = imageFiles_bz_9[position][1];
}

function image_off_bz_9 (position) {
   var doc = eval("document.imagebz_9" + position);
   doc.src = imageFiles_bz_9[position][0];
}
