function mover(o,ext) {
    				o.src = o.src.replace(ext,"_o"+ext);
    				current.src = current.src.replace("_o"+ext,ext);
    			}
function mout(o,ext) {
    				o.src = o.src.replace("_o"+ext,ext);
    				current.src = current.src.replace(ext,"_o"+ext);
    			}
function showthis(o) {
    				dimage.src = o.src.replace("_o.png",".jpg");;
    			}
function swapicon(o,dir) {
    				prod_icon.src = dir+o+"_icon.jpg";
    			}










