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

function image_on_bz_11 (position) {
   var doc = eval("document.imagebz_11" + position);
   doc.src = imageFiles_bz_11[position][1];
}

function image_off_bz_11 (position) {
   var doc = eval("document.imagebz_11" + position);
   doc.src = imageFiles_bz_11[position][0];
}
