﻿// JScript File

function openImage(imgFile) {
    myRef = window.open('/viewKitchen.aspx?imgPath=' + imgFile,'myImg','left=20,top=20,width=550,height=500,toolbar=0,resizable=0');
}