function selOn(ctrl)
{
ctrl.style.cursor = 'pointer';
ctrl.style.cursor = 'hand';
}

