function ShowDetail()
{
  var NewWin=window.open('','Detail','width=800,height=600,resizable,scrollbars');
  NewWin.focus();
}
