function goAjax(product)
{
	Ajax('product.php?product=' + product, 'productInfo');
	window.location.href = '#productInfo';
	return false;
}
