<!--


var s="Заказ: "
function info()

{   s=''
for (var i=1; i <= 5;  i++)
  {
s=s+ forml.elements[ i ].value +" ;\r\n" ;

}


document.forml.os0.value =  s;
// document.forml.item_name.value =  "Antiscam investigation: " + document.forml.FullName.value ;
document.forml.item_name.value =  document.forml.item_name.value +": " + document.forml.FullName.value ;
} 

//-->