function SetVerification()
{    
    var data= "myModalTextDiv" + parseInt((Math.random() * 200));
    $(document).ready(function()
    {
        $('a[rel="model1"]:first').qtip(
       {
          content: {
             title: {
                text: 'What are Verification Codes?',
                button: 'Close'
             },
             text: '<div id="' + data + '" style="width:500px;height:300px;overflow:auto;">Loading....</div>'
          },
          position: {
             target: $(document.body), 
             corner: 'center' 
          },
          show: {
             when: 'click',
             solo: true 
          },
          hide: false,
          style: {
             width: { max: 540 },
             padding: '14px',
             border: {
                width: 2,
                radius: 2,
                color: '#666666'
             },
             name: 'light'
          },
          api: {
             beforeShow: function()
             {
                $('#qtip-blanket').fadeIn(this.options.show.effect.length,function()
                {
                  obj = $('#' + data)
                  obj.load(verificationfile);            
                });
             },
             beforeHide: function()
             {
                $('#qtip-blanket').fadeOut(this.options.hide.effect.length);
             }
          }
       });

       $('<div id="qtip-blanket">')
          .css({
             position: 'absolute',
             top: $(document).scrollTop(), 
             left: 0,
             height: $(document).height(), 
             width: '100%', 

             opacity: 0.7, 
             backgroundColor: 'black',
             zIndex: 5000 
          })
          .appendTo(document.body) 
          .hide(); 
    });
}

function SetVerificationInner() {
    var data = "myModalTextDiv" + parseInt((Math.random() * 200));
    $(document).ready(function() {
        $('a[rel="model1"]:first').qtip(
       {
           content: {
               title: {
                   text: 'What are Verification Codes?',
                   button: 'Close'
               },
               text: '<div id="' + data + '" style="width:500px;height:300px;overflow:auto;">Loading....</div>'
           },
           position: {
               target: $(document.body),
               corner: 'center'
           },
           show: {
               when: 'click',
               solo: true
           },
           hide: false,
           style: {
               width: { max: 540 },
               padding: '14px',
               border: {
                   width: 2,
                   radius: 2,
                   color: '#666666'
               },
               name: 'light'
           },
           api: {
               beforeShow: function() {
                   $('#qtip-blanket').fadeIn(this.options.show.effect.length, function() {
                       obj = $('#' + data)
                       obj.load(verificationfileinner);
                   });
               },
               beforeHide: function() {
                   $('#qtip-blanket').fadeOut(this.options.hide.effect.length);
               }
           }
       });

        $('<div id="qtip-blanket">')
          .css({
              position: 'absolute',
              top: $(document).scrollTop(),
              left: 0,
              height: $(document).height(),
              width: '100%',

              opacity: 0.7,
              backgroundColor: 'black',
              zIndex: 5000
          })
          .appendTo(document.body)
          .hide();
    });
}

function SetCVV() 
{
    var data = "myModalTextDiv" + parseInt((Math.random() * 200));
    $(document).ready(function() {
        $('a[rel="model2"]:first').qtip(
       {
           content: {
               title: {
                   text: 'What is the Security Code?',
                   button: 'Close'
               },
               text: '<div id="' + data + '" style="width:650px;height:350px;overflow:auto;">Loading....</div>'
           },
           position: {
               target: $(document.body),
               corner: 'center'
           },
           show: {
               when: 'click',
               solo: true
           },
           hide: false,
           style: {
               width: { max: 690 },
               padding: '14px',
               border: {
                   width: 2,
                   radius: 2,
                   color: '#666666'
               },
               name: 'light'
           },
           api: {
               beforeShow: function() {
                   $('#qtip-blanket').fadeIn(this.options.show.effect.length, function() {
                       obj = $('#' + data)
                       obj.load(cvvfile);
                   });
               },
               beforeHide: function() {
                   $('#qtip-blanket').fadeOut(this.options.hide.effect.length);
               }
           }
       });

        $('<div id="qtip-blanket">')
          .css({
              position: 'absolute',
              top: $(document).scrollTop(),
              left: 0,
              height: $(document).height(),
              width: '100%',

              opacity: 0.7,
              backgroundColor: 'black',
              zIndex: 5000
          })
          .appendTo(document.body)
          .hide();
    });
}

