function GotoUrl(url)
{
   top.location.href=url;
}