function showIt(fileName) {
  var win2 = window.open(fileName,"showit","resizable=yes,width=750,height=750,menubar=yes,toolbar=yes,scrollbars=yes");
}
