﻿function enlargeImage(page, width, height) {
	width += 40;
	height += 60;
	window.open(page, "", "toolbar=no,location=no,scrollbars=no,width=" + width + ",height=" + height + ",top=50,left=350,resizable=no");
}