/*    =======================================
 
    Copyright 1998 - 2010 - E Net Arch
 
    This program is distributed under the terms of the GNU
 
    General Public License (or the Lesser GPL).
 
    www.ENetArch.net
 
    ======================================= */
 
 
// ==============================================
 
// Provides the Global JavaScript Name Space ENetArch
 
//
 
 
var ENetArch = {};
 
 
 
 |