function goto(url)
{
    document.location.href = url;
}
function box(msg)
{
	alert(msg);
}