The M73 helmet was pressed into service with the Romanian Army in 1973. It is similar in design to its predecessor the M38 with large angled areas for a better chance of ricocheting incoming objects. The helmet is made with good quality steel and lined with a felt like material for a bit of extra padding. The leather inner liner has a strap and buckle so it can be adjusted to better fit your head. A unique touch is the 4 point leather chin strap with a double D-ring to secure it.
A unique bit of history from the communist era of Romania, these are a great addition to any military collection.
Features:
- Genuine Romanian Army surplus
- Adjustable 4 point chin strap
- Adjustable leather liner & head padding
Sizing:These helmets will fit a maximum head size of 56cm and have a adjustable inner liner to fit most smaller adult head sizes. For more info, check ourUsed/Good - Item is well used. There may be marks/stains/scratches or repairs, but it is still in functioning order. If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"928677",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'928677',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'928677'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});