function OpenRouteMap(hikeID)
{
    window.open('RouteMaps/' + hikeID + '.jpg','zoom','width=800,height=600,scrollbars=yes,resizable=yes');
}

function OpenGallery(url)
{
    window.open('http://' + url,'zoom','width=950,height=900,scrollbars=yes,resizable=yes');
}

function OpenHikeDetail(url)
{
    window.open('http://' + url,'zoom','width=900,height=800,scrollbars=yes,resizable=yes');
}

function OpenEdit(hikeID)
{
}