function showEditDiv(item_id){
	return hs.htmlExpand(document.getElementById("link_to_edit_item_"+item_id), { contentId: 'edit_item_'+item_id, outlineType: 'rounded-white', outlineWhileAnimating: true } )
}
