
function goToPage(id)
{
	if (id)
	{
		window.location="/nen/servlet/dispatcher.Dispatcher?id=" + id;
	}
}
