/**
	@name EURIPYPClass
	@version 0.1
	@copyright 2009 EURIP.com
**/
var EURIPYPClass = Class.create({
	Version : '0.0.1',
	Config : {},
	ConfigAjax : {},
	ConfigAdmin : {},
	ConfigLocal : {},

//	FORCER Constructor
	initialize: function() {
	  }
	});


/**
	@name EURIPYPAjaxClass
	@version 0.1
	@copyright 2011 EURIP.com	
**/
var EURIPYPAjaxClass = Class.create(EURIPYPClass,{
	ConfigAjax : {
		statusautocomplete:false,
		statusautocompletediv:false,

		urlformsearch:'/ajaxlib/eurip/yp/form-search.html',
		urlformsearchcategories:'/ajaxlib/eurip/yp/form-search-categories.html',
		urlformsearchdetails:'/ajaxlib/eurip/yp/formdetails/',
		urlsearch:'/ajaxlib/eurip/yp/entry-search.html',
		urlsearchchanges:'/ajaxlib/eurip/yp/entry-search-changes.html',
		urlsearchdeletes:'/ajaxlib/eurip/yp/entry-search-deletes.html',

		urlformnew:'/ajaxlib/eurip/yp/form-new.html',
		urlnew:'/ajaxlib/eurip/yp/entry-new.html',
		urlformedit:'/ajaxlib/eurip/yp/form-edit.html',
		urlformchanges:'/ajaxlib/eurip/yp/form-changes.html',
		
		urledit: '/ajaxlib/eurip/yp/entry-edit.html',

		urlformtypes: '/ajaxlib/eurip/yp/form-types.html',
		urlformdelete: '/ajaxlib/eurip/yp/form-delete.html',
		urlformconnect: '/ajaxlib/eurip/yp/form-connect.html',

		urlformimagenew: '/ajaxlib/eurip/yp/form-images-new.html',
		urlformimageedit: '/ajaxlib/eurip/yp/form-images-edit.html',
		urlformimageeditlist: '/ajaxlib/eurip/yp/form-images-list.html',
		urlimageedit: '/ajaxlib/eurip/yp/images-edit.html'
		}
	});
var EURIPYPAjax = new EURIPYPAjaxClass();

