function changePage(page, value)
{
	window.location=page + value;
}

function showAdnotare()
{
	if(window.confirm("Ca sa vezi aceasta adnotare te costa:"))
		return true;
	else
		return false;
}