function addToShoppingCard(idx)
{
	window.location = "basket.php?op=add&id=" + idx;	
	return false;
}
