<SCRIPT LANGUAGE="javascript">
<!--

 function popup_window(target, scroll)
 {
  var ua = navigator.userAgent.toLowerCase();
  if (ua.indexOf("x11") > -1) wd = 'width=640,height=480';
  else if (ua.indexOf("mac") > -1) wd = 'width=640,height=480';
  else wd = 'width=640,height=480';

  if (scroll == 0) {
   remote = window.open(target,'Spartan',wd+',resizable=no,status=yes,scrollbars=no');
  }
  else if (scroll == 1) {
   remote = window.open(target,'Luxury',wd+',resizable=yes,status=yes,scrollbars=yes');
  }
 }  

 function FormHandle() {
  document.Comm.submit();
  document.Comm.reset();
 }

 function ScrollerOn() {
  top.main.document.Active.ACTIVE.value = 1;
  window.status = 'Scrolling on...';
 }

 function ScrollerOff() {
  top.main.document.Active.ACTIVE.value = 0;
  window.status = 'Scrolling off...';
 }

// -->
</SCRIPT>
