function goToURL(url)
{
 location.href=url;
}
