﻿function showpic(id, picture, width, height) {
	window.open('/file/' + picture+'.jpg', 'cmspicture' + id, 'width=' + (width - 1) + ',height=' + (height - 1));
}