function cartlink(url, id) {
	var cl = document.getElementById('c' + id).value;
	//var a = '<xsl:value-of select="@root_page"/>/index.php?lang=<xsl:value-of select="@lang"/>&amp;apage=add2cart&amp;catid=' + id + '&amp;cac=' + cl;
	var a = url + '&cac=' + cl;
	document.location.replace(a); 
	return false
}

//$(document).ready(function(){	
//	$("#slider").easySlider({
//		auto: true, 
//		continuous: true,
//		speed: 		1600,
//		controlsShow: false,
//		pause: 2500
//	});
//});	


$(function() {
	$('a[rel*=lightbox]').lightBox();
});

