اسلحة جو الشرق الاوسط
طائرة تدريب سعودية
اف-15 سعودية
تورنادو سعودية
طائرة نقل عراقية
اف-14 ايرانية
سلاح الامارات
ارماشي تونسية
طائرات زلين يمنية
الفاجيت مغربية
مروحيات سي كينك المصرية
سي كينك ايرانية
قطرية
سوخوي-22 افغانية
هرقليس سودانية
اوريون ايرانية
ميراج كويتية
G
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;
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;