﻿function FillImageDiv(_type) {
    try {
        if (_type == 1) {
            document.getElementById("DivGallery").innerHTML = '<center><img src="images/Integration_Img/Integration_Tabici/ENTEG_PARSER.png" alt=""   /></center> ';
        }
        if (_type == 2) {
            document.getElementById("DivGallery").innerHTML = '<center><img src="images/Integration_Img/Integration_Tabici/ENTEG_MAP.png" alt=""   /></center> ';
        }
        if (_type == 3) {
            document.getElementById("DivGallery").innerHTML = '<center><img src="images/Integration_Img/Integration_Tabici/ENTEG_DAGITIM.png" alt=""   /></center> ';
        }
        if (_type == 4) {
            document.getElementById("DivGallery").innerHTML = '<center><img src="images/Integration_Img/Integration_Tabici/ENTEG_LOJISTIJ.png" alt=""   /></center> ';
        }
        if (_type == 5) {
            document.getElementById("DivGallery").innerHTML = '<center><img src="images/Integration_Img/Integration_Tabici/ENTEG_KURYE.png" alt=""   /></center> ';
        }
        if (_type == 6) {
            document.getElementById("DivGallery").innerHTML = '<center><img src="images/Integration_Img/Integration_Tabici/ENTEG_PAY.png" alt=""   /></center> ';
        }
        if (_type == 7) {
            document.getElementById("DivGallery").innerHTML = '<center><img src="images/Integration_Img/Integration_Tabici/ENTEG_SEC.png" alt=""   /></center> ';
        }
        if (_type == 8) {
            document.getElementById("DivGallery").innerHTML = '<center><img src="images/Integration_Img/Integration_Tabici/ENTEG_REFER.png" alt=""   /></center> ';
        }
            
        
    }
    catch (err) {

    }

}

