// JavaScript Document

function move_i(what) { what.style.background='#FFCC66'; }
function move_o(what) { what.style.background='#FBB74B'; }


