// JavaScript Document
  function openwindow(uri,nm) {

    menuwin=window.open(uri,nm,"width=500,height=670");
    menuwin.focus()

  }
