function OpenWin(url,features)
{
  popup=window.open(url,'',features);
}

