function over(id,name,ok){
    if (document.images && ok == 1) {
        document.images[id].src = eval(name+".src");
    }
    return false;
}
