function addToBasket(id){
	ajax_loadContent('content_'+id,'/des/ajax/php/addToBasket.php?id='+id);
	return false;
}