function openDesign(iDesignId, iWidth, iHeight)
{
	if (iDesignId != "") {
		sURL = "thumbnail.asp?id=" + iDesignId;
		window.open(sURL, "thumbnails", "toolbar=no,location=no,scrollbars=yes,resizable=yes,width=" + iWidth + ",height=" + iHeight)
	}
}
