<!-- hide from JavaScript-challenged browsers
function IlceSec(ID) {
 var ID ;
 self.name = "info";
 var winl = (screen.width - 175) / 2;
 var wint = (screen.height - 375) / 2;
  popupWin = window.open('ilce.asp?ID='+ID,'new_page', 'top=' + wint + ',left=' + winl + ',width=175,height=200,scrollbars=yes')
}
// done hiding -->
