var tnumber = "1";
function testu()
{ tnumber--;
    reload();
}
function testd()
{ tnumber++;
    reload();
}
function reload()
{ if (tnumber == "1")
  {  document.getElementById("testimonialBox").innerHTML="<p style='text-align:left; font-size:small; font-family:Verdana'>On November 8, 1984, I awoke to a fire that had already burned through the ceiling in my bedroom. My family and I fled the house and watched helplessly as our house burned to the ground. Our family photographs, valuables, receipts, and important documents (business and personal) were all destroyed.<br />One year later we were audited by the IRS and fined $51,000, which came out of my paycheck over six long years. I can only imagine the difference had I been able to backup my documents on the EIS-Network.<br />Richard Brown<br />Cameron, NC</p>"; }
 if (tnumber == "2")
 {  document.getElementById("testimonialBox").innerHTML="<p style='text-align:left; font-size:small; font-family:Verdana'> \
    My story is one which is not familiar to most of us, \
    and one that will, &quot;Never happen to me.&#8221; But, it did!<br /> \
    I was driving from the local shopping center to my house, \
    which is less than one mile, when I must have hit head on into a bridge embankment \
    (concrete)! The paramedics found me with a pulse of 30 and completely unconscious. \
    They performed life saving maneuvers and brought me to the emergency room \
    of the local hospital.<br /> \
    Four days later, I was released. I thank GOD that I survived.<br /> \
    However, during the time I was &quot;out&quot;, no one \
    knew where I was, who I was, or how to contact my family. You see, I had my  \
    credit card, my driver's license, and my cell phone. No one knew a phone number, \
    and of course I had no information with me. If the hospital did locate my \
    home address phone, no one was there to answer, as I was the &quot;unknown \
    patient&quot;!!! My children knew I traveled for my job, and that if I needed \
    them, I would call them&#8230;.so, when they reached my message at home, they \
    just thought I was out of town.<br />  \
    Soon, someone thought, &quot;Maybe we should check the \
    cell-phone for an incoming call recently received!!!&quot; Then, they called \
    the last number in and found a friend, and proceeded to let him know of my \
    situation!!!! Finally, after three days, my family was located, and I was \
    no longer &quot;unknown&quot;!!!<br /> \
    Had I been a member of the EIS-Network the paramedics \
    would have found my ID card and I would have been spared the concern, extra \
    duty for the hospital personnel, etc., and my family would have been at my \
    side.<br /> \
    You should enroll in the Emergency Information Services \
    Network, because it is secure (most importantly) and non-obtrusive and gives \
    you the satisfaction that all of your important information is available wherever \
    you are!!!<br /> \
    Dean Shirley<br/> \
    Greensboro, NC</p>";
    }
 if (tnumber == "3")
 {  document.getElementById("testimonialBox").innerHTML="<p style='text-align:left; font-size:small; font-family:Verdana'>My husband and I were unloading our luggage at a Hotel. We were never away from the car for more than a minute at a time. Suddenly, I realized my purse had been stolen. It took over an hour for me to cancel my credit cards because I didn\'t have the information needed to do so. I felt totally helpless. Within thirty minutes, the thief charged a $600 television. What hurt the most was that all the photos from our recent first wedding anniversary vacation were in the purse. They were lost forever.<br />Had I been a member of the EIS-Network, I could have scanned the contents of my wallet and uploaded the image to my account. I could have instantly accessed the image at a computer in the hotel and contacted the credit card companies. Had I stored my photos on my account, I could\'ve downloaded \
    them to my computer when we returned home. I\'m an EIS-Network member \
    because I never want to feel that sense of loss ever again. <br/> \
    M.W.<br/> \
    Graham, NC</p>";
 }
 if (tnumber == "4")
    {  document.getElementById("testimonialBox").innerHTML="<p style='text-align:left; font-size:small; font-family:Verdana'> \
    As a person who has had bariatric surgery, the use of a &quot;NG&quot; tube \
    is a &quot;no, no&quot; due to the possibility of it being pushed too far \
    and puncturing the stomach wall. <br /> \
    I also am allergic to the topical cr&egrave;me, &quot;bacitracin&quot; \
    which is used very often as a topical dressing for open wounds. If applied, \
    it would create a major reaction of breaking out in a rash.<br /> \
    I am a very active person who is on the road a lot and \
    the possibilities of getting in an accident and requiring emergency treatment \
    is great.<br /> \
    As a member of the EIS-Network, I feel secure with the \
    knowledge that these alerts are available to emergency personnel and with \
    my family and friends on my contact list someone could always be notified \
    of my condition. I also have an advanced medical treatment form filled out \
    that they have scanned in for me, and that too is always and immediately available \
    to emergency personnel.<br/> \
    Mark A. Westbrook<br/> \
    Aberdeen, NC</p>";
    }
 if  (tnumber=="1")
     document.getElementById("testup").style.display="none";
 else
     document.getElementById("testup").style.display="inline";
 if  (tnumber=="4")
     document.getElementById("testdown").style.display="none";
 else
     document.getElementById("testdown").style.display="inline";
}
