// JavaScript Document

function openS(theURL) {
  window.open(theURL,'','scrollbars=yes,resizable=yes,width=450,height=600');
}
