// JavaScript Document

function show_category(id, lang){
	new Ajax.Updater('div_contenido', 'modules/catalog/catalog_tasks.php?task=products_by_category&id='+id+'&lang='+lang, {asynchronous:true, evalScripts:true});
}
