﻿function galleryRedirect() {
    var strUrl = document.getElementById('ddlGallery').value;
    window.location = strUrl;
}
