function gotopage(url)
{
    location.href = url;
    return false;    
}
