img0_on = new Image;
img0_on.src="../../../logo_spinC.gif";

function over_image(logo)
{
document[logo].src = eval(logo + "_on.src");
}