Draggable images

We populate the page with images presented in different box-wrappings.

Image1 and Image2 is normal itemBoxes,
with normal header and with/without toggler.

bs1
Image 1

bs2

Image3 and Image4 is image itemBoxes,
Image3 has "no-header" and Image4 has "dynamic-header" in classlist
and are draggable by content

bs3
bs4

This is image4.
I will disappear
if you close me

Image5 and Image6 is itemBoxes,
with a special stylesheet "style-imagebox" in class list
Image 5 has "dynamic-header" in class list
and Image 6 has "no-header" in class list.

bs5
image 5
bs6
I am box6

function recoverBox(id){
	var box=itemHolder.getBoxById(id);
	box.showHeader();
	box.toggleOn();
	box.showBox();
}
It may be a good idea to inspect the code,
and inspect elements