﻿function LoadDirections()
{

var StoreID = document.getElementById('dnn_ctr559_StoreDetail_hidStoreID').value;
var urlString = '/Stores/tabid/62/Default.aspx?Store=' + StoreID;
window.location = urlString;
}