﻿function MainInstanceList_DisplayInstanceDetails(ContainerID, ItemDetailsID){
	$('#'+ContainerID).html($('#'+ItemDetailsID).html());
}

