var webroot = "/cmsf";

function go()
{
  //  location.replace(webroot + whereTo);
    location.replace("http://localhost/cmsf/index.php");
}