function RestekCalculator(SourceFile,window_ID,attributes) {
  CalCulator = window.open(SourceFile,window_ID,attributes);
}