﻿// JScript File

function showExpandedView(lsImageName, lsWidth, lsHeight)
{
	return window.open('ExpandedView.aspx?ImageName=' + lsImageName + '&Width=' + lsWidth + '&Height=' + lsHeight, '', 'width=' + lsWidth + ',height=' + lsHeight + ',scrollbars=0,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0');
}