//Calculator Window: SuperSize The Window For Only $1.23 More! You way is our way!! :) - It's for the calculators that we pop-up throughout the site. /c21nm/mortgage/calculators

function calculatorWindow(imageSourceUrl) {
  var calculatorWindow = window.open(imageSourceUrl, "imagewin", "resizable=yes,scrollbars,width=625,height=550");

  }