
function HandleOneClick(item)
{
    if(item != "" && item != ".aspx")
    {
        location.href = item.Value + ".aspx";
    }
}
