﻿//set image and text for click thru
function isOn(id) {
    if (id == "btn1") {
        document.getElementById('pic1').src = '../images/gallery/print1.jpg'
        document.getElementById('gallery_text').innerHTML = "Applause. Applause.";
        document.getElementById('gallery_text2').innerHTML = "This custom magazine for Southwest Hospital was a big hit with patients. The full-color, 12-page magazine is printed four times a year and mailed using the hospital’s in-house list and our mailing services.";
    } else if (id == "btn2") {
        document.getElementById('pic1').src = '../images/gallery/print2.jpg'
        document.getElementById('gallery_text').innerHTML = "Fast, Reliable";
        document.getElementById('gallery_text2').innerHTML = "We keep the “news” in newsletters with tight deadlines, even if you have several newsletters or frequent mailings. Full color, spot color (one, two or three), drilling and folding are a few of many options.";
    } else if (id == "btn3") {
        document.getElementById('pic1').src = '../images/gallery/print3.jpg'
        document.getElementById('gallery_text').innerHTML = "Coordinated Stationery";
        document.getElementById('gallery_text2').innerHTML = "We can help you coordinate all of the various paper stocks, weights, and finishes for business cards, letterhead, envelopes and pocket folders.";
    } else if (id == "btn4") {
        document.getElementById('pic1').src = '../images/gallery/print4.jpg'
        document.getElementById('gallery_text').innerHTML = "Checks and Other Forms";
        document.getElementById('gallery_text2').innerHTML = "We can redesign forms to fit software settings, print your business checks, and print most types of multiple-part forms.";
    } else if (id == "btn5") {
        document.getElementById('pic1').src = '../images/gallery/print5.jpg'
        document.getElementById('gallery_text').innerHTML = "An Inexpensive Option";
        document.getElementById('gallery_text2').innerHTML = "A basic need for many companies, tri-folds mail easily, fit a suit pocket and give you an inexpensive option for handouts.";

    }
}
