function chooseprods(catid, lang, prodid)
{
	$("#prodsid").load("/ajax_set_prods.php", {catid: catid, lang:lang, prodid:prodid});
	return false;
}
