/**
 * @fileoverview Zapatec Form widget. Include this file in your HTML page.
 * Includes Zapatec Form modules: zpform.js, field.js, validator.js, utils.js.
 *
 * <pre>
 * Copyright (c) 2004-2006 by Zapatec, Inc.
 * http://www.zapatec.com
 * 1700 MLK Way, Berkeley, California,
 * 94709, U.S.A.
 * All rights reserved.
 * </pre>
 */

/**
 * Get path to this script
 * @private
 */

Zapatec.formPath = Zapatec.getPath();

// Include required scripts
Zapatec.Transport.include(Zapatec.formPath + 'zpform.js');
Zapatec.Transport.include(Zapatec.formPath + 'field.js');
Zapatec.Transport.include(Zapatec.formPath + 'validator.js');
Zapatec.Transport.include(Zapatec.formPath + 'utils.js');

Zapatec.Utils.addEvent(window, 'load', Zapatec.Utils.checkActivation);

