﻿// JScript File

function displayLargeImage( path, width, height ) {
    void( window.open('../Product/LargeImageViewer.aspx?Path=' + path,'','toolbar=no,location=no,directories=no,status=yes,scrollbars=no,resizable=yes,copyhistory=no,width=' + width + ',height=' + height) );
}