﻿// JScript File

function enlarge(url, imageType){
    
    var MainImage = window.open(url, imageType, 'width=610,height=610');

}


