function goUrl(page)
{
document.location.href = page;
}

