﻿function openNoHold() {
  // open any popup window you want.
  url = "ask-cincinnati-bell.html";
  window.open(url, "popwindow", "width=750,height=500,status=0,location=0,resizable=0,modal=1,center=1");
}
