

document.write('<style type="text/css">');document.write('.oculta{display:none;}<');document.write('/s'+'tyle>');domtab={tabClass:'domtab',listClass:'domtabs',activeClass:'active',contentElements:'div',backToLinks:/#top/,printID:'domtabprintview',showAllLinkText:'show all content',prevNextIndicator:'doprevnext',prevNextClass:'prevnext',prevLabel:'previous',nextLabel:'next',prevClass:'prev',nextClass:'next',init:function(){var temp;if(!document.getElementById||!document.createTextNode){return;}
var tempelm=document.getElementsByTagName('div');for(var i=0;i<tempelm.length;i++){if(!domtab.cssjs('check',tempelm[i],domtab.tabClass)){continue;}
domtab.initTabMenu(tempelm[i]);domtab.removeBackLinks(tempelm[i]);if(domtab.cssjs('check',tempelm[i],domtab.prevNextIndicator)){domtab.addPrevNext(tempelm[i]);}
domtab.checkURL();}
if(document.getElementById(domtab.printID)&&!document.getElementById(domtab.printID).getElementsByTagName('a')[0]){var newlink=document.createElement('a');newlink.setAttribute('href','#');domtab.addEvent(newlink,'click',domtab.showAll,false);newlink.onclick=function(){return false;}
newlink.appendChild(document.createTextNode(domtab.showAllLinkText));document.getElementById(domtab.printID).appendChild(newlink);}},checkURL:function(){var id;var loc=window.location.toString();loc=/#/.test(loc)?loc.match(/#(\w.+)/)[1]:'';if(loc==''){return;}
var elm=document.getElementById(loc);if(!elm){return;}
var parentMenu=elm.parentNode.parentNode.parentNode;parentMenu.currentSection=loc;parentMenu.getElementsByTagName(domtab.contentElements)[0].style.display='none';domtab.cssjs('remove',parentMenu.getElementsByTagName('a')[0].parentNode,domtab.activeClass);var links=parentMenu.getElementsByTagName('a');for(i=0;i<links.length;i++){if(!links[i].getAttribute('href')){continue;}
if(!/#/.test(links[i].getAttribute('href').toString())){continue;}
id=links[i].href.match(/#(\w.+)/)[1];if(id==loc){var cur=links[i].parentNode.parentNode;domtab.cssjs('add',links[i].parentNode,domtab.activeClass);break;}}
domtab.changeTab(elm,1);elm.focus();cur.currentLink=links[i];cur.currentSection=loc;},showAll:function(e){document.getElementById(domtab.printID).parentNode.removeChild(document.getElementById(domtab.printID));var tempelm=document.getElementsByTagName('div');for(var i=0;i<tempelm.length;i++){if(!domtab.cssjs('check',tempelm[i],domtab.tabClass)){continue;}
var sec=tempelm[i].getElementsByTagName(domtab.contentElements);for(var j=0;j<sec.length;j++){sec[j].style.display='block';}}
var tempelm=document.getElementsByTagName('ul');for(i=0;i<tempelm.length;i++){if(!domtab.cssjs('check',tempelm[i],domtab.prevNextClass)){continue;}
tempelm[i].parentNode.removeChild(tempelm[i]);i--;}
domtab.cancelClick(e);},addPrevNext:function(menu){var temp;var sections=menu.getElementsByTagName(domtab.contentElements);for(var i=0;i<sections.length;i++){temp=domtab.createPrevNext();if(i==0){temp.removeChild(temp.getElementsByTagName('li')[0]);}
if(i==sections.length-1){temp.removeChild(temp.getElementsByTagName('li')[1]);}
temp.i=i;temp.menu=menu;sections[i].appendChild(temp);}},removeBackLinks:function(menu){var links=menu.getElementsByTagName('a');for(var i=0;i<links.length;i++){if(!domtab.backToLinks.test(links[i].href)){continue;}
links[i].parentNode.removeChild(links[i]);i--;}},initTabMenu:function(menu){var id;var lists=menu.getElementsByTagName('ul');for(var i=0;i<lists.length;i++){if(domtab.cssjs('check',lists[i],domtab.listClass)){var thismenu=lists[i];break;}}
if(!thismenu){return;}
thismenu.currentSection='';thismenu.currentLink='';var links=thismenu.getElementsByTagName('a');for(i=0;i<links.length;i++){if(!/#/.test(links[i].getAttribute('href').toString())){continue;}
id=links[i].href.match(/#(\w.+)/)[1];if(document.getElementById(id)){domtab.addEvent(links[i],'click',domtab.showTab,false);links[i].onclick=function(){return false;}
domtab.changeTab(document.getElementById(id),0);}}
id=links[0].href.match(/#(\w.+)/)[1];if(document.getElementById(id)){domtab.changeTab(document.getElementById(id),1);thismenu.currentSection=id;thismenu.currentLink=links[0];domtab.cssjs('add',links[0].parentNode,domtab.activeClass);}},createPrevNext:function(){var temp=document.createElement('ul');temp.className=domtab.prevNextClass;temp.appendChild(document.createElement('li'));temp.getElementsByTagName('li')[0].appendChild(document.createElement('a'));temp.getElementsByTagName('a')[0].setAttribute('href','#');temp.getElementsByTagName('a')[0].innerHTML=domtab.prevLabel;temp.getElementsByTagName('li')[0].className=domtab.prevClass;temp.appendChild(document.createElement('li'));temp.getElementsByTagName('li')[1].appendChild(document.createElement('a'));temp.getElementsByTagName('a')[1].setAttribute('href','#');temp.getElementsByTagName('a')[1].innerHTML=domtab.nextLabel;temp.getElementsByTagName('li')[1].className=domtab.nextClass;domtab.addEvent(temp.getElementsByTagName('a')[0],'click',domtab.navTabs,false);domtab.addEvent(temp.getElementsByTagName('a')[1],'click',domtab.navTabs,false);temp.getElementsByTagName('a')[0].onclick=function(){return false;}
temp.getElementsByTagName('a')[1].onclick=function(){return false;}
return temp;},navTabs:function(e){var li=domtab.getTarget(e);var menu=li.parentNode.parentNode.menu;var count=li.parentNode.parentNode.i;var section=menu.getElementsByTagName(domtab.contentElements);var links=menu.getElementsByTagName('a');var othercount=(li.parentNode.className==domtab.prevClass)?count-1:count+1;section[count].style.display='none';domtab.cssjs('remove',links[count].parentNode,domtab.activeClass);section[othercount].style.display='block';domtab.cssjs('add',links[othercount].parentNode,domtab.activeClass);var parent=links[count].parentNode.parentNode;parent.currentLink=links[othercount];parent.currentSection=links[othercount].href.match(/#(\w.+)/)[1];domtab.cancelClick(e);},changeTab:function(elm,state){do{elm=elm.parentNode;}while(elm.nodeName.toLowerCase()!=domtab.contentElements)
elm.style.display=state==0?'none':'block';},showTab:function(e){var o=domtab.getTarget(e);if(o.parentNode.parentNode.currentSection!=''){domtab.changeTab(document.getElementById(o.parentNode.parentNode.currentSection),0);domtab.cssjs('remove',o.parentNode.parentNode.currentLink.parentNode,domtab.activeClass);}
var id=o.href.match(/#(\w.+)/)[1];o.parentNode.parentNode.currentSection=id;o.parentNode.parentNode.currentLink=o;domtab.cssjs('add',o.parentNode,domtab.activeClass);domtab.changeTab(document.getElementById(id),1);document.getElementById(id).focus();domtab.cancelClick(e);},getTarget:function(e){var target=window.event?window.event.srcElement:e?e.target:null;if(!target){return false;}
if(target.nodeName.toLowerCase()!='a'){target=target.parentNode;}
return target;},cancelClick:function(e){if(window.event){window.event.cancelBubble=true;window.event.returnValue=false;return;}
if(e){e.stopPropagation();e.preventDefault();}},addEvent:function(elm,evType,fn,useCapture){if(elm.addEventListener)
{elm.addEventListener(evType,fn,useCapture);return true;}else if(elm.attachEvent){var r=elm.attachEvent('on'+evType,fn);return r;}else{elm['on'+evType]=fn;}},cssjs:function(a,o,c1,c2){switch(a){case'swap':o.className=!domtab.cssjs('check',o,c1)?o.className.replace(c2,c1):o.className.replace(c1,c2);break;case'add':if(!domtab.cssjs('check',o,c1)){o.className+=o.className?' '+c1:c1;}
break;case'remove':var rep=o.className.match(' '+c1)?' '+c1:c1;o.className=o.className.replace(rep,'');break;case'check':var found=false;var temparray=o.className.split(' ');for(var i=0;i<temparray.length;i++){if(temparray[i]==c1){found=true;}}
return found;break;}}}
domtab.addEvent(window,'load',domtab.init,false);

function esconder(capa){if(capa=='cse-search-box'){document.getElementById(capa).style.display="block";document.getElementById('avanzado').style.display="none";}else{document.getElementById(capa).style.display="block";document.getElementById('cse-search-box').style.display="none";}}

var CB_ScriptDir='http://www.directoriorural.com';var CB_Language='es';var CB_Scripts=document.getElementsByTagName('script');for(i=0;i<CB_Scripts.length;i++){if(CB_Scripts[i].getAttribute('src')){var q=CB_Scripts[i].getAttribute('src');if(q.match('clearbox.js')){var url=q.split('clearbox.js');var path=url[0];var query=url[1].substring(1);var pars=query.split('&');for(j=0;j<pars.length;j++){par=pars[j].split('=');switch(par[0]){case'config':{CB_Config=par[1];break;}
case'dir':{CB_ScriptDir=par[1];break;}
case'lng':{CB_Language=par[1];break;}}}}}}
if(!CB_Config){var CB_Config='default';}

var
CB_NavTextPrv='&laquo; Anterior',CB_NavTextNxt='Siguiente  &raquo;',CB_NavTextFull='Mostrar a tamaño original',CB_NavTextOpen='Abrir en una nueva ventana',CB_NavTextDL='Desgargar imagen',CB_NavTextClose='Cerrar',CB_NavTextStart='Iniciar la presentación',CB_NavTextStop='Pausar la presentación',CB_NavTextRotR='Girar 90º a la derecha',CB_NavTextRotL='Girar 90º a la izquierda';

var
CB_WindowColor='#fff',CB_MinWidth=120,CB_MinHeight=120,CB_WinPadd=15,CB_RoundPix=12,CB_ImgBorder=0,CB_ImgBorderColor='#ddd',CB_Padd=4,CB_BodyMarginLeft=0,CB_BodyMarginRight=0,CB_BodyMarginTop=0,CB_BodyMarginBottom=0,CB_ShowThumbnails='auto',CB_ThumbsBGColor='#000',CB_ThumbsBGOpacity=.35,CB_ActThumbOpacity=.65,CB_SlideShowBarColor='#fff',CB_SlideShowBarOpacity=.5,CB_SlideShowBarPadd=17,CB_SlideShowBarTop=2,CB_SimpleDesign='off',CB_CloseBtnTop=-10,CB_CloseBtnRight=-14,CB_CloseBtn2Top=-20,CB_CloseBtn2Right=-30,CB_OSD='on',CB_FontT='Verdana',CB_FontSizeT=12,CB_FontColorT='#777',CB_FontWeightT='normal',CB_FontC='arial',CB_FontSizeC=11,CB_FontColorC='#aaa',CB_FontWeightC='normal',CB_TextAlignC='justify',CB_TxtHMax=42,CB_FontG='arial',CB_FontSizeG=11,CB_FontColorG='#999',CB_FontWeightG='normal',CB_TextH=35,CB_PadT=10,CB_ShowURL='off',CB_ItemNum='on',CB_ItemNumBracket='[]',CB_ShowGalName='off',CB_TextNav='on',CB_NavTextImgPrvNxt='off',CB_ShowDL='off',CB_NavTextImgDL='off',CB_ImgRotation='off',CB_NavTextImgRot='off',CB_HideColor='#000',CB_HideOpacity=.35,CB_HideOpacitySpeed=400,CB_CloseOnH='on',CB_Animation='double',CB_ImgOpacitySpeed=0,CB_TextOpacitySpeed=0,CB_AnimSpeed=300,CB_ImgTextFade='on',CB_FlashHide='off',CB_SelectsHide='on',CB_SlShowTime=3,CB_Preload='on',CB_PictureStart='start.png',CB_PicturePause='pause.png',CB_PictureClose='close.png',CB_PictureNext='next.png',CB_PicturePrev='prev.png',CB_PicDir=CB_ScriptDir+'/css/pic',CB_AllowedToRun='on',CB_AllowExtFunctLoad='off',CB_AllowExtFunctPageLoad='off',CB_AllowExtFunctCBClose='off';

function $CB(){if(arguments.length==1)return get$CB(arguments[0]);var b=[];$c(arguments).each(function(a){b.push(get$CB(a))});return b;function get$CB(a){if(typeof a=='string')a=document.getElementById(a);return a}};Function.prototype.lancol=function(a){var b=this;return function(){return b.apply(a,arguments)}};Kiterjeszt=function(a,b){for(kifejezes in b)a[kifejezes]=b[kifejezes];return a};if(!window.CBEE)var CBEE=new Object();var Osztaly={letrehoz:function(){return function(){this.azonnallefut.apply(this,arguments)}}};eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('F bD=\'3.b8\';F 1I=r.8O?Y:1a;F 4f=18.1Q.M(\'6X 6\')?Y:1a;F 8Q=(18.1Q.M(\'6X 6\')||18.1Q.M(\'6X 7\'))?Y:1a;F 2Y=18.1Q.M(\'9I\')?Y:1a;F 3D=18.1Q.M(\'4D\')?Y:1a;F 5E=18.1Q.M(\'9S\')?Y:1a;F 4O=0;7N*=97;F q;F 1k=\'ar P c5 9Q 1z\';F 2i=\'c2\';F 2V=\'ba\';F 8b=\'5W 63 6d 7q 6r 6B 6R\';F 2y,3s,2M=65,4U,1J,3Y,6P=1a,5f=0,1l=5C=0,2q=5o=3U=2X,3y=1,5K,3W=Y,8v=2T=-50,54,5m,4M=\'\',2U,an,6W,3f,3P,5O=0,5Q=\'\',3w,4I=9U+ao,4t=bN+bY,47,1Z,5w=0,1L,3F=\'4F\',6L,6w,C,J,4l,35,1B,Z,2r,2s,2x,2C,u,q,3J,4j,43,2Z,32;F 9W=17 2J();h(1A==\'1X\'){1A=\'7Q\';65=1}h(5M==\'G\'){2X=0;41=0}h(15.M(\'a3\')==E){15+=\'/\'}h(!1I)r.9D(9J.9O);h(1A==\'3A\'||1I){3o=\'1X\'}F 3C=5G;F 3T=5S;F 4Q=6S;F 3H=3K;F 3l=3Z;F 59=5A;F 5e=5I;h(9B==\'G\'){5G=\'<1k 1g="3b" L="\'+15+\'7l.P" 1r="\'+3C+\'" 1H="\'+3C+\'" />\';5S=\'<1k 1g="3b" L="\'+15+\'8W.P" 1r="\'+3T+\'" 1H="\'+3T+\'" />\'}h(a2==\'G\'){6S=\'<1k 1g="3b" L="\'+15+\'6b.P" 1r="\'+4Q+\'" 1H="\'+4Q+\'" />\';3K=\'<1k 1g="3b" L="\'+15+\'6b.P" 1r="\'+3H+\'" 1H="\'+3H+\'" />\';3Z=\'<1k 1g="3b" L="\'+15+\'8f.P" 1r="\'+3l+\'" 1H="\'+3l+\'" />\'}h(bF==\'G\'){5A=\'<1k 1g="3b" L="\'+15+\'8h.P" 1r="\'+59+\'" 1H="\'+59+\'" />\';5I=\'<1k 1g="3b" L="\'+15+\'8r.P" 1r="\'+5e+\'" 1H="\'+5e+\'" />\'}w 1N(a,b){S 84(8a(a,b),b)}w 84(a,b){b=b||"\\\\s";S a.5d(17 91("^["+b+"]+","g"),"")}w 8a(a,b){b=b||"\\\\s";S a.5d(17 91("["+b+"]+$","g"),"")}w 9v(a,b){h(4g 19.3r!=\'45\'){19.3r(a,b,1a)}y h(4g r.3r!=\'45\'){r.3r(a,b,1a)}y h(4g 19.8H!=\'45\'){19.8H("G"+a,b)}}9v(\'bn\',7V);w 7V(){6P=Y}w 7u(){q=E;5Z();61()}7u();w 5Z(){F a;h((!1I&&r.1c)||(3s&&1I&&3s.1P(\'</1c>\')!=-1)){h(a){4h(a)}r.1c.o.bc="be";h(1y!=0&&4G!=\'8Y\'){F b=\'<T 1g="af" o="O: \'+1y+\'B; U: \'+1y+\'B;"></T>\'}y{F b=\'\'}h(1I){4M=\'<1k I="6q" 1r="" L="\'+15+\'2E.P" />\'}y{4M=\'<T I="6q"></T>\'}F c=r.2u(\'1c\').8J(0);h(r.z(\'4E\')){c.9a(r.z(\'4E\'))}h(3o==\'G\'){D=\'<7e I="5U"></7e><1k I="7O" 1r="" L="\'+15+\'2E.P" />\'}y{D=\'<1k I="5U" 1r="" L="\'+15+\'2E.P" />\'}F d=r.5a("T");d.3I(\'I\',\'8M\');c.1S(d);F e=r.5a("T");e.3I(\'I\',\'8S\');c.1S(e);F f=r.5a("T");f.3I(\'I\',\'4E\');c.1S(f);r.z(\'4E\').V=\'<T I="6f"></T><T I="6j"></T><T I="9d"></T><9p 9L="0" 9N="0" I="9t"><3R I="4j"><1u I="5h">\'+b+\'</1u><1u I="5n"></1u><1u I="57">\'+b+\'</1u></3R><3R I="aa"><1u I="2Z"></1u><1u I="8B" aO="36" bB="2m"><T I="62"><T I="7s"><1k I="6I" 1r="\'+6K+\'" 1H="\'+6K+\'" L="\'+15+8Z+\'" /><T I="83"></T>\'+4M+\'<T I="6O"><T I="9c"></T></T>\'+D+\'<T I="5b"><1k I="5T" 1r="" L="\'+15+7i+\'" /><1k I="6U" 1r="" L="\'+15+7p+\'" /><T I="7L"></T><1k I="6e" 1r="\'+5J+\'" 1H="\'+5J+\'" L="\'+15+82+\'" /><1k I="5y" 1r="\'+5z+\'" 1H="\'+5z+\'" L="\'+15+8k+\'" /><a I="8u"></a><a I="8y"></a></T></T><T I="8A"><T I="8C"></T><T I="8G"></T><T I="8K"></T></T></T></1u><1u I="32"></1u></3R><3R I="43"><1u I="5c">\'+b+\'</1u><1u I="4k"></1u><1u I="4V">\'+b+\'</1u></3R></9p>\';h(4f&&1y==0){5Q=1}h(1I&&1y<2){5O=6}r.z(\'62\').o.8U=2P+\'B\';4c=r.z(\'6q\');2b=r.z(\'7L\');2b.o.4b=b4;2b.o.20=9l;2b.o.1o=\'3L(20=\'+9l*3d+\')\';35=r.z(\'9t\');2S=r.z(\'6O\');46=r.z(\'9c\');h(4L==\'1X\'){4c.o.K=\'R\'}1n=r.z(\'6f\');1n.o.4b=9C;1n.o.20=0;1n.o.1o=\'3L(20=0)\';6v=17 1T.3a(1n,{1U:8P,2z:w(){1M()}});6v.56();77=17 1T.3a(1n,{1U:8P,2z:w(){1n.o.O=\'2j\';1n.o.U=\'2j\';3W=Y;3w=\'1X\';h(a4==\'G\'){a6()}h(6y==\'G\'){5P()}h(6E==\'G\'){6G()}}});2n=r.z(\'6j\');2n.o.20=.75;2n.o.1o=\'3L(20=75)\';Z=r.z(\'5U\');h(3o==\'G\'){2L=r.z(\'7O\');2L.o.K=\'R\'}Z.o.7n=1b+\'B 7B \'+7J;3e=r.z(\'7s\');1O=r.z(\'6I\');1O.1E=w(){3X()};1O.1K=w(){22(6K)};1O.25=w(){1W()};28=r.z(\'5y\');28.1E=w(){5B();S 1a};28.1K=w(){22(5z)};28.25=w(){1W()};24=r.z(\'6e\');24.1E=w(){8E();S 1a};24.1K=w(){22(5J)};24.25=w(){1W()};1G=r.z(\'9d\');1G.o.4b=9E;1G.o.20=8I;1G.o.1o=\'3L(20=\'+8I*3d+\')\';2N=r.z(\'5T\');2N.1K=w(){2N.o.W=\'1x\';22(3C)};2N.25=w(){2N.o.W=\'1w\';1W()};2N.1E=w(){h(1L==\'G\'){23()}1M(u-1);1Y();S 1a};2G=r.z(\'6U\');2G.1K=w(){2G.o.W=\'1x\';22(3T)};2G.25=w(){2G.o.W=\'1w\';1W()};2G.1E=w(){h(1L==\'G\'){23()}1M(u+1);1Y();S 1a};2r=r.z(\'8u\');2r.1K=w(){2N.o.W=\'1x\';22(3C)};2r.25=w(){2N.o.W=\'1w\';1W()};2r.o.2v=\'4P(\'+15+\'2E.P)\';2s=r.z(\'8y\');2s.1K=w(){2G.o.W=\'1x\';22(3T)};2s.25=w(){2G.o.W=\'1w\';1W()};2s.o.2v=\'4P(\'+15+\'2E.P)\';1B=r.z(\'8A\');1B.o.U=2q+\'B\';1B.o.93=41+\'B\';h(5M==\'G\'){1B.o.K=\'R\';2X=0}y{1B.o.K=\'1m\'}1R=r.z(\'8M\');1R.o.42=9j;1R.o.4m=9n;1R.o.4w=9r+\'B\';1R.V="X";1h=r.z(\'8C\');1h.o.42=9j;1h.o.4m=9n;1h.o.6h=b2;1h.o.4w=9r+\'B\';1h.o.U=1R.2p;2e=r.z(\'8G\');2e.o.42=78;2e.o.4m=8n;2e.o.6h=ap;2e.o.4w=7d+\'B\';2e.o.6t=7K;2c=r.z(\'8S\');2c.o.42=78;2c.o.4m=8n;2c.o.4w=7d+\'B\';2c.o.6t=7K;1s=r.z(\'8K\');1s.o.42=ab;1s.o.4m=bW;1s.o.6h=aN;1s.o.4w=aP+\'B\';4j=r.z(\'4j\').o;4j.U=1y+\'B\';43=r.z(\'43\').o;43.U=1y+\'B\';2Z=r.z(\'2Z\').o;2Z.O=1y+5Q+\'B\';32=r.z(\'32\').o;32.O=1y+\'B\';1i=r.z(\'83\');r.z(\'8B\').o.4b=4G;r.z(\'62\').o.4b=4G;h(3t==\'G\'){4n=17 1T.3a(1B,{1U:7R,2z:w(){h(1I){1B.o.6i(\'1o\')}3u()}});4n.56();8L=17 1T.3a(1B,{1U:7R/2});6k=17 1T.3a(Z,{1U:6m,2z:w(){h(1I){Z.o.6i(\'1o\')}h(1A!=\'3z\'){3B()}}});6k.56();92=17 1T.3a(Z,{1U:6m/2,2z:w(){49();3y=1}})}5D=r.z(\'5b\').o;h(4L==\'6A\'){4c.1K=w(){85();S};2b.1K=w(){5x();S};1B.1K=w(){5x();S};1n.1K=w(){5x();S}}h(2Y){4I=0;4t=0}h(3D){4t=0}r.z(\'6O\').a8=7b;h(ak==\'G\'){am()}F j=17 2J(\'2E.P\',\'8f.P\',\'6b.P\',\'8W.P\',\'7l.P\',\'8r.P\',\'8h.P\',\'aq.P\',\'ca.P\',\'az.P\',\'aB.P\',\'aI.P\',\'aK.P\',\'9q.P\',\'aU.P\',\'aY.P\',\'b1.P\',\'b3.P\',\'b5.P\',\'bl.P\',\'9s.P\',\'9u.1z\',\'71.1z\',\'72.1z\',\'73.1z\',\'9w.1z\',\'9y.1z\',\'9z.1z\',\'7g.1z\',8k,82,8Z,7p,7i);F k=17 2J();1j(F i=0;i<j.Q;i++){k[i]=17 4i();k[i].L=15+j[i]}2x=C=3g;2C=J=7D-2X;h(4f){7H()}h(4G==\'8Y\'&&1y==0){r.z(\'5h\').o.34=\'\';r.z(\'5n\').o.34=\'\';r.z(\'57\').o.34=\'\';r.z(\'2Z\').o.34=\'\';r.z(\'32\').o.34=\'\';r.z(\'5c\').o.34=\'\';r.z(\'4k\').o.34=\'\';r.z(\'4V\').o.34=\'\';h(4f){r.z(\'4k\').o.1o=\'\'}}S}y{3s=r.2u(\'2f\')[0].V;3s=3s.44();a=4s(\'5Z()\',9T)}}w 61(){F a;1Z=r.2u(\'a\');1j(F i=4O;i<1Z.Q;i++){4O++;1V=1Z[i].40;h(1V.3i(0,8)==\'2g\'){2F=\'\';4T=1V.1P(\'[\');4X=1V.1P(\']\');h(1V!=\'2g\'){h(4T!=-1&&4X!=-1){D=1V.3i(4T+1,4X).H(\',,\');1j(F j=0;j<D.Q;j++){h(D[j].M(\'O\')!=E){3c=2h.3M(21(D[j].H(\'=\')[1])*1);h(3O(3c)==Y){2F+=\'O 55 "\'+1N((D[j].H(\'=\')[1]),\' \')+\'" 3Q 69 a 4v\'}}h(D[j].M(\'U\')!=E){3m=2h.3M(21(D[j].H(\'=\')[1])*1);h(3O(3m)==Y){2F+=\'U 55 "\'+1N((D[j].H(\'=\')[1]),\' \')+\'" 3Q 69 a 4v\'}}h(D[j].M(\'4B\')!=E){3n=2h.3M(21(D[j].H(\'=\')[1])*1);h(3O(3n)==Y){2F+=\'4B 55 "\'+1N((D[j].H(\'=\')[1]),\' \')+\'" 3Q 69 a 4v\'}}}}y{2F+=\'ac ae ag ai, 95: \';h(4T==-1){2F+=\' [ \'}h(4X==-1){2F+=\' ] \'}}}h(2F!=\'\'){3S(\'6l 6n at \'+(i+1)+\'. <a>! \'+2F+\'!\')}y{1Z[i].1E=w(){9h(\'2t=\'+26.4x(\'2t\',2)+\',,\'+26.40.3i(26.40.1P(\'[\')+1,26.40.1P(\']\')));S 1a}}}}h(6P==1a){a=4s(\'61()\',3d)}y{4O=0;h(a){4h(a)}h(r.z(\'6f\')){6x();6z();1n.o.U=2k+4t+\'B\'}S}}w 6D(a,b){q[a]=17 2J();1t=3c=3m=3n=E;1j(F i=0;i<b.Q;i++){h(b[i].M(\'3q=\')!=E){q[0]=1N(b[i].H(\'3q=\')[1],\' \')}h(b[i].M(\'2t=\')!=E){q[a][0]=1N(b[i].H(\'2t=\')[1],\' \').5d(/=/g,\'\\=\')}h(b[i].M(\'3p=\')!=E){1t=b[i].H(\'=\')[1].5d(/ /g,\'\')}h(b[i].M(\'1H=\')!=E){q[a][2]=1N(b[i].H(\'1H=\')[1],\' \')}h(b[i].M(\'6V=\')!=E){q[a][8]=1N(b[i].H(\'6V=\')[1],\' \')}h(b[i].M(\'8p=\')!=E){q[a][9]=1N(b[i].H(\'8p=\')[1],\' \')}h(b[i].M(\'O=\')!=E){3c=2h.3M(21(b[i].H(\'=\')[1])*1);h(3O(3c)==Y){3c=E}q[a][3]=3c}h(b[i].M(\'U=\')!=E){3m=2h.3M(21(b[i].H(\'=\')[1])*1);h(3O(3m)==Y){3m=E}q[a][4]=3m}h(b[i].M(\'4u=\')!=E){q[a][5]=1N(b[i].H(\'4u=\')[1],\' \')}h(b[i].M(\'5X=\')!=E){q[a][10]=1N(b[i].H(\'5X=\')[1],\' \')}h(b[i].M(\'6o\')!=E){q[a][11]=\'6o\'}h(b[i].M(\'2f=\')!=E){q[a][12]=1N(b[i].H(\'2f=\')[1],\' \')}h(b[i].M(\'4B=\')!=E){3n=2h.3M(21(b[i].H(\'=\')[1])*1);h(3O(3n)==Y){3n=E}q[a][6]=3n}h(b[i].M(\'60\')!=E){q[a][7]=\'60\'}}h(1t!=\'1C\'&&1t!=\'2i\'&&1t!=\'3h\'&&1t!=\'2A\'&&1t!=\'2B\'&&1t!=\'2f\'&&1t!=\'2V\'&&1t!=\'3j\'){1D=q[a][0].H(\'.\')[q[a][0].H(\'.\').Q-1];1D=1D.44();h(q[a][0].M(\'2B#\')!=E){1t=\'2B\'}y h(q[a][0].M(\'as\')!=E){1t=\'2f\'}y h(1k.M(1D)!=E){1t=\'1C\'}y h(2i.M(1D)!=E||q[a][0].M(\'3h.3x\')!=E){1t=\'2i\'}y h(2V.M(1D)!=E){1t=\'2V\'}y h(8b.M(1D)!=E){1t=\'3j\'}y{1t=\'2A\'}}q[a][1]=1t}w 9h(a){h(bm==\'G\'){3W=1a;5K=\'1X\';h(a.M(\'3q=\')!=E){31=1N(a.H(\'3q=\')[1].H(\',,\')[0],\' \')}y{31=\'2g\'}96=1N(a.H(\'2t=\')[1].H(\',,\')[0],\' \');h(31==\'E\'){31=\'2g\'}h(q&&q[0]==31&&31!=\'2g\'){}y{q=17 2J();q[0]=31;h(q[0]==\'2g\'){6D(1,a.H(\',,\'))}y{1Z=r.2u(\'a\');k=1;1j(F l=0;l<1Z.Q;l++){1V=1Z[l].40;h(1V.M(\'3q\')!=E){7y=1N(1V.3i(1V.1P(\'[\')+1,1V.1P(\']\')).H(\'3q=\')[1].H(\',,\')[0],\' \');h(31==7y){D=1V.3i(1V.1P(\'[\')+1,1V.1P(\']\'));h(D.M(\'2t=\')==E){D+=\',,2t\\=\'+1Z[l].4x(\'2t\',2)}h(D.M(\'1H=\')==E){D+=\',,1H\\=\'+1Z[l].4x(\'1H\')}h(D.M(\'4u=\')==E){5m=\'68\';1j(m=0;m<1Z[l].4K.Q;m++){h(1Z[l].4K[m].L!=45){5m=1Z[l].4K[m].L}}D+=\',,4u\\=\'+5m}D=D.H(\',,\');6D(k,D);k++}}}}}u=1;aR(q[u][0]!=96){u++}9e();h(6y==\'G\'){87()}h(6E==\'G\'){9g()}7A()}}w 7A(a){9i();6v.1F(0,9m);1n.o.U=2k+4t+\'B\'}w 9i(){6Q();Z.o.O=2x+\'B\';Z.o.U=2C+\'B\';Z.o.K=\'1m\';Z.o.W=\'1w\';35.o.W=\'1x\'}w 6Q(){28.o.K=\'R\';24.o.K=\'R\';1O.o.K=\'R\';2r.o.K=\'R\';2s.o.K=\'R\'}w 1M(a){h(u){F b=u}3w=\'1X\';F c;h(3y!=1){c=4s(\'1M(\'+a+\')\',5)}y{h(c){4h(c)}1O.o.K=\'R\';3u();h(a){h(C>3f){Z.o.O=C+\'B\'}h(J>3P){Z.o.U=J+\'B\'}u=21(a)}2x=C;2C=J;h(q[u][3]!=E){C=q[u][3]}y{C=9o}h(q[u][4]!=E){J=q[u][4]}y{J=9o}49();h(q[u][1]==\'1C\'){6Q();3J=17 4i();3J.7C=w(){6c();8d()};3J.L=q[u][0]}y{Z.L=15+\'2E.P\';h(q[u][1]==\'2A\'){h(1I){1i.V=\'<2A I="27" a0="0"></2A>\'}y{F d=r.5a(\'2A\');d.3I(\'I\',\'27\');1i.1S(d)}}h(q[u][1]==\'2i\'){h(18.5v&&18.33&&18.33.Q){d=\'<3v I="27" 3p="5r/x-7a-2i" L="\'+q[u][0]+\'" O="\'+C+\'" U="\'+J+\'" 5t="3N" 4y="Y" 4z="4A" />\'}y{d=\'<2W I="27" 4H="4J:7r-7t-7v-7x-7z" O="\'+C+\'" U="\'+J+\'"><1p 1f="7F" 1q="\'+q[u][0]+\'" /><1p 1f="4z" 1q="4A" /><1p 1f="4y" 1q="Y" /><1p 1f="5t" 1q="3N" />\'}1i.V=d}h(q[u][1]==\'3h\'){h(18.5v&&18.33&&18.33.Q){d=\'<3v I="27" 3p="5r/x-7a-2i" L="4p://4S.3h.3x/v/\'+q[u][0]+\'" O="\'+C+\'" U="\'+J+\'" 5t="3N" 4y="Y" 4z="4A" />\'}y{d=\'<2W I="27" 4H="4J:7r-7t-7v-7x-7z" O="\'+C+\'" U="\'+J+\'"><1p 1f="7F" 1q="4p://4S.3h.3x/v/\'+q[u][0]+\'" /><1p 1f="4z" 1q="4A" /><1p 1f="4y" 1q="Y" /><1p 1f="5t" 1q="3N" />\'}1i.V=d}h(q[u][1]==\'2V\'){h(18.5v&&18.33&&18.33.Q){d=\'<3v I="27" L="\'+q[u][0]+\'" 5Y="Y" 4r="7S" 7U="Y" 7W="Y" 3p="bV/2V" 7Y="4p://4S.80.3x/2V/4W/" />\'}y{d=\'<2W I="27" 4H="4J:c4-c9-aT-9V-ah" aZ="4p://4S.80.3x/aj/b0.9X"><1p 1f="L" 1q="\'+q[u][0]+\'" /><1p 1f="7W" 1q="Y" /><1p 1f="5Y" 1q="Y" /><1p 1f="4r" 1q="7S" /><1p 1f="7U" 1q="Y" /></2W>\'}1i.V=\'<p 1g="86">88 4Z 8c 26 8e, 4Z 8g 8i 4W 67 bg 8m 8o 1j 8q 8s!</p>\'+d}h(q[u][1]==\'3j\'){h(18.5v&&18.33&&18.33.Q){d=\'<3v I="27" 7Y="4p://bs.3x/ay/a5/bw/4W/" 3p="5r/x-aA" L="\'+q[u][0]+\'" 5Y="Y" by="Y" 9G="Y" />\'}y{d=\'<2W I="27" 4H="4J:bA-aC-bC-a7-bE" 3p="5r/x-aE"><1p 1f="4P" 1q="\'+q[u][0]+\'" /><1p 1f="bI" 1q="Y" /><1p 1f="bK" 1q="Y" /><1p 1f="a9" 1q="bM" /><1p 1f="aH" 1q="3d" /><1p 1f="bO" 1q="Y" /></2W>\'}1i.V=\'<p 1g="86">88 4Z 8c 26 8e, 4Z 8g 8i 4W 67 bQ bS 8m 8o 1j 8q 8s!</p>\'+d}h(q[u][1]==\'2f\'){h(q[u][12]){1i.V=\'<T I="27">\'+q[u][12]+\'</T>\'}y{3S(\'6l 6n: 52 bU aL \\\'2f=\\\' 55! 8w...\');3X();S}}h(q[u][1]==\'2B\'){h(r.z(q[u][0].H(\'#\')[1])){h(q[u][3]==E){C=r.z(q[u][0].H(\'#\')[1]).2D}h(q[u][4]==E){J=r.z(q[u][0].H(\'#\')[1]).2p}F d=r.z(q[u][0].H(\'#\')[1]).bX(Y);1i.1S(d);1v=1i.4K[0];1v.o.W=\'1x\'}y{3S(\'6l 6n: bZ ad c1 "\'+q[u][0].H(\'#\')[1]+\'" 3Q 95! 8w...\');3X();S}}y{1v=r.z(\'27\')}h(1I&&q[u][1]==\'2i\'){}y h(3t==\'G\'){58=17 1T.3a(1v,{1U:6m,2z:w(){h(1I){1v.o.6i(\'1o\')}h(3D){1v.o.20=\'1\'}1O.o.K=\'1m\';Z.o.W=\'1w\';4n.1F(0,1)}});58.56()}4l=C/J;3E();3W=1a;4e(\'52\')}S}}w 8d(){h(q[u][3]!=E){C=q[u][3]}y{C=3J.O}h(q[u][4]!=E){J=q[u][4]}y{J=3J.U}h(3o==\'G\'){h(!q[u][13]){q[u][13]=0}y h(q[u][13]==90||q[u][13]==6p){D=J;J=C;C=D}}3f=C;3P=J;4l=C/J;h(1A==\'3z\'){2x=3g;2C=7D}3E();Z.L=q[u][0];4e();S}w 3E(){h(C>29-(2*(1y+1b+2P+5j))){C=29-(2*(1y+1b+2P+5j));h(q[u][1]!=\'2A\'&&q[u][1]!=\'2B\'){J=2h.5l(C/4l)}}h(5f==1){D=1l}y{D=0}h(J>2a-(2*(1y+1b+2P+5j))-2X-41-D){J=2a-(2*(1y+1b+2P+5j))-2X-41-D;h(q[u][1]!=\'2A\'&&q[u][1]!=\'2B\'){C=2h.5l(4l*J)}}h(J<0){J=1}h(C<0){C=1}S}w 4e(a){D=C+2*1b;h(q[u][1]==\'1C\'&&C<3g){D=3g+2*1b}h(q[u][8]&&q[u][8]!=\'E\'&&5M==\'1X\'){h(1l==0){5f=1;2c.o.O=D+\'B\';2c.V=q[u][8];1l=2c.2p;h(1l>3k){1l=3k}3E();4e(a)}y{2c.o.O=D+\'B\';h(1l<2c.2p){1l=2c.2p;h(1l>=3k){1l=3k;3E();2q=3U+1l;5q(a)}y{1l=2c.2p;3E();4e(a)}}y{h(1l<3k){2q=3U+1l}h(1l==3k){2q=3U+3k}5q(a)}}}y{5f=0;2q=3U;5q(a)}}w 5q(a){3e.o.O=\'\';h(q[u][1]==\'1C\'&&1A!=\'3z\'&&1A!=\'3A\'){h(C<3g){3f=C;C=3g}}h(2x==C&&2C==J&&1l==5C){2M=1}y{2M=65}6W=1;h(1A==\'7Q\'){5s(a)}y h(1A==\'3z\'){5s(a);h(!a){6F()}h(3o==\'G\'){6H()}}y h(1A==\'3A\'){h(!a){Z.o.W=\'1x\';Z.o.20=1;Z.o.1o=\'3L(20=3d)\'}5s(a)}y h(1A==\'1X\'){6J();3e.o.U=J+(2*1b)+\'B\';Z.o.O=C+\'B\';Z.o.U=J+\'B\'}y h(1A==\'9Y\'){99(a)}S}w 99(a){5u=17 1T.6N(Z,{1U:2M,2z:w(){9f(a)}});5u.1F(2x,C)}w 9f(a){51=17 1T.4C(Z,{1U:2M,2z:w(){h(a==\'52\'){3B()}y{6T()}}});51.1F(2C,J);53=17 1T.4C(1B,{1U:2M});53.1F(5o,2q)}w 5s(a){5u=17 1T.6N(Z,{1U:2M,2z:w(){h(a==\'52\'){3B()}y{6T()}}});5u.1F(2x,C);51=17 1T.4C(Z,{1U:2M});51.1F(2C,J);53=17 1T.4C(1B,{1U:2M});53.1F(5o,2q)}w 4N(){1L=\'1X\';3F=\'4F\';23()}w 23(){1G.o.O=\'2j\';1L=\'1X\';5w=0;1G.o.K=\'R\'}w 6Y(){h(q[u][6]){6g=q[u][6]*97}y{6g=7N}1L=\'G\';h(18.1Q.1P(\'4D/2\')!=-1){1G.o.2m=(21((29-C)/2)+5V+38-1b)+\'B\';1G.o.36=(21((2a-J-2X-1l)/2)+7E+39-1b-5)+\'B\'}y{h(8Q){D=1}y{D=0}h(4f){16=1}y{16=0}1G.o.2m=35.aw+1y+1b+2P+5V+16+\'B\';1G.o.36=35.ax+1y+1b+2P+7E+D+\'B\'}8j=17 1T.6N(1G,{1U:6g,2z:w(){5w=0;1G.o.O=5w+\'B\';h(1L==\'G\'){h(u==q.Q-1){1M(1)}y{1M(u+1)}1Y()}}});8j.1F(0,C-(2*(1b+5V)))}w 5B(){28.o.K=\'R\';24.o.K=\'1m\';3F=\'7G\';1G.o.K=\'1m\';6Y()}w 8E(){24.o.K=\'R\';1G.o.K=\'R\';28.o.K=\'1m\';4N()}w aD(a){h(!a){a=u}h(q){h(q[a]){D=\'aF aG q 8l \'+(q.Q-1)+\' 7m aM 8O.\\n\';D+=\'aQ 1f (q[0]) 3Q: \'+q[0]+\'\\n\';D+=\'aS \'+a+\'. 8J 7I 67 3q (aW u=\'+a+\') 3Q:\\n\\n\';1j(t=0;t<14;t++){5L(t){1e 0:{16=\'2t\';1d}1e 1:{16=\'3p\';1d}1e 2:{16=\'1H\';1d}1e 3:{16=\'O\';1d}1e 4:{16=\'U\';1d}1e 5:{16=\'4u\';1d}1e 6:{16=\'4B\';1d}1e 7:{16=\'60\';1d}1e 8:{16=\'6V\';1d}1e 9:{16=\'b7\';1d}1e 10:{16=\'5X\';1d}1e 11:{16=\'6o\';1d}1e 12:{16=\'2f\';1d}1e 13:{16=\'b9 7I 1C\';1d}}D+=\'q[\'+a+\'][\'+t+\']:\\n\';D+=\'\\bb 1f\\t= \'+16+\'\\n\';D+=\'\\bd\\t\\t\';h(3D){D+=\'\\t\'}D+=\'= \';h(!q[a][t]){D+=\'E (N/A)\'}y h(q[a][t]==\'E\'){D+=\'\\\'E\\\' (bh)\'}y{D+=q[a][t]}D+=\'\\n\'}3S(D)}y{3S(\'q 8l bj \'+(q.Q-1)+\' 7m, q[\'+a+\'] 8t\\\'t 7o!\')}}y{3S(\'q 8t\\\'t 7o! bp G br 2g-bt bv bx bz!\')}}w 22(a){h(6j==\'G\'){2n.V=a;2n.o.36=39+10+\'B\';2n.o.4R=-(2n.2D/2)+\'B\';2n.o.8U=\'7M 8x 7M 8x\';2n.o.W=\'1x\'}}w 1W(){2n.o.W=\'1w\'}w 3B(){h(q[u][1]==\'2A\'){1v.L=q[u][0]}h(bH==\'G\'){bJ()}h(q[u][1]==\'1C\'){1O.o.36=bL+\'B\';1O.o.76=bP+\'B\'}y{1O.o.36=bR+\'B\';1O.o.76=bT+\'B\'}h(q[u][1]==\'1C\'){h(q.Q<3){3F=\'4F\';28.o.K=\'R\';24.o.K=\'R\'}y{h(3F==\'4F\'){28.o.K=\'1m\';24.o.K=\'R\';h(q[u][7]){5B()}}y{24.o.K=\'1m\';28.o.K=\'R\';1G.o.K=\'1m\';6Y()}}5D.K=\'1m\';2r.o.U=J+\'B\';2s.o.U=J+\'B\';2x=C;2C=J;2b.o.O=C+(2*1b)+\'B\';2b.o.U=J+(2*1b)+\'B\';8z();h(3t==\'G\'){4n.1F(0,1)}y{1B.o.W=\'1x\';3u()}h(4L==\'3N\'){2S.o.K=\'1m\'}}y{h(3F==\'7G\'){4N()}24.o.K=\'R\';28.o.K=\'R\';1G.o.K=\'R\';5F();1i.o.K=\'1m\';1i.o.O=C+\'B\';1i.o.U=J+\'B\';1v.o.36=\'2j\';1v.o.2m=\'2j\';h((q[u][1]==\'2B\')&&(r.z(q[u][0].H(\'#\')[1]).2D>C||r.z(q[u][0].H(\'#\')[1]).2p>J)){1i.o.6s=\'6A\';1v.o.O=r.z(q[u][0].H(\'#\')[1]).2D+\'B\';1v.o.U=r.z(q[u][0].H(\'#\')[1]).2p+\'B\'}y h(q[u][1]!=\'2B\'&&q[u][1]!=\'2f\'){1v.o.O=C+\'B\';1v.o.U=J+\'B\'}h(q[u][1]==\'2f\'&&(1v.2D>C||1v.2p>J)){1i.o.6s=\'6A\'}1i.o.7n=\'7B \'+1b+\'B \'+7J;h(3t==\'1X\'){1B.o.W=\'1x\';1v.o.W=\'1x\';1O.o.K=\'1m\';3u()}y{h((1I&&q[u][1]==\'2i\')||(2Y&&q[u][1]==\'3j\')){1v.o.W=\'1x\';1O.o.K=\'1m\';3u();4n.1F(0,1)}y{h(q[u][1]==\'2B\'){58.1F(0,.c0)}y{58.1F(0,1)}}}}1h.o.6t=\'2m\';5F();1O.o.K=\'1m\';h(q[u][2]&&q[u][2]!=\'E\'){1R.V=\'\';1R.1S(r.2K(q[u][2]));h(1R.2D>C+(2*1b)){8D(q[u][2])}y{1h.1S(r.2K(q[u][2]))}}y{h(c6==\'G\'){1h.1S(r.2K((q[u][0].H(\'/\'))[(q[u][0].H(\'/\').Q)-1]))}y{1h.V=\'&c8;\'}}h(q[u][8]&&q[u][8]!=\'E\'){2e.o.K=\'1m\';2e.o.U=1l+\'B\';2e.V=q[u][8]}y{2e.o.K=\'R\'}h(7P==\'G\'&&q[0]!=\'2g\'){1s.1S(r.2K(q[0]))}h(8F==\'G\'&&q.Q>2){1s.1S(r.2K(\' \'+7f.3i(0,1)+u+\'/\'+(q.Q-1)+7f.3i(1,2)+\' \'))}h(aV==\'G\'){5L(q[u][1]){1e\'2i\':{D=3K;2y=3H;1d}1e\'2A\':{D=3K;2y=3H;1d}1e\'1C\':{h(3f>C||3P>J){D=6S;2y=4Q}y{D=3K;2y=3H}1d}1e\'2V\':{D=3Z;2y=3l;1d}1e\'3j\':{D=3Z;2y=3l;1d}1e\'3h\':{D=3K;2y=3l;1d}}h(q[u][10]&&q[u][10]!=\'E\'){16=q[u][10];D=3Z;2y=3l}y{16=q[u][0]}h(q[u][11]==E){6u=\'aX="9M"\'}y{6u=\'\'}h((!q[u][10]||q[u][10]==\'E\')&&(q[u][1]==\'2B\'||q[u][1]==\'2f\')){5N=1a}y{5N=Y}h((7P==\'G\'||8F==\'G\')&&5N==Y){h(q[0]!=\'2g\'){1s.V+=\'<2o 1g="48"> | </2o>\'}1s.V+=\' <a 1K="22(2y);" 25="1W();" 1g="37" \'+6u+\' 2t="\'+16+\'">\'+D+\'</a>\'}}h(37==\'G\'&&q[0]!=\'2g\'){1s.V+=\'<2o 1g="48"> | </2o>\'}5b();3w=\'G\';6W=0;5o=2q;5C=1l;h(3o==\'G\'&&q[u][1]==\'1C\'){1s.V+=\'<2o 1g="48"> | </2o>\';1s.V+=\' <a 1K="22(5e);" 25="1W();" 1g="37" I="7T" 1f="al">\'+5I+\'</a>\';1s.V+=\' <a 1K="22(59);" 25="1W();" 1g="37" I="8N" 1f="9F">\'+5A+\'</a>\';r.z(\'8N\').1E=w(){q[u][13]+=90;h(q[u][13]==b6){q[u][13]=0}h(1L==\'G\'){23()}1M(u);1Y();S 1a};r.z(\'7T\').1E=w(){q[u][13]-=90;h(q[u][13]==-90){q[u][13]=6p}h(1L==\'G\'){23()}1M(u);1Y();S 1a}}}w 49(){1l=0;3w=\'1X\';2b.o.O=\'2j\';2b.o.U=\'2j\';2b.o.W=\'1w\';3y=0;2r.o.K=\'R\';2s.o.K=\'R\';5D.K=\'R\';2N.o.W=\'1w\';2G.o.W=\'1w\';1O.o.K=\'R\';1h.V=\'\';2e.V=\'\';1s.V=\'\';h(C==3g&&1A!=\'3z\'&&1A!=\'3A\'){3e.o.O=C+2*1b+\'B\'}1B.o.O=\'2j\';1B.o.W=\'1w\';2S.o.O=\'2j\';2S.o.K=\'R\';79();4c.o.W=\'1w\';28.o.K=\'R\';24.o.K=\'R\';1i.V=\'\';1i.o.K=\'R\';1i.o.6s=\'\';1W()}w 8z(){h(q[0]!=\'2g\'){D=17 2J();1j(i=1;i<q.Q;i++){h(!q[i][5]){q[i][5]=\'68\'}1D=q[i][0].H(\'.\')[q[i][0].H(\'.\').Q-1];5g=q[i][5].H(\'.\')[q[i][5].H(\'.\').Q-1];1D=1D.44();5g=5g.44();h(q[i][5]==\'68\'||(q[i][1]==\'1C\'&&1k.M(5g)==E)){16=15+\'9Z\'+q[i][1]+\'.P\';h(q[i][1]==\'2i\'&&q[i][0].M(\'3h\')!=E){16=15+\'9s.P\'}h(q[i][1]==\'3j\'){16=15+\'9q\';h(1D.M(\'5W\')!=E){16+=\'5W\'}h(1D.M(\'7q\')!=E||1D.M(\'6d\')!=E){16+=\'6d\'}h(1D.M(\'63\')!=E){16+=\'63\'}h(1D.M(\'6r\')!=E){16+=\'6r\'}h(1D.M(\'6B\')!=E){16+=\'6B\'}h(1D.M(\'6R\')!=E){16+=\'6R\'}16+=\'.P\'}}y{16=q[i][5]}D.3V(16)}8R(D)}}w 8R(a){1J=17 2J();3Y=17 2J();1j(i=0;i<a.Q;i++){1J[i]=17 4i();1J[i].L=a[i];3Y[i]=1a}4U=0;64(1J)}w 64(){F a;h(4U==1J.Q){h(a){4h(a)}4c.o.W=\'1x\';2S.o.O=C+(2*1b)+\'B\';2S.o.36=J-70+\'B\';F b=\'\';F c=10;F d=0;F e=7;F f=e;2U=2*e+2;1j(i=0;i<1J.Q;i++){d=2h.5l(1J[i].O/1J[i].U*50);h(d<1){d=50}2U+=d}2U+=(q.Q-2)*c;1j(i=0;i<1J.Q;i++){h(i==u-1){b+=\'<1k o="2m: \'+f+\'B; 20: \'+8T+\'; 1o: 3L(20=\'+(8T*3d)+\');" L="\'+1J[i].L+\'" U="50" 1g="7X" I="bf" 1r="\'+(i+1)+\' / \'+(q.Q-1)+\'" />\'}y{b+=\'<a 1E="h(1L==\\\'G\\\'){23();}1M(\'+(i+1)+\');1Y();"><1k o="2m: \'+f+\'B;" L="\'+1J[i].L+\'" U="50" 1g="7X" 1r="\'+(i+1)+\' / \'+(q.Q-1)+\'" /></a>\'}f+=2h.5l(1J[i].O/1J[i].U*50)+c}46.o.O=2U+\'B\';46.V=b;46.o.4R=(C-2U)/2+\'B\'}y{1j(i=0;i<=1J.Q;i++){h(3Y[i]==1a&&1J[i].a1){3Y[i]=Y;4U++}}a=4s(\'64()\',5)}}w 5b(){h(u>1){h(8V==\'G\'&&q[u-1][1]==\'1C\'){7h=17 4i();7h.L=q[u-1][0]}h(37==\'G\'){1s.V+=\' <a 1K="22(3C);" 25="1W();" 1g="37" 1E="h(1L==\\\'G\\\'){23();}1M(\'+(u-1)+\');1Y();" 1r="&bi;">\'+5G+\'</a>\'}h(q[u][1]==\'1C\'){2r.o.K=\'1m\';2r.1E=w(){h(1L==\'G\'){23()}1M(u-1);1Y();S 1a}}}h(u<q.Q-1){h(8V==\'G\'&&q[u+1][1]==\'1C\'){8X=17 4i();8X.L=q[u+1][0]}h(37==\'G\'){1s.V+=\' <a 1K="22(3T);" 25="1W();" 1g="37" 1E="h(1L==\\\'G\\\'){23();}1M(\'+(u+1)+\');1Y();" 1r="&bk;">\'+5S+\'</a>\'}h(q[u][1]==\'1C\'){2s.o.K=\'1m\';2s.1E=w(){h(1L==\'G\'){23()}1M(u+1);1Y();S 1a}}}S}w 3X(){5K=\'G\';h(1I&&q[u][1]==\'3j\'){1v.4P=\'\';1i.9a(1i.av)}49();4N();1h.V=\'\';1s.V=\'\';Z.L=15+\'2E.P\';2x=C;2C=J;3e.o.U=J+(2*1b)+\'B\';Z.o.K=\'R\';35.o.W=\'1w\';7Z();6c();3y=1;S}w 7Z(){77.1F(9m,0);h(6y==\'G\'){5P()}h(6E==\'G\'){6G()}S}w 5F(){1B.o.O=C+(2*1b)+\'B\'}w 6T(){h(C>3f){3e.o.O=C+(2*1b)+\'B\';Z.o.O=3f+\'B\'}h(J>3P){3e.o.U=J+(2*1b)+\'B\';Z.o.U=3P+\'B\'}h(1A!=\'3A\'){1h.V=\'\';1s.V=\'\';h(3o==\'G\'){6H()}y{Z.L=q[u][0]}h(3t==\'G\'&&1A!=\'3z\'){6F()}y{Z.o.W=\'1x\';3B()}}y{3B()}}w 6H(){2L.L=q[u][0];h(2L.O==0&&5E){2L.7C=w(){6C()}}y{6C()}}w 6C(){F a=Z.bo(\'2d\');Z.3I(\'O\',C);Z.3I(\'U\',J);a.bq(q[u][13]*2h.9P/7w);5L(q[u][13]){1e 0:{a.5i(2L,0,0,C,J);1d}1e 90:{a.5i(2L,0,-C,J,C);1d}1e 7w:{a.5i(2L,-C,-J,C,J);1d}1e 6p:{a.5i(2L,-J,0,J,C);1d}}}w 6F(){6k.1F(0,1)}w 1Y(){h(1A!=\'3A\'&&3t==\'G\'&&q[u][1]==\'1C\'){8L.1F(1,0);92.1F(1,0)}y{Z.o.W=\'1w\';49();3y=1}}w 3u(){h(q[u][9]&&q[u][9]!=\'E\'){h(q[u][9]==\'G\'){1n.1E=w(){3X();S 1a}}h(q[u][9]==\'1X\'){1n.1E=\'\'}}y{h(bu==\'G\'){1n.1E=w(){3X();S 1a}}}}w 6c(){1n.1E=\'\'}w 85(){h(4L!=\'3N\'){2b.o.W=\'1x\'}2S.o.K=\'1m\';S}w 5x(){2b.o.W=\'1w\';2S.o.K=\'R\';S}w 9e(){6x();6z();81();h(2a>2k){2k=2a}h((18.1Q.1P("94")!=-1||18.1Q.1P("4D/2")!=-1)&&29!=2l){47=19.66+19.5k-2k}y{47=0}h(18.1Q.1P("4D/3")!=-1){47+=1}6J();h(4I==0){h(2l>29){1n.o.O=2l+\'B\'}y{1n.o.O=\'3d%\'}h(2Y&&21(18.1Q.H(\'/\')[1].H(\' (\')[0].H(\'.\')[0]+18.1Q.H(\'/\')[1].H(\' (\')[0].H(\'.\')[1])>98){h(r.1c.5H<19.5k){29-=19.4o-r.1c.4a}h(38>0){1n.o.O=2l+38+\'B\'}}}y{1n.o.O=2l+4I+\'B\'}S}w 7b(e){h(2U>C){h(1I){4q=7j.bG}y{4q=e.9R}h(4q<0){4q=0}46.o.4R=((29-C)/2-4q)/(C/(2U-C-(2*1b)))+\'B\'}}w 8D(a){1R.V=\'\';1R.1S(r.2K(a));1R.V+=\' | \';1R.1S(r.2K(a));1R.V+=\' | \';1h.V=\'\';1h.1S(r.2K(a));1h.V+=\'<2o 1g="48"> | </2o>\';1h.1S(r.2K(a));1h.V+=\'<2o 1g="48"> | </2o>\';5R()}w 5R(){h(2T<0){2T++}y{h(2T<1R.2D/2){1h.o.2m=-2T+\'B\';2T++}y{1h.o.2m=\'2j\';2T=0}}54=4s(\'5R()\',30)}w 79(){h(54){4h(54)}1h.o.2m=\'2j\';2T=8v}w 6J(){6L=21(38-(C+(2*(1y+1b+2P)))/2);6w=21(39-(5O+J+2X+41+(2*(1y+1b+2P))+(2q-3U))/2);35.o.4R=6L+\'B\';35.o.93=(6w-(47/2))+\'B\';S}w 6z(){26.2l=0;26.2k=0;h(19.4o&&19.6M){2l=19.4o+19.6M;2k=19.5k+19.66}y h(r.1c.6a>r.1c.2D){2l=r.1c.6a;2k=r.1c.5H}y{2l=r.1c.2D;2k=r.1c.2p}h(1I||2Y){2l=r.1c.6a;2k=r.1c.5H}h(3D||18.1Q.1P(\'94\')!=-1){2l=29+19.6M;2k=2a+19.66}S}w 6x(){26.29=0;26.2a=0;h(r.2w&&(r.2w.4a||r.2w.3G)){29=r.2w.4a;2a=r.2w.3G}y h(4g(19.4o)==\'4v\'){29=19.4o;2a=19.5k}y h(r.1c&&(r.1c.4a||r.1c.3G)){29=r.1c.4a;2a=r.1c.3G;S}h(2Y&&21(18.1Q.H(\'/\')[1].H(\' (\')[0].H(\'.\')[0]+18.1Q.H(\'/\')[1].H(\' (\')[0].H(\'.\')[1])<98){2a=r.1c.3G}h(r.89!=45){h(r.89.M(\'9K\')&&(3D||2Y||5E)){2a=r.1c.3G}}S}w 81(){26.38=0;26.39=0;h(4g(19.9k)==\'4v\'){39=19.9k;38=19.aJ}y h(r.1c&&(r.1c.5p||r.1c.4Y)){39=r.1c.4Y;38=r.1c.5p}y h(r.2w&&(r.2w.5p||r.2w.4Y)){39=r.2w.4Y;38=r.2w.5p}S}w 7H(){F s,i,j;F a=17 2J();a.3V(r.z(\'6I\'));a.3V(r.z(\'5y\'));a.3V(r.z(\'6e\'));a.3V(r.z(\'5T\'));a.3V(r.z(\'6U\'));1j(F i=0;i<a.Q;i++){s=a[i].4x(\'L\');h(s.44().1P(\'.1z\')!=-1){a[i].L=15+\'2E.P\';a[i].o.1o+="2O:2I.2Q.2H(L=\'"+s+"\', 2R=1C);"}}r.z(\'5n\').o.1o="2O:2I.2Q.2H(L=\'"+15+"/9y.1z\', 2R=\'4r\');";r.z(\'5h\').o.1o="2O:2I.2Q.2H(L=\'"+15+"/9z.1z\', 2R=\'4d\');";r.z(\'57\').o.1o="2O:2I.2Q.2H(L=\'"+15+"/7g.1z\', 2R=\'4d\');";r.z(\'32\').o.1o="2O:2I.2Q.2H(L=\'"+15+"/9w.1z\', 2R=\'4r\');";r.z(\'2Z\').o.1o="2O:2I.2Q.2H(L=\'"+15+"/73.1z\', 2R=\'4r\');";r.z(\'4k\').o.1o="2O:2I.2Q.2H(L=\'"+15+"/9u.1z\', 2R=\'4d\');";r.z(\'5c\').o.1o="2O:2I.2Q.2H(L=\'"+15+"/71.1z\', 2R=\'4d\');";r.z(\'4V\').o.1o="2O:2I.2Q.2H(L=\'"+15+"/72.1z\', 2R=\'4d\');";r.z(\'5n\').o.2v="R";r.z(\'5h\').o.2v="R";r.z(\'57\').o.2v="R";r.z(\'32\').o.2v="R";r.z(\'2Z\').o.2v="R";r.z(\'4k\').o.2v="R";r.z(\'5c\').o.2v="R";r.z(\'4V\').o.2v="R"}w 87(){F a=r.2u(\'7k\');1j(i=0;i!=a.Q;i++){a[i].o.W=\'1w\'}}w 5P(){F a=r.2u(\'7k\');1j(i=0;i!=a.Q;i++){a[i].o.W=\'1x\'}}w 9g(){F a=r.2u(\'2W\');1j(i=0;i<a.Q;i++){a[i].o.W=\'1w\'}F b=r.2u(\'3v\');1j(i=0;i<b.Q;i++){b[i].o.W=\'1w\'}}w 6G(){F a=r.2u(\'2W\');1j(i=0;i<a.Q;i++){a[i].o.W=\'1x\'}F b=r.2u(\'3v\');1j(i=0;i<b.Q;i++){b[i].o.W=\'1x\'}}w 74(a){h(2Y){a=-a}h(q.Q>2){h(a>0&&u>1){h(1L==\'G\'){23()}1M(u-1);1Y()}h(a<0&&u<q.Q-1){h(1L==\'G\'){23()}1M(u+1);1Y()}}}w 6Z(a){F b=3w=="G";F c=0;h(!a)a=19.7j;h(a.7c){c=a.7c/c3;h(19.9H)c=-c}y h(a.9x){c=-a.9x/3}h(c&&b)74(c);h(a.9b&&!3W)a.9b();a.c7=3W}h(19.3r)19.3r(\'au\',6Z,1a);19.9A=r.9A=6Z;',62,755,'|||||||||||||||||if|||||||style||CB_Gallery|document|||CB_ActId||function||else|getElementById||px|CB_ImgWidth|temp|null|var|on|split|id|CB_ImgHeight|display|src|match||width|gif|length|none|return|div|height|innerHTML|visibility||true|CB_Img||||||CB_PicDir|temp2|new|navigator|window|false|CB_ImgBorder|body|break|case|name|class|CB_TxtT|CB_NotImgC|for|img|CB_TxtM|block|CB_HideContent|filter|param|value|alt|CB_TxtG|tempty|td|CB_NIC|hidden|visible|CB_RoundPix|png|CB_Animation|CB_Txt|image|extension|onclick|sajat|CB_SlideB|title|IE|CB_PreThumbs|onmouseover|CB_SSTimer|CB_LoadContent|trim|CB_Cls|indexOf|userAgent|CB_HTxt|appendChild|CB_effektek|idotartam|CB_Rel|CB_HideOSD|off|CB_ImgFadeOut|CB_Links|opacity|parseInt|CB_ShowOSD|CB_SlideShowJump|CB_SlideP|onmouseout|this|CB_NotIC|CB_SlideS|BrSizeX|BrSizeY|CB_ImgHd|CB_HTxtC||CB_TxtC|html|clearbox|Math|flash|0px|DocSizeY|DocSizeX|left|CB_O|span|offsetHeight|CB_TxtH|CB_Prv|CB_Nxt|href|getElementsByTagName|backgroundImage|documentElement|CB_ImgWidthOld|CB_NavTemp|halefutott|iframe|inner|CB_ImgHeightOld|offsetWidth|blank|CB_Fail|CB_NavN|AlphaImageLoader|DXImageTransform|Array|createTextNode|CB_Img2|CB_AnimSpd|CB_NavP|progid|CB_Padd|Microsoft|sizingMethod|CB_Thm|CB_STi|CB_AllThumbsWidth|quicktime|object|CB_TextH|OPERA|CB_Left||tempg|CB_Right|mimeTypes|background|CB_Win|top|CB_TextNav|DocScrX|DocScrY|Atlatszosag|CB_BtmNav|tempw|100|CB_ImgCont|CB_ImgWidthOrig|CB_MinWidth|youtube|substring|winmedia|CB_TxtHMax|CB_NavTDL|temph|tempst|CB_ImgRotation|type|gallery|addEventListener|CB_IsBody|CB_ImgTextFade|CB_CloseOnHON|embed|CB_ClearBox|com|CB_Faded|grow|warp|CB_Show|CB_NavTPrv|FIREFOX|CB_FitToBrowser|CB_SS|clientHeight|CB_NavTOpen|setAttribute|CB_preImages|CB_NavTextOpen|alpha|abs|always|isNaN|CB_ImgHeightOrig|is|tr|alert|CB_NavTNxt|CB_TxtHOrig|push|CB_ScrollEnabled|CB_Close|CB_LT|CB_NavTextDL|rel|CB_PadT|fontFamily|CB_Footer|toLowerCase|undefined|CB_Thm2|FF_ScrollbarBug|CB_Sep|CB_HideButtons|clientWidth|backgroundColor|CB_ShTh|crop|CB_CheckComment|IE6|typeof|clearTimeout|Image|CB_Header|CB_Btm|CB_ImgRate|fontWeight|TxtFadeEffect|innerWidth|http|tempX|scale|setTimeout|CB_BodyMarginY|tnhrf|number|fontSize|getAttribute|allowfullscreen|quality|high|slideshowtime|magassag|Firefox|CB_All|start|CB_WindowColor|classid|CB_BodyMarginX|clsid|childNodes|CB_ShowThumbnails|CB_IEShowBug|CB_SlideShowStop|CB_ATags|url|CB_NavTFull|marginLeft|www|z1|CB_ThumbsLoaded|CB_BtmRight|download|z2|scrollTop|you||CB_animHeight|HTML|CB_TextHeight|CB_ScrollTimer|parameter|elrejt|CB_TopRight|NicFadeEffect|CB_NavTRotR|createElement|CB_PrevNext|CB_BtmLeft|replace|CB_NavTRotL|CB_IsComment|extensthm|CB_TopLeft|drawImage|CB_WinPadd|innerHeight|round|CB_ActThumbSrc|CB_Top|CB_TxtHOld|scrollLeft|CB_AnimatePlease|application|CB_WindowResizeXY|allowscriptaccess|CB_animWidth|plugins|CB_SlideBW|CB_HideThumbs|CB_SlideShowS|CB_NavTextStart|CB_NavTextRotR|CB_SSStart|CB_TxtMOld|CB_PrvNxt|SAFARI|CB_TxtPos|CB_NavTextPrv|scrollHeight|CB_NavTextRotL|CB_NavTextStop|CB_Break|switch|CB_SimpleDesign|temp4|CB_ieRPBug|CB_ShowSelect|CB_ie6RPBug|CB_ScrollText|CB_NavTextNxt|CB_NavPrev|CB_Image|CB_SlideShowBarPadd|avi|dlhrf|loop|CB_Create|autoslideshow|CB__Init|CB_Padding|mp3|CB_CheckThumbs2|CB_AnimSpeed|scrollMaxY|the|nopreview|not|scrollWidth|btm_max|CB_CloseOnHOFF|mpg|CB_SlideShowP|CB_ContentHide|CB_SlShowTimer|color|removeAttribute|CB_OSD|ImgFadeEffect|ClearBox|CB_ImgOpacitySpeed|ERROR|dlinsame|270|CB_ShowTh|wav|overflow|textAlign|temp3|HideDocumentFadeEffect|CB_MarginT|getBrowserSize|CB_SelectsHide|getDocumentSize|auto|wma|CB_DrawCanvas|CB_PushToGal|CB_FlashHide|CB_ImgFadeIn|CB_ShowFlash|CB_SetCanvas|CB_CloseWindow|CB_SetMargins|CB_NavTextClose|CB_MarginL|scrollMaxX|szelesseg|CB_Thumbs|CB_PageLoaded|CB_NewAndLoad|wmv|CB_NavTextFull|CB_ImageFade|CB_NavNext|comment|CB_IsAnimating|MSIE|CB_SlideShow|scroll_wheel||s_btmleft|s_btmright|s_left|scroll_handle||right|HideDocumentFadeEffect2|CB_FontC|CB_ScrollTextStop|shockwave|getMouseXY|wheelDelta|CB_FontSizeC|canvas|CB_ItemNumBracket|s_topright|PreloadPrv|CB_PicturePrev|event|select|btm_prev|items|border|exist|CB_PictureNext|mpeg|D27CDB6E|CB_ImgContainer|AE6D|CB_Init|11cf|180|96B8|tempg2|444553540000|CB_HideDocument|solid|onload|CB_MinHeight|CB_SlideShowBarTop|movie|pause|CB_pngFixIE|of|CB_ImgBorderColor|CB_TextAlignC|CB_ImgHide|5px|CB_SlShowTime|CB_Image2|CB_ShowGalName|double|CB_TextOpacitySpeed|tofit|CB_RotL|controller|CB_PL|autoplay|CB_ThumbsImg|pluginspage|CB_ShowDocument|apple|getScrollPosition|CB_PicturePause|CB_NotImgContent|ltrim|CB_ShowThumbs|absolute|CB_HideSelect|If|compatMode|rtrim|windowsmedia|see|CB_GetImageSize|text|btm_dl|have|btm_rot_r|to|CB_ssbarWidth|CB_PictureStart|has|Player|CB_FontWeightC|plugin|closeonh|your|btm_rot_l|browser|doesn|CB_Prev|CB_STii|Exiting|10px|CB_Next|CB_CheckThumbs|CB_Text|CB_Content|CB_TT|CB_ScrollT|CB_SSPause|CB_ItemNum|CB_TC|attachEvent|CB_SlideShowBarOpacity|item|CB_TG|TxtFadeEffect2|CB_HiddenText|CB_RotR|all|CB_HideOpacitySpeed|IE67|CB_PreloadThumbs|CB_HiddenTextC|CB_ActThumbOpacity|padding|CB_Preload|btm_next|PreloadNxt|transparent|CB_PictureClose||RegExp|ImgFadeEffect2|marginTop|Netscape|missing|temphr|1000|950|CB_WindowResizeX|removeChild|preventDefault|CB_Thumbs2|CB_SlideShowBar|CB_SetAllPositions|CB_WindowResizeY|CB_HideFlash|CB_Open|CB_NewWindow|CB_FontT|pageYOffset|CB_ThumbsBGOpacity|CB_HideOpacity|CB_FontWeightT|200|table|no_winmedia|CB_FontSizeT|no_youtube|CB_Window|s_btm|OnLoad|s_right|detail|s_top|s_topleft|onmousewheel|CB_NavTextImgPrvNxt|CB_HideColor|captureEvents|CB_SlideShowBarColor|rr|autostart|opera|Opera|Event|Back|cellspacing|_blank|cellpadding|MOUSEMOVE|PI|jpeg|pageX|Safari|500|CB_BodyMarginLeft|BC80|CB_ThmPicArray|cab|normal|no_|frameborder|complete|CB_NavTextImgDL|base64|CB_AllowExtFunctCBClose|mediaplayer|CB_ExternalFunctionCBClose|B153|onmousemove|uiMode|CB_Body|CB_FontG|Bad|with|REL|CB_RoundPixBugFix|attribute|D3488ABDDC6B|format|qtactivex|CB_AllowExtFunctPageLoad|rl|CB_ExternalFunctionPageLoad|CB_ResizeTimer|CB_BodyMarginRight|CB_FontColorC|no_flash|bmp|htmlcontent||DOMMouseScroll|lastChild|offsetLeft|offsetTop|windows|no_iframe|mplayer2|no_image|394A|CB_ShowActItem|oleobject|At|now|volume|no_inner|pageXOffset|no_quicktime|without|in|CB_FontColorG|valign|CB_FontSizeG|Gallery|while|The|4B23|no_winmediaavi|CB_ShowDL|when|target|no_winmediamp3|codebase|qtplugin|no_winmediampg|CB_FontColorT|no_winmediawav|CB_ThumbsBGColor|no_winmediawma|360|colseonh|02|rotation|mov|tparameter|position|tvalue|static|CB_ThumbsActImg|QuickTime|string|lt|only|gt|no_winmediawmv|CB_AllowedToRun|load|getContext|Click|rotate|any|microsoft|link|CB_CloseOnH|and|en|try|showstatusbar|again|6BF52A52|align|11D3|CB_Ver|00C04F79FAA6|CB_NavTextImgRot|clientX|CB_AllowExtFunctLoad|SendPlayStateChangeEvents|CB_ExternalFunctionLoad|AutoStart|CB_CloseBtnTop|mini|CB_BodyMarginTop|stretchToFit|CB_CloseBtnRight|Windows|CB_CloseBtn2Top|Media|CB_CloseBtn2Right|mode|video|CB_FontWeightG|cloneNode|CB_BodyMarginBottom|Object|9999|ID|swf|120|02BF25D5|jpg|CB_ShowURL|returnValue|nbsp|8C17|no_html'.split('|'),0,{}));eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('L 9=m 1K();9.w=4(){};9.w.H={B:4(a){3.i=z({12:4(){},13:4(){},1a:9.1c.1e,11:1H,1i:\'C\',1k:21,1g:1q},a||{})},18:4(){L a=m U().X();5(a<3.I+3.i.11){5(3.6.r(\'s\')==\'1P\'&&1J==\'1V\'){3.8=3.E;3.u();7}5((3.6.r(\'s\')==\'R\'||3.6.r(\'s\')==\'1L\'||3.6.r(\'s\')==\'1E\')&&1M==\'1Q\'){3.u();7}3.14=a-3.I;3.15()}l{1v(3.i.13.S(3,3.6),10);3.u();3.8=3.E}3.x()},15:4(){3.8=3.1o(3.16,3.E)},1o:4(a,b){L c=b-a;7 3.i.1a(3.14,a,c,3.i.11)},u:4(){1R(3.A);3.A=1C;7 3},1h:4(a,b){5(!3.i.1k)3.u();5(3.A)7;1v(3.i.12.S(3,3.6),10);3.16=a;3.E=b;3.I=m U().X();3.A=20(3.18.S(3),N.1y(1B/3.i.1g));7 3},q:4(a,b){7 3.1h(a,b)},y:4(a){3.8=a;3.x();7 3},1A:4(){7 3.y(0)},J:4(e,p,v){5(3.6.r(\'s\')==\'R\'&&p==\'K\'){5(k-o!=0){j=h/2*(k-3.8)/(k-o)}l{j=0}n=(m U().X()-3.I)/1T;5(n>1){n=1}5(h!=0&&g!=0){j=g/2+(h-g)/2*n}5(h==0&&g!=0){j=g/2-g/2*n}5(o+h==k+g){5(h!=0){j=(k-o)/2*(k-3.8)/(k-o)+(g/2)}5(h==0&&g!=0){j=g/2+(k-3.8)/2}}5(1l==1n){5(h!=0&&g==0){j=h/2*n}}5(1l!=1n){5(h!=0&&g==0&&o==o){j=h/2*n}}1p=1r(1Z-(1F+3.8+1N+1D+(2*(1t+M+1w)))/2-j);1x.f.23=(1p-(24/2))+\'C\';1z.f.K=3.8+(2*M)+\'C\'}5(3.6.r(\'s\')==\'R\'&&p==\'1j\'){1b=1r(1G-(3.8+(2*(1t+M+1w)))/2);1x.f.1I=1b+\'C\'}5(p==\'F\'){5(v==0&&e.f.D!="G")e.f.D="G";l 5(e.f.D!="1m")e.f.D="1m";5(1S.1U)e.f.1W="1Y(F="+v*1q+")";e.f.F=v}l e.f[p]=v+3.i.1i}};9.1d=W.Y();9.1d.H=z(m 9.w(),{Z:4(a,b){3.6=$P(a);3.B(b);3.6.f.1f=\'G\'},T:4(){5(3.6.1s>0)7 3.q(3.6.1s,0);l 7 3.q(0,3.6.19)},Q:4(){7 3.y(3.6.19)},x:4(){3.J(3.6,\'K\',3.8)}});9.1u=W.Y();9.1u.H=z(m 9.w(),{Z:4(a,b){3.6=$P(a);3.B(b);3.6.f.1f=\'G\';3.V=3.6.O},T:4(){5(3.6.O>0)7 3.q(3.6.O,0);l 7 3.q(0,3.V)},Q:4(){7 3.y(3.V)},x:4(){3.J(3.6,\'1j\',3.8)}});9.17=W.Y();9.17.H=z(m 9.w(),{Z:4(a,b){3.6=$P(a);3.B(b);3.8=1},T:4(){5(3.8>0)7 3.q(1,0);l 7 3.q(0,1)},Q:4(){7 3.y(1)},x:4(){3.J(3.6,\'F\',3.8)}});9.1c={1X:4(t,b,c,d){7 c*t/d+b},1e:4(t,b,c,d){7-c/2*(N.22(N.1O*t/d)-1)+b}};',62,129,'|||this|function|if|CBe|return|most|CB_effektek||||||style|CB_TxtMOld|CB_TxtM|params|temp|CB_ImgHeightOld|else|new|arany|CB_ImgHeight||sajat|getAttribute|id||clearTimer||alap|noveles|set|Kiterjeszt|timer|parameterek|px|visibility|hova|opacity|hidden|prototype|time|setStyle|height|var|CB_ImgBorder|Math|offsetWidth|CB|mutat|CB_Image|lancol|toggle|Date|iniWidth|Osztaly|getTime|letrehoz|azonnallefut||idotartam|haelindul|halefutott|cTime|setNow|honnan|Atlatszosag|effekt_lepes|scrollHeight|effekt|CB_MarginL|Effektek|magassag|evlassitva|overflow|fps|_start|egyseg|width|varakozas|CB_ImgWidth|visible|CB_ImgWidthOld|compute|CB_MarginT|100|parseInt|offsetHeight|CB_RoundPix|szelesseg|setTimeout|CB_Padd|CB_Win|round|CB_ImgCont|elrejt|1000|null|CB_PadT|CB_NotIC|CB_ieRPBug|DocScrX|500|marginLeft|CB_SSTimer|Object|CB_Text|CB_Break|CB_TextH|PI|CB_SlideShowBar|on|clearInterval|window|CB_AnimSpd|ActiveXObject|off|filter|egyenletes|alpha|DocScrY|setInterval|true|cos|marginTop|FF_ScrollbarBug'.split('|'),0,{}));

//	ajax
//	update calendar availability
//	version 2.1

//	define your default vars here
var update_url		=	'http://www.directoriorural.com/casa-rural/calendar/update_cal.ajax.php';	//	path to ajax file
var image_dir		=	"http://www.directoriorural.com/images/calendar/";				//	path to calendar images
var icon_loading	=	"icon_loading.gif";			//	loading animation image
var cal_on			=	"cal_on_";					//	start of cal number file name (om/booked)
var cal_num_img_type=	".png";						//	file type extension (include "." before extension)
var num_w			=	"20px";						//	width of numbers
var num_h			=	"20px";						//	height of numbers
var	image_loading=	"<img src='"+image_dir+icon_loading+"' border='0' width='16' height='16'/>";


//	no need to modify below here unless you know what you are doing ;)

var state_elm	=new Object();
var elm_num		=	new Object();
var special_state= new Object();
function ajax_mod_state(id_item,the_date,the_num,e){	
	
	special_state="";
	
	//	 start class
	ajax 		=	new sack();
	
	//	 define image span to update
	state_elm=document.getElementById("state_"+the_date);
	// set state loading while ajax is executed
	state_elm.innerHTML = image_loading;
	
	//	define number for grahic to show (needed in completion function)
	elm_num	=	the_num;
	
	var the_url=update_url+"?id_item="+id_item+"&the_date="+the_date+"&special_state="+special_state;
	
	ajax.requestFile = the_url;
	ajax.onCompletion =reset_state;
	ajax.runAJAX();
	
}
function reset_state(){

	if (ajax.response=="on"
	||  ajax.response=="off"
	||  ajax.response=="am"

	){
			state_elm.innerHTML = "<img src='"+image_dir+"cal_"+ajax.response+"_"+elm_num+cal_num_img_type+"' width='"+num_w+"' height='"+num_h+"' border='0'/>";
	}
}


function nuevoAjax(){
var xmlhttp=false;
 try {
  xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
 } catch (e) {
  try {
   xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (E) {
   xmlhttp = false;
  }
 }

if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
  xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}

function cargarContenido(t1,t2){
var t1,t2,contenedor;
contenedor = document.getElementById('dentro');
ajax=nuevoAjax();
ajax.open("GET", "http://www.directoriorural.com/casa-rural/calendar/index.php?id_item="+t1+"&year_month="+t2+"",true);
ajax.onreadystatechange=function() {
if (ajax.readyState==4) {
contenedor.innerHTML = ajax.responseText
}
}
ajax.send(null)
}

function cargarContenidomodificable(t1,t2){
var t1,t2,contenedor;
contenedor = document.getElementById('dentro');
ajax=nuevoAjax();
ajax.open("GET", "http://www.directoriorural.com/casa-rural/calendar/admin.php?id_item="+t1+"&year_month="+t2+"",true);
ajax.onreadystatechange=function() {
if (ajax.readyState==4) {
contenedor.innerHTML = ajax.responseText
}
}
ajax.send(null)
}


function sack(file){this.xmlhttp=null;this.resetData=function(){this.method="POST";this.queryStringSeparator="?";this.argumentSeparator="&";this.URLString="";this.encodeURIString=true;this.execute=false;this.element=null;this.elementObj=null;this.requestFile=file;this.vars=new Object();this.responseStatus=new Array(2);};this.resetFunctions=function(){this.onLoading=function(){};this.onLoaded=function(){};this.onInteractive=function(){};this.onCompletion=function(){};this.onError=function(){};this.onFail=function(){};};this.reset=function(){this.resetFunctions();this.resetData();};this.createAJAX=function(){try{this.xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");}catch(e1){try{this.xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}catch(e2){this.xmlhttp=null;}}
if(!this.xmlhttp){if(typeof XMLHttpRequest!="undefined"){this.xmlhttp=new XMLHttpRequest();}else{this.failed=true;}}};this.setVar=function(name,value){this.vars[name]=Array(value,false);};this.encVar=function(name,value,returnvars){if(true==returnvars){return Array(encodeURIComponent(name),encodeURIComponent(value));}else{this.vars[encodeURIComponent(name)]=Array(encodeURIComponent(value),true);}}
this.processURLString=function(string,encode){encoded=encodeURIComponent(this.argumentSeparator);regexp=new RegExp(this.argumentSeparator+"|"+encoded);varArray=string.split(regexp);for(i=0;i<varArray.length;i++){urlVars=varArray[i].split("=");if(true==encode){this.encVar(urlVars[0],urlVars[1]);}else{this.setVar(urlVars[0],urlVars[1]);}}}
this.createURLString=function(urlstring){if(this.encodeURIString&&this.URLString.length){this.processURLString(this.URLString,true);}
if(urlstring){if(this.URLString.length){this.URLString+=this.argumentSeparator+urlstring;}else{this.URLString=urlstring;}}
this.setVar("rndval",new Date().getTime());urlstringtemp=new Array();for(key in this.vars){if(false==this.vars[key][1]&&true==this.encodeURIString){encoded=this.encVar(key,this.vars[key][0],true);delete this.vars[key];this.vars[encoded[0]]=Array(encoded[1],true);key=encoded[0];}
urlstringtemp[urlstringtemp.length]=key+"="+this.vars[key][0];}
if(urlstring){this.URLString+=this.argumentSeparator+urlstringtemp.join(this.argumentSeparator);}else{this.URLString+=urlstringtemp.join(this.argumentSeparator);}}
this.runResponse=function(){eval(this.response);}
this.runAJAX=function(urlstring){if(this.failed){this.onFail();}else{this.createURLString(urlstring);if(this.element){this.elementObj=document.getElementById(this.element);}
if(this.xmlhttp){var self=this;if(this.method=="GET"){totalurlstring=this.requestFile+this.queryStringSeparator+this.URLString;this.xmlhttp.open(this.method,totalurlstring,true);}else{this.xmlhttp.open(this.method,this.requestFile,true);try{this.xmlhttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}catch(e){}}
this.xmlhttp.onreadystatechange=function(){switch(self.xmlhttp.readyState){case 1:self.onLoading();break;case 2:self.onLoaded();break;case 3:self.onInteractive();break;case 4:self.response=self.xmlhttp.responseText;self.responseXML=self.xmlhttp.responseXML;self.responseStatus[0]=self.xmlhttp.status;self.responseStatus[1]=self.xmlhttp.statusText;if(self.execute){self.runResponse();}
if(self.elementObj){elemNodeName=self.elementObj.nodeName;elemNodeName.toLowerCase();if(elemNodeName=="input"||elemNodeName=="select"||elemNodeName=="option"||elemNodeName=="textarea"){self.elementObj.value=self.response;}else{self.elementObj.innerHTML=self.response;}}
if(self.responseStatus[0]=="200"){self.onCompletion();}else{self.onError();}
self.URLString="";break;}};this.xmlhttp.send(this.URLString);}}};this.reset();this.createAJAX();}

document.write("<script type='text/javascript' src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAYKPaT46oxHgaY8klf-KYnxTTQzM6DuUfyY7hOPLGqlMeKPztdxQYNjAmtmyDPIDdtpY4oD3RQE-qGQ' charset='utf-8' ></script>");function googlemap(){if(GBrowserIsCompatible()){direccion=document.getElementById('direccion-completa');pueblo=document.getElementById('poblacion');lat=document.getElementById('latitud');lng=document.getElementById('longitud');if((lat.innerHTML)!=false){var map=new GMap2(document.getElementById("map"));var center=new GLatLng(lat.innerHTML,lng.innerHTML);map.setCenter(center,16);var marker=new GMarker(center,{clickable:false});map.addOverlay(marker);map.addControl(new GSmallMapControl());map.addControl(new GHierarchicalMapTypeControl());map.addControl(new GOverviewMapControl());}else{var map=new GMap2(document.getElementById("map"));geocoder=new GClientGeocoder();geocoder.getLatLng(direccion.innerHTML,function(point){if(!point){geocoder.getLatLng(pueblo.innerHTML,function(point){if(!point){document.getElementById("map").style.display="none";}else{map.setCenter(point,13);map.addControl(new GSmallMapControl());map.addControl(new GHierarchicalMapTypeControl());}});}else{var marker=new GMarker(point,{clickable:false});map.setCenter(point,15);map.addOverlay(marker);map.addControl(new GSmallMapControl());map.addControl(new GHierarchicalMapTypeControl());map.addControl(new GOverviewMapControl());}});}}}
window.onload=function(){googlemap()};