Index: trunk/ippTasks/phase0.pro
===================================================================
--- trunk/ippTasks/phase0.pro	(revision 11412)
+++ trunk/ippTasks/phase0.pro	(revision 11476)
@@ -31,4 +31,34 @@
   book listbook p0PendingImfile
   book listbook p0PendingExp
+end
+
+macro phase0.on
+  task phase0.imfile.load
+    active true
+  end
+  task phase0.imfile.run
+    active true
+  end
+  task phase0.exp.load
+    active true
+  end
+  task phase0.exp.run
+    active true
+  end
+end
+
+macro phase0.off
+  task phase0.imfile.load
+    active false
+  end
+  task phase0.imfile.run
+    active false
+  end
+  task phase0.exp.load
+    active false
+  end
+  task phase0.exp.run
+    active false
+  end
 end
 
