
/**********************************************************************/

function run_sslite3() {

if (screendim==2) {
   xstr = "scrollbars=yes,toolbar=no,location=no,status=yes,"
          + "menubar=no,directories=no,"
          + "top=10,left=10,width=950,height=550" ;
   mainwin = window.open( "sslite3/_main.htm", "run_ssLite3", xstr ) ;
   } // if screendim

if (screendim < 2) {
   alert( 'SimSeg Lite requires screen dimensions of 1024x768 or higher. \r\r' 
        + 'The available dimensions are only ' + screen.width + 'x' + screen.height + '. \r\r' 
        + 'The program cannot run and will not be loaded. \r'
        ) ;
   } // if screendim

} // function

/**********************************************************************/
