function openRestaurant(val)
{
	//alert('selected - ' + val);
	window.location = ("restaurant.php?id=" + val);
}