اسلحة ايرانية بالصور
<hr style="color: rgb(196, 207, 228);" size="1">
الصاروخ ميثاق-1
الصاروخ صياد-1
الشهاب الثاقب
المدفع عيار23 ملم.
المالوتكا (الساغر)
الصاعقة (شاهدته في كليب راية لبنان )
طوفان
فجر3 و5
نازعات
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 1)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;