var fotogallery={time:null,moveTrack:6,moveDirection:0,tapeLength:0,gCont:null,imgBigArray:new Array,imgGallery:'photo',imgDescribe:'desc-title',imgAuthor:'desc-author',bigZoom:'zoom',bigLink:'big-url',bigBox:'photo-big',bigCont:'big-cont',iB:null,_gE:function(o){return document.getElementById(o)},init:function(){var gallery=fotogallery._gE('gallery');fotogallery.gCont=fotogallery._gE('gs');function countTapeLenght(){var gHeight=parseInt(fotogallery._getstyle(gallery,'','height',1));var oneImgHeight=parseInt(fotogallery._getstyle(fotogallery.gCont.getElementsByTagName('img')[0],'','height',1));var oneDivMargin=parseInt(fotogallery._getstyle(fotogallery.gCont,'div','marginTop',0));var imgCount=fotogallery.gCont.getElementsByTagName('img').length;fotogallery.tapeLength=-((imgCount*oneImgHeight)+((imgCount+1)*oneDivMargin)+(imgCount*2)-gHeight)}if(navigator.userAgent.indexOf('KHTML')!=-1){fotogallery.gCont.getElementsByTagName('img')[0].onload=countTapeLenght}else{countTapeLenght()}},_getstyle:function(o,w,a,t){if(t==1){return o.currentStyle?o.currentStyle[a]:document.defaultView.getComputedStyle?document.defaultView.getComputedStyle(o,null).getPropertyValue(a):window.getComputedStyle(o,null)[a]}else{return o.getElementsByTagName(w)[0].currentStyle?o.getElementsByTagName(w)[0].currentStyle[a]:document.defaultView.getComputedStyle?document.defaultView.getComputedStyle(o.getElementsByTagName(w)[0],null).getPropertyValue("margin-top"):window.getComputedStyle(o.getElementsByTagName(w)[0],null)[a]}},fillBigArray:function(urlBig,widthBig,heightBig,desc,auth,authUrl){for(i=0;i<this.imgBigArray.length;i++){if(urlBig==this.imgBigArray[i].url){return 0}}var im=new Object();im.url=urlBig;im.width=widthBig;im.height=heightBig;im.desc=desc;im.auth=auth;im.authUrl=authUrl;this.imgBigArray[this.imgBigArray.length++]=im},_moveScroll:function(){if(fotogallery.gCont.style.marginTop){if(fotogallery.tapeLength<0){if((parseInt(fotogallery.gCont.style.marginTop)>=fotogallery.tapeLength&&fotogallery.moveDirection==-1)||(parseInt(fotogallery.gCont.style.marginTop)<=0&&fotogallery.moveDirection==1)){fotogallery.gCont.style.marginTop=(parseInt(fotogallery.gCont.style.marginTop)+(fotogallery.moveTrack*fotogallery.moveDirection))+'px'}else{clearInterval(fotogallery.time)}}}else
fotogallery.gCont.style.marginTop='0px'},scroll:function(move){this.moveDirection=move;fotogallery.time=setInterval(fotogallery._moveScroll,50)},endScroll:function(){clearInterval(this.time)},changeMedium:function(urlGallery,wGallery,hGallery,urlLarge,wLarge,hLarge,describe,author,authorUrl){var iG=this._gE(this.imgGallery);var iD=this._gE(this.imgDescribe);var iA=this._gE(this.imgAuthor);var bZ=this._gE(this.bigZoom);var bL=this._gE(this.bigLink);if(iG.src==urlGallery){return false};iG.style.visibility='hidden';iD.innerHTML=describe;if(authorUrl!=''){iA.innerHTML='<a href="'+authorUrl+'" target="_blank">'+author+'</a>'}else{iA.innerHTML=author}iG.src=urlGallery;iG.width=wGallery;iG.height=hGallery;iG.onload=show;function show(){iG.style.visibility='visible'}if(urlLarge!=''){iG.onclick=function(e){return fotogallery.viewBig(urlLarge,wLarge,hLarge,describe,author,e,authorUrl)};iG.title='Kliknutím fotografii zvětšíte.';bZ.className='';bL.href=urlLarge;bL.onclick=function(e){return fotogallery.viewBig(urlLarge,wLarge,hLarge,describe,author,e,authorUrl)};bL.title='Kliknutím fotografii zvětšíte.'}else{bZ.className='hide';iG.onclick=null;bL.onclick=null;iG.title='';bL.title=''}return false},viewBig:function(url,width,height,desc,auth,e,authUrl){var bB=this._gE(this.bigBox);bB.innerHTML='';bB.innerHTML='<div id="big-cont" class="photo"></div>';var bC=this._gE(this.bigCont);var HTML='';if(!e){e=window.event}if(e.preventDefault){e.preventDefault();e.stopPropagation()}else{e.returnValue=false}HTML='<div id="slide">';if(fotogallery.imgBigArray.length>=1){HTML+='<img src="http://1.im.cz/n/05/img/prewimg.gif" width="17" height="17" alt="Předchozí obrázek" onclick="fotogallery.slide(-1)" id="arr-back" />';HTML+='<img src="http://1.im.cz/n/05/img/nextimg.gif" width="17" height="17" alt="Další obrázek" onclick="fotogallery.slide(1)" id="arr-next" />'}HTML+='</div>';HTML+='<div class="close" onclick="return fotogallery.closeBig();"><a href="#">Zavři obrázek</a></div>';HTML+='<img onclick="return fotogallery.closeBig();" src="'+url+'" width="'+width+'" height="'+height+'" id="bimg" style="visibility:hidden;" title="Kliknutím obrázek zavřete." />';HTML+='<div class="describe"><strong id="b-desc-title">'+desc+'</strong>';if(desc!=''){HTML+='<br>'}if(authUrl!=''){HTML+='<small>foto: <span id="b-desc-author"><a href="'+authUrl+'" target="_blank">'+auth+'</a></span></small></div>'}else{HTML+='<small>foto: <span id="b-desc-author">'+auth+'</span></small></div>'}bC.innerHTML=HTML;if(fotogallery.imgBigArray.length>0){if(url==fotogallery.imgBigArray[0].url){fotogallery._gE('arr-back').style.visibility='hidden'}if(url==fotogallery.imgBigArray[fotogallery.imgBigArray.length-1].url){fotogallery._gE('arr-next').style.visibility='hidden'}}fotogallery.iB=fotogallery._gE('bimg');if(!(document.all&&!window.opera)){bC.style.width=(width)+'px';bB.style.width=(width+10)+'px'}fotogallery.iB.style.visibility='hidden';if(fotogallery._gE('video-player')){fotogallery._gE('video-player').style.visibility='hidden'}function showB(){fotogallery.iB.style.visibility='visible'};fotogallery.iB.onload=showB;bB.style.display='block';return false},closeBig:function(){this._gE(this.bigBox).style.display='none';if(fotogallery._gE('video-player')){fotogallery._gE('video-player').style.visibility='visible'}return false},slide:function(move){var actUrl=fotogallery.iB.src;var desc=fotogallery._gE('b-desc-title');var author=fotogallery._gE('b-desc-author');var bB=this._gE(this.bigBox);var bC=this._gE(this.bigCont);for(i=0;i<fotogallery.imgBigArray.length;i++){if(fotogallery.imgBigArray[i].url==actUrl){if((i+move)<0||(i+move)>(fotogallery.imgBigArray.length-1)){}else{if(move==-1&&typeof(fotogallery.imgBigArray[i-2])=='undefined'){fotogallery._gE('arr-back').style.visibility='hidden'}else{fotogallery._gE('arr-back').style.visibility='visible'}if(move==1&&typeof(fotogallery.imgBigArray[i+2])=='undefined'){fotogallery._gE('arr-next').style.visibility='hidden'}else{fotogallery._gE('arr-next').style.visibility='visible'}fotogallery.iB.style.visibility='hidden';fotogallery.iB.src=fotogallery.imgBigArray[i+move].url;if(!(document.all&&!window.opera)){bC.style.width=(parseInt(fotogallery.imgBigArray[i+move].width))+'px';bB.style.width=(parseInt(fotogallery.imgBigArray[i+move].width)+10)+'px'}function showS(){fotogallery.iB.style.visibility='visible'}fotogallery.iB.onload=showS;fotogallery.iB.width=fotogallery.imgBigArray[i+move].width;fotogallery.iB.height=fotogallery.imgBigArray[i+move].height;desc.innerHTML=fotogallery.imgBigArray[i+move].desc;author.innerHTML=fotogallery.imgBigArray[i+move].auth;if(fotogallery.imgBigArray[i+move].authUrl!=''){author.innerHTML='<a href="'+fotogallery.imgBigArray[i+move].authUrl+'" target="_blank">'+fotogallery.imgBigArray[i+move].auth+'</a>'}else{author.innerHTML=fotogallery.imgBigArray[i+move].auth}}}}}};var emailem={hide:function(o){var d=dom.gO(o);var l=dom.gO('posli');l.className='posli';d.style.display='none'},show:function(o){var d=dom.gO(o);var l=dom.gO('posli');if(d.style.display=='none'){l.className='posli active';d.style.display='block'}else{l.className='posli';d.style.display='none'}return false},checkMailem:function(frm){var f=frm;var i=0;if(f.from.value==""){alert("Pokud nevyplníte pole Váš e-mail, článek nebude odeslán!\n");f.from.focus();return false}else i++;zavin_pos=f.from.value.indexOf('@')
if(zavin_pos<1||zavin_pos>f.from.value.length-2){alert("Pokud správně nevyplníte pole Váš e-mail, článek nebude odeslán!\n");f.from.focus();return false}else i++;if(f.to.value==""){alert("Pokud nevyplníte E-mail příjemce, článek nebude odeslán!\n");f.to.focus();return false}else i++;zavin_pos=f.to.value.indexOf('@')
if(zavin_pos<1||zavin_pos>f.to.value.length-2){alert("Pokud správně nevyplníte pole E-mail příjemce, článek nebude odeslán!\n");f.to.focus();return false}else i++;if(f.sign.value==""){alert("Pokud nevyplníte Vaše jméno, článek nebude odeslán!\n");f.sign.focus();return false}else i++;if(i==5){emailem.setcookie('from');emailem.setcookie('to');emailem.setcookie('sign');return true}else return false},setcookie:function(jmeno){var exp=new Date();exp.setMonth(exp.getMonth()+(400));document.cookie=jmeno+"="+escape(document.getElementById(jmeno).value)+";expires="+exp.toGMTString()+";path=/;"},getcookie:function(jmeno){if(document.cookie.indexOf(jmeno)!=-1){var cook=document.cookie;var idx1=cook.indexOf(jmeno);var idx2=cook.indexOf(';',idx1);if(idx2==-1)idx2=cook.length;if(unescape(cook.substring(idx1+jmeno.length+1,idx2))!=';'){document.getElementById(jmeno).value=unescape(cook.substring(idx1+jmeno.length+1,idx2))}}}};var dom={gO:function(o){return document.getElementById(o)}};var buble={cont:null,loader:null,showTimer:null,hideTimer:null,x:0,y:0,_gE:function(o){return document.getElementById(o)},hide:function(){function closeBuble(){window.clearTimeout(buble.showTimer);buble.showTimer=null;if(buble.loader!=null){buble.cont.removeChild(buble.loader);buble.loader=null}}buble.hideTimer=window.setTimeout(closeBuble,200)},show:function(o,url,e){if(!e){e=window.event};this.x=e.clientX;this.y=e.clientY;sX=!document.documentElement.scrollTop?document.body.scrollLeft:document.documentElement.scrollLeft;sY=!document.documentElement.scrollTop?document.body.scrollTop:document.documentElement.scrollTop;this.x=this.x+sX;this.y=this.y+sY+5;buble.cont=document.getElementsByTagName('body')[0];function getData(){dynamicRequest.send(url)};buble.showTimer=window.setTimeout(getData,500)},cancelHide:function(){window.clearTimeout(buble.hideTimer);buble.hideTimer=null},makeOutput:function(text,title,imgURL,imgW,imgH,imgAlt){var c=this.cont;var l=this.loader=document.createElement('div');var html='<div id="buble-cnt" onmouseover="return buble.cancelHide();" onmouseout="return buble.hide();" style="top:'+this.y+'px; left:'+this.x+'px;"><div id="buble">';html+='<img src="http://1.im.cz/n/05/img/bublelogo.gif" width="65" height="15" alt="Novinky.cz" /> <div class="close" onclick="return buble.hide();">zavřít okno</div>';html+='<h4>'+title+'</h4>';html+='<p>';if(imgURL!='')html+='<img src="'+imgURL+'" width="'+imgW+'" height="'+imgH+'" alt="'+imgAlt+'" />';html+=text+'</p>';html+='<div class="clear"></div></div></div>';l.innerHTML=html;c.appendChild(l)}};var dynamicRequest={allowXMLHTTPREQUEST:false,init:function(allowXMLHTTPREQUEST){this.allowXMLHTTPREQUEST=allowXMLHTTPREQUEST},send:function(url){if(url!=''){this.allowXMLHTTPREQUEST==true?this.httpRequestRoutine(url):this.scriptRoutine(url)}},httpRequestRoutine:function(url){if(typeof(XMLHttpRequest)!='undefined'){var XHR=new XMLHttpRequest()}else{try{var XHR=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){return this.scriptRoutine(url)}}try{XHR.open("GET",url,true)}catch(e){return this.scriptRoutine(url)}function stateAction(){if(XHR.readyState==4){if(XHR.status==200){eval(XHR.responseText);return 1}}else if(XHR.readyState==0){this.scriptRoutine(url)}}XHR.onreadystatechange=stateAction;XHR.send(null);return 0},scriptRoutine:function(url){var cHead=document.getElementsByTagName('head')[0];typeof(this.loader)!='undefined'?cHead.removeChild(this.loader):'';this.loader=document.createElement('script');this.loader.type="text/javascript";this.loader.src=url+'?'+Math.random(999);try{cHead.appendChild(this.loader)}catch(e){return 1}return 0}}
