Here is a cool tip if you want to can double click on the window icon close when you double click similar to windows. 
$(document).ready(function () {
$(β.dhtmlx_wins_iconβ).dblclick(function () {
parent.dhxWins.window(βw1β).close();
});
}