function navigate(position, action, currenturl)
{
	if(action == "index") $('html, body').animate({ scrollTop: ($(position).offset().top) }, 1000); 
	//window.location = currenturl + "" + position;
}

