// Swap Barrel Image Function
//function swapb(source) {
//    if (document.images) {
//        document.images['barrel'].src = source;
//    }
//}
// Swap Handle Image Function
// function swaph(source) {
//     if (document.images) {
//        document.images['handle'].src = source;
//    }
//}
