
function maxView(url) {
    if (document.all) {
        window.open('slideshow/load-images.html','empDay','fullscreen=yes');
        }
    }


