
	
	

	


// function initAjaxGallery( img_src )
// {
	
	// var CB_Gallery=new Array(); 
	// CB_Gallery[0]="Gallery"; 
	
	// var length = 1;
	// var start = '';
	// $.ajax({
		// type: "GET",
		// url: "?mod=gallery&cla=gallery&fun=access&getaway=richerGallery&gid=1&ff=praseXML",
		// dataType: "xml",
		// success: function(data) {
			// $(data).find("picture").each(function () {
			
				// CB_Gallery[length]=new Array(); // első galériaelem tömbjének létrehozása:
				// start = $(this).attr('kep')
				// CB_Gallery[length][0]=$(this).attr('kep'); // url (elérési út)
				// CB_Gallery[length][1]='image'; // type (típus)
				// CB_Gallery[length][2]=$(this).attr('cim'); // title (cím)
				// CB_Gallery[length][5]=$(this).attr('kiskep'); // thumbnail elérési út
				// CB_Gallery[length][8]='-'; // comment 
				
				// length++;
			// });
			// CB_Init();
			// CB_Open('gallery=Gallery,,href='+start+''); 
		// }
	// });
// }

