function opendialog1(pname,pwidth,pheight)
     {
         str=window.showModalDialog(pname,"","dialogWidth="+pwidth+"px;dialogHeight="+pheight+"px;status=no;help=no;scrollbars=no;unadorned=no;toolbar=no;scroll=no");
		 if(str==1){
          document.location.reload();
		 }
     }


