// JavaScript Document

function gotopage(url)
{

	window.location.href = url;

}