var imageFiles_1loz1_1 = new Array();
imageFiles_1loz1_1['0'] = new Array ('_images/1loz1_CWCI.gif', '_images/1loz1_CWCIMouseover.gif');
imageFiles_1loz1_1['1'] = new Array ('_images/1loz1_DWC.gif', '_images/1loz1_DWCMouseover.gif');

function image_on_1loz1_1 (position) {
   var doc = eval("document.image1loz1_1" + position);
   doc.src = imageFiles_1loz1_1[position][1];
}

function image_off_1loz1_1 (position) {
   var doc = eval("document.image1loz1_1" + position);
   doc.src = imageFiles_1loz1_1[position][0];
}

