function goto(loc)
{
window.location.href=loc;
}

