Index: /issm/trunk/test/NightlyRun/test1205.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1205.m	(revision 5764)
+++ /issm/trunk/test/NightlyRun/test1205.m	(revision 5765)
@@ -1,3 +1,5 @@
 %The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling
+printingflag=false;
+
 numlayers=10;
 resolution=30000;
@@ -77,4 +79,10 @@
 caxis([0 100]);
 
+if printingflag, 
+	set(gcf,'Color','w')
+	printmodel('hutterstatic','png','margin','on','marginsize',25,'frame','off','resolution',0.7,'hardcopy','off');
+	system(['mv hutterstatic.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/EISMINT/IceSheet']);
+end
+
 %Fields and tolerances to track changes
 field_names     ={ ...
Index: /issm/trunk/test/NightlyRun/test1206.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1206.m	(revision 5764)
+++ /issm/trunk/test/NightlyRun/test1206.m	(revision 5765)
@@ -1,3 +1,5 @@
 %The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling
+printingflag=false;
+
 numlayers=10;
 resolution=30000;
@@ -76,4 +78,10 @@
 caxis([0 100]);
 
+if printingflag, 
+	set(gcf,'Color','w')
+	printmodel('pattynstatic','png','margin','on','marginsize',25,'frame','off','resolution',0.7,'hardcopy','off');
+	system(['mv pattynstatic.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/EISMINT/IceSheet']);
+end
+
 %Fields and tolerances to track changes
 field_names     ={ ...
Index: /issm/trunk/test/NightlyRun/test1207.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1207.m	(revision 5764)
+++ /issm/trunk/test/NightlyRun/test1207.m	(revision 5765)
@@ -1,3 +1,5 @@
 %The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling
+printingflag=false;
+
 numlayers=10;
 resolution=30000;
@@ -76,4 +78,10 @@
 caxis([0 100]);
 
+if printingflag, 
+	set(gcf,'Color','w')
+	printmodel('stokesstatic','png','margin','on','marginsize',25,'frame','off','resolution',0.7,'hardcopy','off');
+	system(['mv stokesstatic.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/EISMINT/IceSheet']);
+end
+
 %Fields and tolerances to track changes
 field_names     ={ ...
