function qs(url)
{
  document.location=url;
}
function qst(url)
{
  window.open(url);
}
