function ReviewWindow(filename,handle,width,height) {
   var options = "width=" + width + ",height=" + height + ",menubar=no, scrollbars=yes";	
   my_return = open(filename,handle, options);
}

