function tabbing_skin_163648 (super_cat_ids, super_titles, onclickcode) 
{
	var mods = ["LATEST", "MOST_POPULAR"];
	var c = '<span id=slider_items_' + super_cat_ids[0] + ' class=slider_items_' + super_cat_ids[0] +'>';
	if(super_cat_ids) 
	{ 
		for(var i=0; i<super_cat_ids.length; i++)
		{ 
			c = c + "<a " + (i==0? "class='first tab-selected' " : "") + "href=javascript:void(0); id=link_" + i + "_" + super_cat_ids[i] +
						  " onclick=\"AdTrack.t('" + window.location.href + "', '" + mods[i] + "_INT', 1);" + onclickcode + ";\">" +
						  super_titles[i].substring(0,1).toUpperCase() + super_titles[i].substring(1,super_titles[i].length)  +"</a>"; 
		}
	}
	c = c + '</span>';
	return c;
}

function tabbing_skin_220581 (super_cat_ids, super_titles, onclickcode) 
{
	var mods = ["LATEST", "MOST_POPULAR"];
	var c = '<span id=slider_items_' + super_cat_ids[0] + ' class=slider_items_' + super_cat_ids[0] +'>';
	if(super_cat_ids) 
	{ 
		for(var i=0; i<super_cat_ids.length; i++)
		{ 
			c = c + "<a " + (i==0? "class='first tab-selected' " : "") + "href=javascript:void(0); id=link_" + i + "_" + super_cat_ids[i] +
						  " onclick=\"AdTrack.t('" + window.location.href + "', '" + mods[i] + "_INT', 1);" + onclickcode + ";\">" +
						  super_titles[i].substring(0,1).toUpperCase() + super_titles[i].substring(1,super_titles[i].length)  +"</a>"; 
		}
	}
	c = c + '</span>';
	return c;
}

