/**
 * sotarQUERY
 *
 * The sotarQUERY is an accessible web questionary management system that
 * specializes in accessibility and generates W3C-compliant HTML code.
 *
 * PHP version 5
 * @copyright  sotarsoft 2007
 * @author     sotarsoft <info@sotarsoft.pl>
 * @package    Frontend
 * @filesource $Source: c:\cvsroot/educentrum/ankieta/js/ank_zdz_1.js,v $
 * @version    file: $Revision: 1.1 $
 * @version    system: sotarQUERY v.0.8
 */
 
  function initialize() {
  	  var watcher3 = new SubTypeWatcher('ank_zdz_1_09', 'ank_zdz_1_10');
      var func2 = function(type) { if (type == 'on') { watcher3.update(); } };
  	  var watcher2 = new SubTypeArrWatcher('ank_zdz_1_04', ['ank_zdz_1_05', 'ank_zdz_1_06', 'ank_zdz_1_07', 'ank_zdz_1_08', 'ank_zdz_1_09', 'ank_zdz_1_10'], func2);
  }

  Event.observe(window, 'load', initialize, false);