// JavaScript Document

$(document).ready(function () {
            
  $("img[name='mini_image']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_krizovka1.html", "Online krížovka", "width=775px,height=985px,center=1,resize=1,scrolling=0", "recal")
    return false;      
  })
  
  $("img[name='mini_image2']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_krizovka2.html", "Online krížovka", "width=600px,height=600px,center=1,resize=1,scrolling=0", "recal")
    return false;      
  })

  $("img[name='mini_image_os1']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_osemsmerovka1.html", "Online OsemSmerovka", "width=600px,height=400px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  $("img[name='mini_image_os2']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_osemsmerovka2.html", "Online OsemSmerovka", "width=600px,height=400px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  $("img[name='mini_image_os3']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_osemsmerovka3.html", "Online OsemSmerovka", "width=600px,height=400px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  
  $("img[name='mini_image_os4']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_osemsmerovka4.html", "Online OsemSmerovka", "width=600px,height=400px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  $("img[name='mini_image_os5']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_osemsmerovka5.html", "Online OsemSmerovka", "width=600px,height=400px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  $("img[name='mini_image_os6']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_osemsmerovka6.html", "Online OsemSmerovka", "width=600px,height=400px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  $("img[name='mini_image_os7']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_osemsmerovka7.html", "Online OsemSmerovka", "width=600px,height=400px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  $("img[name='mini_image_os8']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_osemsmerovka8.html", "Online OsemSmerovka", "width=600px,height=400px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  $("img[name='mini_image_os9']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/online_osemsmerovka9.html", "Online OsemSmerovka", "width=600px,height=400px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  
  
  $("a[name='mini_hanoj']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/hanojske_veze.html", "Online Hanojské veže", "width=630px,height=500px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  $("a[name='mini_miny']").click(function () {
    dhtmlmodal.open("agreebox", "iframe", "modalfiles/miny.html", "Online míny", "width=670px,height=520px,center=1,resize=1,scrolling=0", "recal")
    return false;
  })
  
  $(".osmicky_a").click(function() {
	  window.location = "http://www.krizovkari.sk/osemsmerovky.php";
  })

})

