function over(ik){
ik.style.cursor='hand';
ik.style.color='#000000';
ik.style.background='cccccc';
}
function uit(ik){
ik.style.background='#397BAD';
ik.style.color='ffffff';
}




