var imageFiles_r5_1 = new Array();
imageFiles_r5_1['0'] = new Array ('_images/r5_Alloy_Chain_Sling_Instructions.gif', '_images/r5_Alloy_Chain_Sling_InstructionsMouseover.gif');
imageFiles_r5_1['1'] = new Array ('_images/r5_Wire_Rope_Instructions.gif', '_images/r5_Wire_Rope_InstructionsMouseover.gif');
imageFiles_r5_1['2'] = new Array ('_images/r5_Web_Sling_Instructions.gif', '_images/r5_Web_Sling_InstructionsMouseover.gif');
imageFiles_r5_1['3'] = new Array ('_images/r5_J_Hook_Instructions.gif', '_images/r5_J_Hook_InstructionsMouseover.gif');

function image_on_r5_1 (position) {
   var doc = eval("document.imager5_1" + position);
   doc.src = imageFiles_r5_1[position][1];
}

function image_off_r5_1 (position) {
   var doc = eval("document.imager5_1" + position);
   doc.src = imageFiles_r5_1[position][0];
}

