function create_window(path_to_script, window_name, options)
 {
  var new_window=window.open(path_to_script, window_name, options);
 }
