﻿function cf_detail(cfeid) {
      var newWind=window.open(('cf_detail.cfm?&cfeid='+cfeid),'cfdetail','width=514,height=225,toolbar=0,location=0,scrollbars=1,menubar=1,resizable=1,status=1,top=100,left=196');
      if (newWind.opener == null)
         { newWind.opener = window; }
}