﻿function ce_detail(ce_entry) {
      var newWind=window.open((ce_entry),'cedetail','width=514,height=300,toolbar=0,location=0,scrollbars=1,menubar=1,resizable=1,status=1,top=100,left=196');
      if (newWind.opener == null)
         { newWind.opener = window; }
}
