function JS_openSW(href) {
  H=window.open(href,'_new', 'height=450,width=600,scrollbars=1');
  H.focus();
  return false;
} 
function JS_openPres(href) {
  H=window.open(href,'_new', 'height=600,width=700,scrollbars=1');
  H.focus();
  return false;
} 
