﻿function GoTo(bookmark)
{
    //document.location = "RetailDirectory.aspx#" + bookmark;
    alert(bookmark);
}
