// JavaScript Document
function GoToPage(page_name)
{
	location.href = page_name;
}
