function showSS(url) {
  window.open(url+'.html', '', 'width=450,height=500,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes');
}