var s2fwin;
function open_s2fwin(id)
{
  win = open_back_win(PREFIX+'ajax/send2friend/?link='+window.location.href, '', 700, 350);
  win.focus();
}
