// JavaScript Document

$(document).ready(function(){

  $.fn.qtip.styles.mystyle = {
    width: 250,
    background: '#999966',
    color: '#333300',
    border: {
      width: 2,
      radius: 2,
      color: '#fff'
    },
    tip: {
      corner: 'bottomMiddle'
    },
    name: 'dark'
  }

  $('#cokovice a.www').qtip({
    content: 'Přejít na stránky www.cokovice.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#obrazovice a.www').qtip({
    content: 'Přejít na stránky www.obrazovice.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#trojkamen a.www').qtip({
    content: 'Přejít na stránky www.trojkamen.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#prepisreci a.www').qtip({
    content: 'Přejít na stránky www.prepisreci.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#tokyoheroes a.www').qtip({
    content: 'Přejít na stránky apps.facebook.com/tokyo-heroes',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#gloriosa a.www').qtip({
    content: 'Přejít na stránky www.gloriosa-garden.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#servisml a.www').qtip({
    content: 'Přejít na stránky www.servisml.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#horsenet a.www').qtip({
    content: 'Přejít na stránky www.horsenet.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#airsofthouse a.www').qtip({
    content: 'Přejít na stránky www.airsofthouse.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#lekastra a.www').qtip({
    content: 'Přejít na stránky www.lekarna-astra.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#suzaglass a.www').qtip({
    content: 'Dle vyjádření fy SUZAglass byl tento tmavý design pro jejich klienty přílíš matoucí, proto si zhotovili design jiný...',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#litozel a.www').qtip({
    content: 'Na stránkách fy Litozel byly bohužel provedeny neodborné zásahy do jejich designu, z čehož důvodu nereflektují původní návrh...',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#ohkcv a.www').qtip({
    content: 'Přejít na stránky www.ohkcv.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#phramed a.www').qtip({
    content: 'Přejít na stránky www.phramed.cz',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
  $('#robbie a.www').qtip({
    content: 'Není k dispozici',
    position: {
      corner: {
        target: 'topMiddle',
        tooltip: 'bottomMiddle'
      }
    },
    style: 'mystyle'
  })
});
