/*
// -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
   Namespace com.acuataller
   version:  d08-m06-a06
//  -- -- -- -- -- -- -- -- --
//  Mauricio F. Tolezano (www.acuataller.com)
// -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
// 
//
*/


if(typeof com == 'undefined') {
	com = new Object();
}

if(typeof com.acuataller == 'undefined') {
	com.acuataller = new Object();
}

if(typeof com.acuataller.utiles == 'undefined') {
	com.acuataller.utiles = new Object();
}

if(typeof com.acuataller.ui == 'undefined'){
	com.acuataller.ui = new Object();
}

