function changeSolDate()
{
    var date = document.getElementById("cal_input_solunar_date_main").value;
    window.location="../../Pages/Solunar/solunarStartdata" + date;
}

function thumbSolShow(obj, e)
{
    obj.style.position   = "absolute";
    obj.style.visibility = "visible";
    obj.style.display    = "block";
}

function thumbSolHide(obj)
{
    obj.style.visibility = 'hidden';
    obj.style.display    = 'none';
}
