﻿function OpenScreenShot(image, width, height) {
    window.open(
    '/features/screenshots/800/' + image,
    'BibleStudyPro.com: Screenshots', 
    'width=' + width + ',height=' + height + ',menubar=yes,status=yes');
}

function ShowFeature(Image800, Title) {
    $get('imgDisplay').src='../ScreenShots/800/' + Image800;
    $get('divMessage').innerText = Title;

}
