/* system wide functions*/
function ForwardToPage(forward_link)
{
	window.location = forward_link;
}

