function JE_EMAIL(txt){var x = new RegExp('^[^@]+@([a-z,A-Z,0-9,_,-]+[.]{1})+[a-z,A-Z,0-9]{2,5}$'); if (x.exec(txt.toLowerCase())==null) return 0; else return 1;} function JE_TEL(txt){ txt=txt.replace(/ /g, '');var x = new RegExp('^(([+]420)|([+]421)|([+]48)){1}[0-9]{9}$'); if(x.test(txt)){ return 1; }else{ return 0; } } function show(id) {if (document.getElementById(id).style.display=='none') document.getElementById(id).style.display='block'; else document.getElementById(id).style.display='none';} function showk(id,dir) {show('kategorie-'+id); if (document.getElementById('kimg'+id).src.indexOf('ts-r-plus.gif')>-1) document.getElementById('kimg'+id).src=dir+'/ts-r-minus.gif'; else document.getElementById('kimg'+id).src=dir+'/ts-r-plus.gif';} function scrollit() {document.getElementById('message').style.top=document.body.scrollTop + top + 'px';} function regnews() {if(JE_EMAIL(document.getElementById('enov').value)==0) {alert('pre registráciu noviniek musí byť e-mail zadaný v správnom formáte'); return false;} else {return true;}} function myParseFloat(str){str=''+str+''; var value=str.match('[-]{0,1}(?:[1-9]+[0-9]*[,.]{0,1}[0-9]*)|(?:0[,.][0-9]*)'); if(value!=null && value.length>0){value[0]=value[0].replace(',','.'); value=parseFloat(value[0])*1; return value;}else{return 0;}} function showkat(id, a) { show(id); var cn = a.className.split(' '); if (cn[0] == 'rootkategorie') { cn[1] = (cn[1] == 'open') ? 'close' : 'open'; a.className = cn.join(' '); } else { cn[1] = (cn[1] == 'plus') ? 'minus' : 'plus'; a.className = cn.join(' '); } } function pozadi(obj,obj2,akce) { var trida = 'inputDiv-'+akce; if (document.getElementById(obj2).value=='') document.getElementById(obj).className=trida; } function kniha_check() { var err = new Array(); if (JE_EMAIL(document.getElementById('id_stiz_mail').value)==0) err[err.length]='Zadajte prosím správny formát e-mailu' if (document.getElementById('id_stiz_text').value=='') err[err.length]='Vyplňte text s oznámením' if (err.length==0) document.getElementById('idknihaprani').submit(); else alert (err); } function vyhledavaniInput(active,obj,vyhledavam){ if(obj.value=='') { obj.value='napr. 165/70 r13'; obj.style.color='#909090'; } if(active && obj.value=='napr. 165/70 r13'){ obj.value=''; obj.style.color='#383838'; } } var slideShowBanner={ selector: { main: '.slideshow-banner', effect: '.banner-anim', image: '.banner-image', title: '.banner-title', panel: '.panel', link: '.link', prev: '.prev', next: '.next' }, cssClass: { linkActive: 'link-active' }, option: { fadeDuration: 500, interval: 3000, disableWhenAnimated: true, pauseWhenHover: true }, f: function( e, c ){ var cfg=slideShowBanner; var image=e.find( cfg.selector.image ).hide(); if (image.length==1) { e.find( cfg.selector.panel ).hide(); } var title=e.find( cfg.selector.title ).hide(); var link=e.find( cfg.selector.link ); if (c===undefined) { var c=0; } var tOut; if (image.length != title.length && image.length != link.length) { return false; } // simple test var anim=[]; link.each( function( i ){ anim[i]=[ image.get(i), title.get(i) ]; $(this).click(function(){ Anim(i); }); }); $(anim[c]).show(); $(link[c]).addClass( cfg.cssClass.linkActive ); if (cfg.selector.prev!==undefined){ e.find(cfg.selector.prev).click(function(){ AnimPrev(); }); } if (cfg.selector.next!==undefined){ e.find(cfg.selector.next).click(function(){ AnimNext(); }); } if ( cfg.option.pauseWhenHover===true ){ $(anim).each( function(){ $(this).hover( function(){ Stop(); }, function(){ Play(); }); }); } var Anim=function(i){ if ( ((i>=image.length && i<0) || i==c ) || (cfg.option.disableWhenAnimated===true && ( $(anim[c]).is(':animated') || $(anim[i]).is(':animated') )) ) { return false; } Stop(); $(anim[c]).fadeOut(cfg.option.fadeDuration); $(anim[i]).fadeIn(cfg.option.fadeDuration); $(link[c]).removeClass(cfg.cssClass.linkActive); $(link[i]).addClass(cfg.cssClass.linkActive); c=i; Play(); } var AnimPrev=function(){ if (c<=0){ Anim(image.length-1); } else{ Anim(c-1); } } var AnimNext=function(){ if (c>=image.length-1){ Anim(0); } else{ Anim(c+1); } } var Play=function(){ tOut=setTimeout( AnimNext, cfg.option.interval ); } var Stop=function(){ if (tOut!==undefined){ clearTimeout(tOut); } } Play(); }, i: [] } $(function(){ $( slideShowBanner.selector.main ).each( function( i ){ slideShowBanner.i[i]=slideShowBanner.f($(this)); }); }); // version = 2 var produktDetail={ data:null, bind:null, eventPodproduktChange:[], callPriceChange:[], imageArea:[], imageAreaVlastnost:[], skladADostupnost:[], kombinaceVlastnosti:null, selectedSvazanyParametrIndex:null, setBind:function(data){ this.bind=data; if(this.bind.poradiKontroly==undefined || this.bind.poradiKontroly==null){ this.bind.poradiKontroly=['svazane']; // defaultne se kontroluji jenom svazane parametry } if(this.bind.nedostupnaKombinaceKod==null || this.bind.nedostupnaKombinaceKod==undefined) this.bind.nedostupnaKombinaceKod='-'; if(this.bind.nedostupnaSklad==null || this.bind.nedostupnaSklad==undefined) this.bind.nedostupnaSklad='-'; if(this.bind.nedostupnaDostupnost==null || this.bind.nedostupnaDostupnost==undefined) this.bind.nedostupnaDostupnost ='-'; if(this.bind.nedostupnaSkladADostupnost==null || this.bind.nedostupnaSkladADostupnost==undefined) this.bind.nedostupnaSkladADostupnost='-'; }, setData:function(data){ this.data=data; this.data.dph=(myParseFloat(this.data.dph)/100)+1; }, setImageArea:function(data){ this.imageArea[this.imageArea.length]=data; }, setImageAreaVlastnost:function(data){ this.imageAreaVlastnost[this.imageAreaVlastnost.length]=data; }, setKombinaceSkladADostupnost:function(data){ this.skladADostupnost[this.skladADostupnost.length]=data; }, changeParametrImage:function(){ for(var i=0; i0)?{"cenaBez":cenaVybranehoPodproduktuBez,"cenaS":cenaVybranehoPodproduktuBez*this.data.dph}:null), "kombinaceVlastnosti":((this.data.volitelnyParametr.length>0)?{"cenaBez":kombinaceVlastnostiCenaBez,"cenaS":kombinaceVlastnostiCenaBez*this.data.dph}:null) }; for(var i=0; i0){ this.changeSvazaneImage(); this.changeParametrImage(); var key=''; var kod=this.bind.nedostupnaKombinaceKod; var productId=''; var nazev=this.data.productName; for(var i=0; i/g,'>'); escapedName=escapedName.replace(/0){ try{document.getElementById(this.bind.kosikNode).style.display='none';}catch(e){} try{ var errorHTML='Chyba
    '+error.join('')+'
'; document.getElementById(this.bind.errorNode).innerHTML=errorHTML; document.getElementById(this.bind.errorNode).style.display='block'; }catch(e){} }else{ try{document.getElementById(this.bind.errorNode).style.display='none';}catch(e){} try{document.getElementById(this.bind.kosikNode).style.display='block';}catch(e){} } } } } function homeCreditCalculator(root,price){ try{ window.open(root+'/homecredit.php?price='+produktDetail.calcCena().cenaS,'homeCreditCalculator',''); }catch(e){ window.open(root+'/homecredit.php?price='+price,'homeCreditCalculator',''); } } var detailZalozky = new Array(); function detailZalozkyOpenZalozka(id) { for(var i=0; i0) {for (i=0; i0) for (i=0; i0) { for (i=0; i