1 /*jslint 
  2 browser: true,
  3 nomen: false,
  4 debug: true,
  5 forin: true,
  6 undef: true,
  7 white: false,
  8 onevar: false 
  9  */
 10 var sc, DOMParser;
 11 
 12 sc.helpers.openWindow = function(opts) {};
 13 
 14 
 15 sc.helpers.closeWindow = function(opts) {};
 16 
 17 
 18 sc.helpers.activateWindow = function(opts) {};
 19 
 20 
 21 sc.helpers.getCurrentWindow = function(opts) {};
 22 
 23 
 24 sc.helpers.getOpenWindows = function(opts) {};