function mypopup(str)
{
  url = "popup.php?term="+str;
  window.open(url,"popupwindow","height=150,width=400,scrollbar=yes");
}

