﻿function popWindow(url, title, width, height) {
    window.open(url,title,'width=' + width + ',height=' + height + ',resizable=yes,scrollbars=yes,menubar=no,status=yes');
}

function photoCarousel_initCallback(carousel) { }


//

