diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index 0401f4d..c5f31af 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -565,6 +565,16 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$('#daImagePanel').remove();
if ($('#jsPanel-1').length > 0)
$('#jsPanel-1').remove();
+
+ if ($('#3DImagePanel').length > 0)
+ $('#3DImagePanel').remove();
+
+ if ($('#ciImagePanel').length > 0)
+ $('#ciImagePanel').remove();
+
+ if ($('#caVideoPanel').length > 0)
+ $('#caVideoPanel').remove();
+
$location.url('/' + slug);
$rootScope.$broadcast('jsPanelCloseEvent', true);