document.addEventListener('DOMContentLoaded', () => {
/** init gtm after 3500 seconds - this could be adjusted */
setTimeout(initGTM, 3500);
});
document.addEventListener('scroll', initGTMOnEvent);
document.addEventListener('mousemove', initGTMOnEvent);
document.addEventListener('touchstart', initGTMOnEvent);
function initGTMOnEvent(event) {
initGTM();
event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered
}
function initGTM() {
if (window.gtmDidInit) {
return false;
}
window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once.
const script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.onload = () => {
dataLayer.push({ event: 'gtm.js', 'gtm.start': new Date().getTime(), 'gtm.uniqueEventId': 0 });
}; // this part ensures PageViews is always tracked
script.src = 'https://www.googletagmanager.com/gtm.js?id=UA-55393356-6';
document.head.appendChild(script);
}
Summary: The description, specs, pricing, photos and user ratings for the Girsan Tugra pistol.
Manufacturer’s Description
The Girsan Tugra is a Beretta 92-style semi-auto pistol built on an aluminum alloy frame with a steel slide, and chambered in 9mm or 9x21mm. This pistol is modeled after Beretta 92 Elite-style pistols. Other features include:
A short recoil, delayed blowback system;
a double-action/single-action trigger
The Tugra with the black finish.
a cold forged barrel;
an open slide design;
a slightly elongated, slanted dust cover;
a slightly elongated slide with front and rear slide grip serrations;
an ambidextrous slide-mounted thumb safety;
a firing pin safety block;
a hammer safety;
a loaded chamber indicator;
a skeleton hammer;
a dovetailed low-profile rear sight;
a pinned low-profile front sight;
a finger-groove grip;
a disassembly latch; and
a lanyard loop.
Girsan offers the Tugra in a number of finishes, including black, white (i.e., a chrome/stainless finish) and gold. It also offers gold-colored controls, black and wood grips, and engraved models.
The Specs
Caliber
Capacity
BBL
OAL
Height
Width
Weight
9mm, 9x21mm
15+1
4.92″
8.7″
5.5″
1.3″
31.9 oz. w/out magazine
MSRP: $550+?
An engraved Tugra with the gold finish and wood grips.A “white” Tugra with gold-colored controls and wood grips.A “white” Tugra with black controls and grips.A “white,” engraved Tugra.
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"03edcd280f","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};