function SetCVVInner() {
    var data = "myModalTextDiv" + parseInt((Math.random() * 200));
    $(document).ready(function() {
        $('a[rel="model2"]:first').qtip(
       {
           content: {
               title: {
                   text: 'What is the Security Code?',
                   button: 'Close'
               },
               text: '<div id="' + data + '" style="width:650px;height:350px;overflow:auto;">Loading....</div>'
           },
           position: {
               target: $(document.body),
               corner: 'center'
           },
           show: {
               when: 'click',
               solo: true
           },
           hide: false,
           style: {
               width: { max: 690 },
               padding: '14px',
               border: {
                   width: 2,
                   radius: 2,
                   color: '#666666'
               },
               name: 'light'
           },
           api: {
               beforeShow: function() {
                   $('#qtip-blanket').fadeIn(this.options.show.effect.length, function() {
                       obj = $('#' + data)
                       obj.load(cvvfileinner);
                   });
               },
               beforeHide: function() {
                   $('#qtip-blanket').fadeOut(this.options.hide.effect.length);
               }
           }
       });

        $('<div id="qtip-blanket">')
          .css({
              position: 'absolute',
              top: $(document).scrollTop(),
              left: 0,
              height: $(document).height(),
              width: '100%',

              opacity: 0.7,
              backgroundColor: 'black',
              zIndex: 5000
          })
          .appendTo(document.body)
          .hide();
    });
}

function SatisfactionGuaranteed() {
    var data = "myModalTextDiv" + parseInt((Math.random() * 200));
    $(document).ready(function() {
        $('a[rel="model3"]:first').qtip(
       {
           content: {
               title: {
                text: 'Satisfaction Guaranteed',
                   button: 'Close'
               },
               text: '<div id="' + data + '" style="width:650px;height:350px;overflow:auto;">Loading....</div>'
           },
           position: {
               target: $(document.body),
               corner: 'center'
           },
           show: {
               when: 'click',
               solo: true
           },
           hide: false,
           style: {
               width: { max: 690 },
               padding: '14px',
               border: {
                   width: 2,
                   radius: 2,
                   color: '#666666'
               },
               name: 'light'
           },
           api: {
               beforeShow: function() {
                   $('#qtip-blanket').fadeIn(this.options.show.effect.length, function() {
                       obj = $('#' + data)
                       obj.load(guaranteefile);
                   });
               },
               beforeHide: function() {
                   $('#qtip-blanket').fadeOut(this.options.hide.effect.length);
               }
           }
       });

        $('<div id="qtip-blanket">')
          .css({
              position: 'absolute',
              top: $(document).scrollTop(),
              left: 0,
              height: $(document).height(),
              width: '100%',

              opacity: 0.7,
              backgroundColor: 'black',
              zIndex: 5000
          })
          .appendTo(document.body)
          .hide();
    });
}

function SatisfactionGuaranteedInner() {
    var data = "myModalTextDiv" + parseInt((Math.random() * 200));
    $(document).ready(function() {
        $('a[rel="model3"]:first').qtip(
       {
           content: {
               title: {
                   text: 'Satisfaction Guaranteed',
                   button: 'Close'
               },
               text: '<div id="' + data + '" style="width:650px;height:350px;overflow:auto;">Loading....</div>'
           },
           position: {
               target: $(document.body),
               corner: 'center'
           },
           show: {
               when: 'click',
               solo: true
           },
           hide: false,
           style: {
               width: { max: 690 },
               padding: '14px',
               border: {
                   width: 2,
                   radius: 2,
                   color: '#666666'
               },
               name: 'light'
           },
           api: {
               beforeShow: function() {
                   $('#qtip-blanket').fadeIn(this.options.show.effect.length, function() {
                       obj = $('#' + data)
                       obj.load(guaranteefileinner);
                   });
               },
               beforeHide: function() {
                   $('#qtip-blanket').fadeOut(this.options.hide.effect.length);
               }
           }
       });

        $('<div id="qtip-blanket">')
          .css({
              position: 'absolute',
              top: $(document).scrollTop(),
              left: 0,
              height: $(document).height(),
              width: '100%',

              opacity: 0.7,
              backgroundColor: 'black',
              zIndex: 5000
          })
          .appendTo(document.body)
          .hide();
    });
}