// Client stub for the oldalkeszito PHP Class
function oldalkeszito(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'oldalkeszito';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/core/javascript/auto_server.php?','JSON');
}
oldalkeszito.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	setvarsfromarray: function() { return this.dispatcher.doCall('setvarsfromarray',arguments); },
	belsotartalomosszeallit: function() { return this.dispatcher.doCall('belsotartalomosszeallit',arguments); },
	menuosszeallit: function() { return this.dispatcher.doCall('menuosszeallit',arguments); },
	extramenuosszeallit: function() { return this.dispatcher.doCall('extramenuosszeallit',arguments); },
	extraoldalosszeallit: function() { return this.dispatcher.doCall('extraoldalosszeallit',arguments); },
	frissitveosszeallit: function() { return this.dispatcher.doCall('frissitveosszeallit',arguments); },
	nyelvvalasztasosszeallit: function() { return this.dispatcher.doCall('nyelvvalasztasosszeallit',arguments); },
	kepajanloosszeallit: function() { return this.dispatcher.doCall('kepajanloosszeallit',arguments); },
	megjelenit: function() { return this.dispatcher.doCall('megjelenit',arguments); },
	stylesheetosszeallit: function() { return this.dispatcher.doCall('stylesheetosszeallit',arguments); },
	fejlecosszeallit: function() { return this.dispatcher.doCall('fejlecosszeallit',arguments); },
	lablecosszeallit: function() { return this.dispatcher.doCall('lablecosszeallit',arguments); },
	loginosszeallit: function() { return this.dispatcher.doCall('loginosszeallit',arguments); },
	rendszeruzenetosszeallit: function() { return this.dispatcher.doCall('rendszeruzenetosszeallit',arguments); },
	tartalomosszeallit: function() { return this.dispatcher.doCall('tartalomosszeallit',arguments); },
	tohtml: function() { return this.dispatcher.doCall('tohtml',arguments); }
}

// Client stub for the kepeslapkuldes PHP Class
function kepeslapkuldes(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'kepeslapkuldes';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/core/javascript/auto_server.php?','JSON');
}
kepeslapkuldes.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	kepeslapform: function() { return this.dispatcher.doCall('kepeslapform',arguments); },
	setrules: function() { return this.dispatcher.doCall('setrules',arguments); },
	kepeslap_kuldes: function() { return this.dispatcher.doCall('kepeslap_kuldes',arguments); }
}

// Client stub for the tartalombelsoajax PHP Class
function tartalombelsoajax(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'tartalombelsoajax';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/core/javascript/auto_server.php?','JSON');
}
tartalombelsoajax.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	keresfeldolgozo: function() { return this.dispatcher.doCall('keresfeldolgozo',arguments); }
}

// Client stub for the hangero PHP Class
function hangero(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'hangero';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/core/javascript/auto_server.php?','JSON');
}
hangero.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	set_volume: function() { return this.dispatcher.doCall('set_volume',arguments); }
}

