// JavaScript Document
function opendialog(href){
  nf = window.open(href, "", "width=300,height=200,scrollbars=no");
  nf.focus();



}
