function openwindow(page,width,height) {
  windowprops = "height=" + height + ",width=" + width + ",location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no";
  window.open(page, "detail", windowprops);
}


