function setdivs()
{
     obj = document.all["menutd"];
     height = obj.offsetHeight;

     leftbund = document.all["lowerleftdiv"];
     height = height - leftbund.offsetHeight;

     obj = document.all["topmenudiv"];
     obj.style.height=height+"px";
     
     leftbund.style.visibility="visible";
}

function mailme()
{
     url="mailto:bc";
     url = url + "@dan";
     url = url + "promote";
     url = url + ".dk";
     location.href=url;
}

function checksearchquery(q)
{
     if(q == "")    {
          alert("Der mangler en søgetekst...");
          return false;
     }
     else           { return true; }
}

function setsearchdest(key)
{

     obj = document.all["cx"];

     if(key=="6000")     {
          // Søg på 6000.dk
          k="partner-pub-0198615809415877:ex7k9hr2nld";
          document.all["cx"].value=k;
     }
     else                {
          // Søg på hele nettet
          k="partner-pub-0198615809415877:k6bfk5q8qj4";
          document.all["cx"].value=k;
     }
}

function openradio(id)
{
     w=window.open("/radio/index.php?id="+id,"radiowin","width=468,height=355,resizable=no,scrolling=no,statusbar=no,left=50,top=50")
}
