function Make_HTMLCode() {
  par = '<script language="javascript" src="http://www.kavkazweb.net/export/?';
  with (document.optForm) {
   if (fmtdate.selectedIndex>0) par+="fmtdate="+fmtdate[fmtdate.selectedIndex].value+"&";
   if (fmtenc.selectedIndex>0) par+="fmtenc="+fmtenc[fmtenc.selectedIndex].value+"&";
   if (max.value!="") par += "max="+max.value+"&";
   if (n_days.value!="") par += "n_days="+n_days.value+"&";
   if (!tgblank.checked)    par += "tgblank=off&";
   if (tgrazdel.checked)   par += "tgrazdel=on&";
   if (tgempty.checked)    par += "tgempty=on&";
   par+="nid="+nid[nid.selectedIndex].value;
  };
  par += '"></script>';
  document.htmlForm.htmlkod.value = par;
}
