/*!
 * Clearbox (by Pyro: http://www.clearbox.hu/)
*/

/**
 * Configuration.
 */
var
// Translations:
	CB_NavTextPrv='vorige',                                  // text of previous image
	CB_NavTextNxt='volgende',                                // text of next image
	CB_NavTextFull='volledig',                               // text of original size (only at pictures)
	CB_NavTextOpen='open in nieuw venster',                  // text of open in a new browser window
	CB_NavTextDL='download',                                 // text of download picture or any other content
	CB_NavTextClose='sluit popup',                           // text of close CB
	CB_NavTextStart='automatisch afspelen',                  // text of start slideshow
	CB_NavTextStop='stop afspelen',                          // text of stop slideshow
	CB_NavTextRotR='draai afbeelding 90 graden naar rechts', // text of rotation right
	CB_NavTextRotL='draai afbeelding 90 graden naar links',  // text of rotation left

// Layout:
	CB_WindowColor='#fff',    // color of the CB window (note: you have to change the rounded-corner PNGs too!), transparent is also working
	CB_MinWidth=120,          // minimum (only at images) or initial width of CB window
	CB_MinHeight=120,         // initial heigth of CB window
	CB_WinPadd=15,            // padding of the CB window from sides of the browser 
	CB_RoundPix=12,           // change this setting only if you are generating new PNGs for rounded corners
	CB_ImgBorder=0,           // border size around the picture in CB window
	CB_ImgBorderColor='#ddd', // border color around the picture in CB window
	CB_Padd=4,                // padding around inside the CB window

	CB_BodyMarginLeft=0,   //
	CB_BodyMarginRight=0,  // if you set margin to <body>,
	CB_BodyMarginTop=0,    // please change these settings!
	CB_BodyMarginBottom=0, //

	CB_ShowThumbnails='off', // it tells CB how to show the thumbnails ('auto', 'always' or 'off') thumbnails are only in picture-mode!
	CB_ThumbsBGColor='#000',  // color of the thumbnail layer
	CB_ThumbsBGOpacity=.35,   // opacity of the thumbnail layer
	CB_ActThumbOpacity=.65,   // thumbnail opacity of the current viewed image

	CB_SlideShowBarColor='#fff', // color of the slideshow bar
	CB_SlideShowBarOpacity=.5,   // opacity of the slideshow bar
	CB_SlideShowBarPadd=17,      // padding of the slideshow bar (left and right)
	CB_SlideShowBarTop=2,        // position of the slideshow bar from the top of the picture

	CB_SimpleDesign='off', // if it's 'on', CB doesn't show the frame but only the content - really nice ;)

	CB_CloseBtnTop=-10,    // vertical position of the close button in picture mode
	CB_CloseBtnRight=-14,  // horizontal position of the close button in picture mode
	CB_CloseBtn2Top=-20,   // vertical position of the close button in content mode
	CB_CloseBtn2Right=-30, // horizontal position of the close button in content mode

	CB_OSD='on', // turns on OSD

// Font, text and navigation (at the bottom of box) settings:
	CB_FontT='Verdana',      //
	CB_FontSizeT=12,         // these variables are referring to the title or caption line
	CB_FontColorT='#777',    // 
	CB_FontWeightT='normal', //

	CB_FontC='arial',        //
	CB_FontSizeC=11,         // these variables are referring to
	CB_FontColorC='#aaa',    // comment lines under the title
	CB_FontWeightC='normal', //
	CB_TextAlignC='justify', //
	CB_TxtHMax=42,           // maximum height of the comment box in pixels

	CB_FontG='arial',        //
	CB_FontSizeG=11,         // these variables are referring to the gallery name
	CB_FontColorG='#999',    //
	CB_FontWeightG='normal', //

	CB_TextH=35, // default height of the text area under the content in CB window (adding a comment will modify this setting), if you change the font sizes, you maybe have to change this setting
	CB_PadT=10,  // space in pixels between the content and the title or caption line

	CB_ShowURL='off',       // it shows the url of the content if no title or caption is given
	CB_ItemNum='on',        // it shows the ordinal number of the content in galleries
	CB_ItemNumBracket='()', // whatever you want ;)

	CB_ShowGalName='on',      // it shows gallery name
	CB_TextNav='on',          // it shows previous and next navigation
	CB_NavTextImgPrvNxt='on', // it shows previous and next buttons instead of text
	CB_ShowDL='off',          // it shows download controls
	CB_NavTextImgDL='on',     // it shows download buttons instead of text

	CB_ImgRotation='off',  // it shows the image rotation controls
	CB_NavTextImgRot='on', // it shows the image rotation buttons instead of text

// Settings of the document-hiding layer:
	CB_HideColor='#000',     // color of the layer
	CB_HideOpacity=.85,      // opacity (0 is invisible, 1 is 100% color) of the layer
	CB_HideOpacitySpeed=400, // speed of fading
	CB_CloseOnH='on',        // CB will close, if you click on background

// Animation settings:
	CB_Animation='double',   // 'double', 'normal', 'off', 'grow' or 'warp' (high cpu usage)
	CB_ImgOpacitySpeed=450,  // speed of content fading (in ms)
	CB_TextOpacitySpeed=350, // speed of text fading under the picture (in ms)
	CB_AnimSpeed=400,        // speed of the resizing animation of CB window (in ms)
	CB_ImgTextFade='on',     // turns on or off the fading of content and text
	CB_FlashHide='off',      // it hides flash animations on the page before CB starts
	CB_SelectsHide='on',     // it hides select boxes on the page before CB starts
	CB_SlShowTime=5,         // default speed of the slideshow (in sec)
	CB_Preload='on',         // preload neighbour pictures in galleries

// Images used by settings:
	CB_PictureStart='start.png', //
	CB_PicturePause='pause.png', //
	CB_PictureClose='close.png', // filenames of some images using by clearbox
	CB_PictureNext='next.png',   // (there are other images specified in clearbox.css!)
	CB_PicturePrev='prev.png',   //

// Professional settings:
	CB_PicDir='/scripts/clearbox/img', // Location of CB pictures
	CB_AllowedToRun='on',              // if 'off', CB won't start (you can change this variable without reload!)
	CB_AllowExtFunctLoad='off',        // if 'on', CB will run a function named CB_ExternalFunctionLoad(); every time after a new content has loaded (useful for audit, etc)
	CB_AllowExtFunctPageLoad='off',    // if 'on', CB will run a function named CB_ExternalFunctionPageLoad(); after your page has fully loaded
	CB_AllowExtFunctCBClose='off'      // if 'on', CB will run a function named CB_ExternalFunctionCBClose(); after CB window has closed
;

/**
 * The actual script.
 */
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,{}));
