﻿// JHelperTip - jquery.jhelpertip.1.0.min.js - help tips for glossary //
(function(A){A.fn.jHelperTip=function(C){var E=A.extend({},A.fn.jHelperTip.defaults,C);if(A(E.ttC).length==0){A('<div id="'+E.ttC.slice(1)+'"></div>').appendTo("body")}if(A(E.dC).length==0){A('<div id="'+E.dC.slice(1)+'"></div>').appendTo("body")}if(A(E.aC).length==0){A('<div id="'+E.aC.slice(1)+'"></div>').appendTo("body")}A(E.ttC).add(E.aC).css({position:"absolute",display:"inline"}).hide();A(E.dC).hide();var F=function(){if(E.source=="attribute"){A(E.aC).hide().empty()}else{A(E.ttC).hide().empty()}};A(".jHelperTipClose").bind("click",F);A(E.ttC).bind("mouseover",function(){A(E.ttC).show();return false});var B=function(H,G){if(E.source=="ajax"){D(G);A(E.ttC).html('<div><img src="'+E.loadingImg+'"/> '+E.loadingText+"</div>").show();A.ajax({type:E.type,url:E.url,data:E.data,success:function(I){A(E.ttC).html(I);A(".jHelperTipClose").unbind("click",F);A(".jHelperTipClose").bind("click",F)}})}else{if(E.source=="container"){A(E.ttC).show().empty();A(E.dC).clone(true).show().appendTo(E.ttC)}}if(E.source=="attribute"){A(E.aC).html(A(H).attr(E.attrName))}};var D=function(I){var H=I.pageY+E.topOff;var G=I.pageX+E.leftOff;if(E.source=="attribute"){A(E.aC).css({top:H,left:G,opacity:E.opacity}).show()}else{A(E.ttC).css({top:H,left:G,opacity:E.opacity}).show()}};if(E.trigger=="hover"){A(this).bind("mouseover",function(G){G.preventDefault();B(this,G);return false});A(this).bind("mousemove",function(G){D(G);return false});A(this).bind("mouseout",function(G){if(E.source=="attribute"){A(E.aC).hide().empty()}else{A(E.ttC).hide().empty()}return false})}else{if(E.trigger=="click"){A(this).bind("click",function(G){B(this,G);D(G);A(document).bind("click",function(H){if(E.autoClose){if(E.source=="attribute"){A(E.aC).hide().empty()}else{A(E.ttC).hide().empty()}}});return false})}}};A.fn.jHelperTip.defaults={trigger:"click",topOff:3,leftOff:10,source:"container",attrName:"",ttC:"#jHelperTipContainer",dC:"#jHelperTipDataContainer",aC:"#jHelperTipAttrContainer",opacity:1,loadingImg:"ajax-loader.gif",loadingText:"Loading...",type:"GET",autoClose:true}})(jQuery);
// Default Value //
(function($){$.fn.defaultvalue=function(){var elements=this;var args=arguments;var c=0;return(elements.each(function(){var el=$(this);var def=args[c++];el.val(def).focus(function(){if(el.val()==def){el.val("");}el.blur(function(){if(el.val()==""){el.val(def);}});});}));}})(jQuery)
// SwfObject - swfobject.js - loads Flash files * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License: http://www.opensource.org/licenses/mit-license.php //
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;
/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */
eval(function(p,a,c,k,e,d){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--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[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}('7 c=\'B\';7 W=48.47.1I();6(W.2u("1x")!=-1){c=\'1x\'}v 6(W.2u("B")!=-1){c=\'B\'}v 6(W.2u("1A")!=-1){c=\'1A\'}v 6(W.2u("49")!=-1){c=\'2g\'}7 1w=1k 4a();h 1m(z){l 8.4b(z)};h t(2v,2G){6(2v.3I){7 y=2v.3I[2G];y=a(y)?y:\'M\'}v 6(11.3w){7 2M=8.46.3w(2v,1J);7 y=2M?2M[2G]:1J}l y}h 2m(e){6(e.3O){7 r=e.3O();7 2e=0;7 2f=0;6(8.12&&(8.12.1q||8.12.1o)){2f=8.12.1o;2e=8.12.1q}v 6(8.1a&&(8.1a.1q||8.1a.1o)){2f=8.1a.1o;2e=8.1a.1q}l{\'q\':r.q+2e,\'C\':r.C+2f,\'2x\':r.2x+2e,\'1O\':r.1O+2f}}}h 2P(e){7 x=0;7 y=0;6(c==\'B\'){y=e.2w;x=e.2t;6(8.12&&(8.12.1q||8.12.1o)){y=e.2w+8.12.1o;x=e.2t+8.12.1q}v 6(8.1a&&(8.1a.1q||8.1a.1o)){y=e.2w+8.1a.1o;x=e.2t+8.1a.1q}}v{y=e.2w;x=e.2t;y+=11.44;x+=11.4c}l{\'x\':x,\'y\':y}}h 2K(){l D};7 2E=h(){7 1c=1K;6(!1c[1])1c=[4,1c[0]];1h(7 2W 4d 1c[1])1c[0][2W]=1c[1][2W];l 1c[0]};h 1e(1N,Y,1Y){6(c==\'2g\'||c==\'1x\'||c==\'1A\'){3o{1N.4l(Y,1Y,D)}3M(e){4m("E 4n: "+e+", Y="+Y)}}v 6(c==\'B\'){1N.3Z("2D"+Y,1Y)}};h 3v(1N,Y,1Y){6(c==\'2g\'||c==\'1x\'||c==\'1A\'){1N.4o(Y,1Y,D)}v 6(c==\'B\'){1N.4j("2D"+Y,1Y)}};h 3t(){7 1V=[];1h(7 i=0;i<1K.1i;i++)1h(7 j=0;j<1K[i].1i;j++)1V.2S(1K[i][j]);l 1V};h 3q(2T,3i){1V=[];1h(7 i=3i;i<2T.1i;i++)1V.2S(2T[i]);l 1V};h 1g(2U,3r){7 1c=3q(1K,2);l h(){2U[3r].4g(2U,3t(1K,1c))}};h 1D(e){6(c==\'2g\'||c==\'1A\'||c==\'1x\'){e.3N=O;e.4i();e.4p()}v 6(c==\'B\'){11.Y.3N=O}};h E(3n,3p,3s,3j,k){4.2A=D;4.F=1m(3n);4.b=1m(3p);4.g=1m(3s);4.m=1m(3j);4.o=0;4.k=k;6(!4.k["1M"]){4.k["1M"]=""}4.1r=0;4.1n=0;4.L=0;4.S=0;4.R=20;4.3S=20;4.1j=0;4.1s=0;4.1u=\'\';4.J=1J;6(4.k["1T"]!=\'\'){4.J=8.18(\'28\');4.J.5.n=\'1W\';4.J.5.1l=\'1v\';4.J.1R=\'3J\';4.J.5.2B=\'2y\';4.J.5.3W=\'3U\';4.J.2Z=4.k["1U"]+\'<3X/><Z 3Y="0" 32="\'+4.k["1U"]+\'" 1f="\'+4.k["1T"]+\'"/>\';4.F.17(4.J)}4.3R=\'\';4.2j=D;1w.2S(4);4.2I=1g(4,"2z")};E.16.3P=h(){3v(11.8,"22",4.2I);6(4.k["n"]=="1X"){1m(4.F.z+"-3A").33(4.g)}};E.16.2z=h(e){7 r=2P(e);7 x=r[\'x\'];7 y=r[\'y\'];7 T=0;7 U=0;7 P=4.b;23(P&&P.1F!="3D"&&P.1F!="3E"){T+=P.3G;U+=P.3H;P=P.3K}6(c==\'B\'){7 r=2m(4.b);U=r[\'q\'];T=r[\'C\']}U+=a(t(4.b,\'2b\'));T+=a(t(4.b,\'2Q\'));6(c!=\'B\'||!(8.1d&&\'27\'==8.1d.1I())){U+=a(t(4.b,\'2a\'));T+=a(t(4.b,\'2k\'))}6(x>a(U+4.L)){4.1Z();l D}6(x<a(U)){4.1Z();l D}6(y>a(T+4.S)){4.1Z();l D}6(y<a(T)){4.1Z();l D}6(c==\'B\'){4.F.5.1Q=1}l O};E.16.31=h(e){1D(e);4.F.5.2R=\'3C\'};E.16.38=h(e){1D(e);4.F.5.2R=\'3T\'};E.16.22=h(e){1D(e);1h(i=0;i<1w.1i;i++){6(1w[i]!=4){1w[i].2z(e)}}6(4.k&&4.k["1H"]==O){6(4.F.5.2R!=\'3C\'){l}}6(4.2A){l}6(!4.2z(e)){l}4.2A=O;7 2o=4.b;7 U=0;7 T=0;6(c==\'2g\'||c==\'1x\'||c==\'1A\'){7 P=2o;23(P.1F!="3D"&&P.1F!="3E"){T+=P.3G;U+=P.3H;P=P.3K}}v{7 r=2m(4.b);U=r[\'q\'];T=r[\'C\']}U+=a(t(4.b,\'2b\'));T+=a(t(4.b,\'2Q\'));6(c!=\'B\'||!(8.1d&&\'27\'==8.1d.1I())){U+=a(t(4.b,\'2a\'));T+=a(t(4.b,\'2k\'))}7 r=2P(e);7 x=r[\'x\'];7 y=r[\'y\'];4.1j=x-U;4.1s=y-T;6((4.1j+4.R/2)>=4.L){4.1j=4.L-4.R/2}6((4.1s+4.X/2)>=4.S){4.1s=4.S-4.X/2}6((4.1j-4.R/2)<=0){4.1j=4.R/2}6((4.1s-4.X/2)<=0){4.1s=4.X/2}2N(1g(4,"36"),10)};E.16.36=h(){7 2d=4.1j-4.R/2;7 24=4.1s-4.X/2;7 21=2d*(4.1r/4.L);7 2C=24*(4.1n/4.S);6(8.1a.4q==\'4Q\'){21=(4.1j+4.R/2-4.L)*(4.1r/4.L)}2d+=a(t(4.b,\'2b\'));24+=a(t(4.b,\'2Q\'));6(c!=\'B\'||!(8.1d&&\'27\'==8.1d.1I())){2d+=a(t(4.b,\'2a\'));24+=a(t(4.b,\'2k\'))}4.o.5.q=2d+\'K\';4.o.5.C=24+\'K\';4.o.5.1l="2i";6((4.1r-21)<a(4.g.5.I)){21=4.1r-a(4.g.5.I)}6((4.1n-2C)<a(4.g.5.H)){2C=4.1n-a(4.g.5.H)}4.m.5.q=(-21)+\'K\';4.m.5.C=(-2C)+\'K\';4.g.5.C=4.1u;4.g.5.2B=\'2y\';4.g.5.1l=\'2i\';4.m.5.2B=\'2y\';4.m.5.1l=\'2i\';4.2A=D};h 4W(2O){7 2V="";1h(i=0;i<2O.1i;i++){2V+=4U.4T(14^2O.4S(i))}l 2V};E.16.1Z=h(){6(4.k&&4.k["25"]==O)l;6(4.o){4.o.5.1l="1v"}4.g.5.C=\'-1L\';6(c==\'B\'){4.F.5.1Q=0}};E.16.2J=h(){4.R=a(4.g.5.I)/(4.1r/4.L);6(4.k&&4.k["1M"]!=""){4.X=(a(4.g.5.H)-19)/(4.1n/4.S)}v{4.X=a(4.g.5.H)/(4.1n/4.S)}6(4.R>4.L){4.R=4.L}6(4.X>4.S){4.X=4.S}4.R=2n.35(4.R);4.X=2n.35(4.X);6(!(8.1d&&\'27\'==8.1d.1I())){7 2L=a(t(4.o,\'2b\'));4.o.5.I=(4.R-2*2L)+\'K\';4.o.5.H=(4.X-2*2L)+\'K\'}v{4.o.5.I=4.R+\'K\';4.o.5.H=4.X+\'K\'}};E.16.3m=h(){4.o=8.18("28");4.o.1R=\'53\';4.o.5.1Q=10;4.o.5.1l=\'1v\';4.o.5.n=\'1W\';4.o.5["V"]=2F(4.k[\'V\']/1P.0);4.o.5["-4Y-V"]=2F(4.k[\'V\']/1P.0);4.o.5["-4O-V"]=2F(4.k[\'V\']/1P.0);4.o.5["3d"]="4y(4z="+4.k[\'V\']+")";4.F.17(4.o);4.2J();4.F.4P="2D";4.F.5.4A="3Q";4.F.4B=2K;4.F.4x=2K};E.16.3c=h(){7 3u=4.m.1f;23(4.g.1y){4.g.33(4.g.1y)}6(c==\'B\'){7 f=8.18("4w");f.5.q=\'M\';f.5.C=\'M\';f.5.n=\'1W\';f.5.3d=\'4s:4r.4t.4u(5=0,V=0)\';f.5.I=4.g.5.I;f.5.H=4.g.5.H;f.4v=0;4.g.17(f)}6(4.k&&4.k["1M"]!=""){7 f=8.18("28");f.1R=\'2l\';f.z=\'2l\'+4.g.z;f.5.n=\'2c\';f.5.1Q=10;f.5.q=\'M\';f.5.C=\'M\';f.5.2X=\'4C\';f.2Z=4.k["1M"];4.g.17(f)}7 2p=8.18("28");2p.5.3F="1v";4.g.17(2p);4.m=8.18("1p");4.m.1f=3u;4.m.5.n=\'2c\';4.m.5.3L=\'M\';4.m.5.2X=\'M\';2p.17(4.m)};E.16.1E=h(){6(4.J!=1J&&!4.m.2H&&4.b.I!=0&&4.b.H!=0){4.J.5.q=(a(4.b.I)/2-a(4.J.4D)/2)+\'K\';4.J.5.C=(a(4.b.H)/2-a(4.J.4K)/2)+\'K\';4.J.5.1l=\'2i\'}6(c==\'1A\'){6(!4.2j){1e(4.m,"3l",1g(4,"1E"));4.2j=O;l}}v{6(!4.m.2H||!4.b.2H){2N(1g(4,"1E"),1P);l}}4.m.5.3L=\'M\';4.m.5.2X=\'M\';4.1r=4.m.I;4.1n=4.m.H;4.L=4.b.I;4.S=4.b.H;6(4.1r==0||4.1n==0||4.L==0||4.S==0){2N(1g(4,"1E"),1P);l}6(c==\'1x\'||(c==\'B\'&&!(8.1d&&\'27\'==8.1d.1I()))){4.L-=a(t(4.b,\'2a\'));4.L-=a(t(4.b,\'3g\'));4.S-=a(t(4.b,\'2k\'));4.S-=a(t(4.b,\'4E\'))}6(4.J!=1J)4.J.5.1l=\'1v\';4.F.5.I=4.b.I+\'K\';4.g.5.C=\'-1L\';4.1u=\'M\';7 r=2m(4.b);6(!r){4.g.5.q=4.L+a(t(4.b,\'2b\'))+a(t(4.b,\'4G\'))+a(t(4.b,\'2a\'))+a(t(4.b,\'3g\'))+15+\'K\'}v{4.g.5.q=(r[\'2x\']-r[\'q\']+15)+\'K\'}3f(4.k[\'n\']){1b\'q\':4.g.5.q=\'-\'+(15+a(4.g.5.I))+\'K\';13;1b\'1O\':6(r){4.1u=r[\'1O\']-r[\'C\']+15+\'K\'}v{4.1u=4.b.H+15+\'K\'}4.g.5.q=\'M\';13;1b\'C\':4.1u=\'-\'+(15+a(4.g.5.H))+\'K\';4.g.5.q=\'M\';13;1b\'1X\':4.g.5.q=\'M\';4.1u=\'M\';13;1b\'37\':4.g.5.q=\'M\';4.1u=\'M\';13}6(4.o){4.2J();l}4.3c();4.3m();1e(11.8,"22",4.2I);1e(4.F,"22",1g(4,"22"));6(4.k&&4.k["1H"]==O){1e(4.F,"31",1g(4,"31"));1e(4.F,"38",1g(4,"38"));4.1j=4.L/2;4.1s=4.S/2;4.36()}};E.16.2Y=h(e,1G){6(1G.2q==4.m.1f)l;7 29=8.18("1p");29.z=4.m.z;29.1f=1G.2q;7 p=4.m.4H;p.4F(29,4.m);4.m=29;4.m.5.n=\'2c\';4.b.1f=1G.3B;6(1G.30!=\'\'&&1m(\'2l\'+4.g.z)){1m(\'2l\'+4.g.z).2Z=1G.30}4.2j=D;4.1E()};h 3y(z,G){7 9=11.8.34("A");1h(7 i=0;i<9.1i;i++){6(9[i].1t==z){1e(9[i],"2s",h(Y){6(c!=\'B\'){4.3x()}v{11.3a()}1D(Y);l D});1e(9[i],G.k[\'26\'],1g(G,"2Y",9[i]));9[i].5.3e=\'0\';9[i].2h=2E;9[i].2h({G:G,4I:h(){4.G.2Y(1J,4)}});7 Z=8.18("1p");Z.1f=9[i].2q;Z.5.n=\'1W\';Z.5.q=\'-1L\';Z.5.C=\'-1L\';8.12.17(Z);Z=8.18("1p");Z.1f=9[i].3B;Z.5.n=\'1W\';Z.5.q=\'-1L\';Z.5.C=\'-1L\';8.12.17(Z)}}};h 4J(){23(1w.1i>0){7 G=1w.4N();G.3P()}};h 3z(){7 1U=\'4M 4L\';7 1T=\'\';7 1S=11.8.34("1p");1h(7 i=0;i<1S.1i;i++){6(/3J/.3k(1S[i].1R)){6(1S[i].32!=\'\')1U=1S[i].32;1T=1S[i].1f;13}}7 9=11.8.34("A");1h(7 i=0;i<9.1i;i++){6(/E/.3k(9[i].1R)){23(9[i].1y){6(9[i].1y.1F!=\'1p\'){9[i].33(9[i].1y)}v{13}}6(9[i].1y.1F!=\'1p\')4X"4R E 55!";7 1z=2n.35(2n.54()*4Z);9[i].5.n="2c";9[i].5.2B=\'2y\';9[i].5.3e=\'0\';9[i].5.51=\'3Q\';1e(9[i],"2s",h(Y){6(c!=\'B\'){4.3x()}v{11.3a()}1D(Y);l D});6(9[i].z==\'\'){9[i].z="3V"+1z}6(c==\'B\'){9[i].5.1Q=0}7 2o=9[i].1y;2o.z="3b"+1z;7 N=8.18("28");N.z="4h"+1z;Q=1k 1C(/V(\\s+)?:(\\s+)?(\\d+)/i);u=Q.1B(9[i].1t);7 V=50;6(u){V=a(u[3])}Q=1k 1C(/4e\\-4f(\\s+)?:(\\s+)?(2s|4k)/i);u=Q.1B(9[i].1t);7 26=\'2s\';6(u){26=u[3]}Q=1k 1C(/G\\-I(\\s+)?:(\\s+)?(\\w+)/i);u=Q.1B(9[i].1t);N.5.I=\'3h\';6(u){N.5.I=u[3]}Q=1k 1C(/G\\-H(\\s+)?:(\\s+)?(\\w+)/i);u=Q.1B(9[i].1t);N.5.H=\'3h\';6(u){N.5.H=u[3]}Q=1k 1C(/G\\-n(\\s+)?:(\\s+)?(\\w+)/i);u=Q.1B(9[i].1t);7 n=\'2x\';6(u){3f(u[3]){1b\'q\':n=\'q\';13;1b\'1O\':n=\'1O\';13;1b\'C\':n=\'C\';13;1b\'1X\':n=\'1X\';13;1b\'37\':n=\'37\';13}}Q=1k 1C(/42\\-40(\\s+)?:(\\s+)?(O|D)/i);u=Q.1B(9[i].1t);7 1H=D;6(u){6(u[3]==\'O\')1H=O}Q=1k 1C(/41\\-45\\-G(\\s+)?:(\\s+)?(O|D)/i);u=Q.1B(9[i].1t);7 25=D;6(u){6(u[3]==\'O\')25=O}N.5.3F=\'1v\';N.1R="43";N.5.1Q=1P;N.5.1l=\'1v\';6(n!=\'1X\'){N.5.n=\'1W\'}v{N.5.n=\'2c\'}7 2r=8.18("1p");2r.z="39"+1z;2r.1f=9[i].2q;N.17(2r);6(n!=\'1X\'){9[i].17(N)}v{1m(9[i].z+\'-3A\').17(N)}7 k={25:25,1H:1H,1M:9[i].30,V:V,26:26,n:n,1U:1U,1T:1T};7 G=1k E(9[i].z,\'3b\'+1z,N.z,\'39\'+1z,k);9[i].2h=2E;9[i].2h({G:G});G.1E();3y(9[i].z,G)}}};6(c==\'B\')3o{8.52("4V",D,O)}3M(e){};1e(11,"3l",3z);',62,316,'||||this|style|if|var|document|aels|parseInt|smallImage|MagicZoom_ua||||bigImageCont|function|||settings|return|bigImage|position|pup||left|||MagicZoom_getStyle|matches|else||||id||msie|top|false|MagicZoom|smallImageCont|zoom|height|width|loadingCont|px|smallImageSizeX|0px|bigCont|true|tag|re|popupSizeX|smallImageSizeY|smallY|smallX|opacity||popupSizeY|event|img||window|body|break|||prototype|appendChild|createElement||documentElement|case|args|compatMode|MagicZoom_addEventListener|src|MagicZoom_createMethodReference|for|length|positionX|new|visibility|_el|bigImageSizeY|scrollTop|IMG|scrollLeft|bigImageSizeX|positionY|rel|bigImageContStyleTop|hidden|MagicZoom_zooms|opera|firstChild|rand|safari|exec|RegExp|MagicZoom_stopEventPropagation|initZoom|tagName|ael|drag_mode|toLowerCase|null|arguments|10000px|header|obj|bottom|100|zIndex|className|iels|loadingImg|loadingText|result|absolute|custom|listener|hiderect||perX|mousemove|while|ptop|bigImage_always_visible|thumb_change|backcompat|DIV|newBigImage|paddingLeft|borderLeftWidth|relative|pleft|wx|wy|gecko|mzextend|visible|safariOnLoadStarted|paddingTop|MagicZoomHeader|MagicZoom_getBounds|Math|smallImg|ar1|href|bigImg|click|clientX|indexOf|el|clientY|right|block|checkcoords|recalculating|display|perY|on|MagicZoom_extendElement|parseFloat|styleProp|complete|checkcoords_ref|recalculatePopupDimensions|MagicView_ia|bw|css|setTimeout|vc67|MagicZoom_getEventBounds|borderTopWidth|cursor|push|sequence|object|vc68|property|padding|replaceZoom|innerHTML|title|mousedown|alt|removeChild|getElementsByTagName|round|showrect|inner|mouseup|bim|focus|sim|initBigContainer|filter|outline|switch|paddingRight|300px|skip|bigImageId|test|load|initPopup|smallImageContId|try|smallImageId|MagicZoom_withoutFirst|methodName|bigImageContId|MagicZoom_concat|bigimgsrc|MagicZoom_removeEventListener|getComputedStyle|blur|MagicZoom_findSelectors|MagicZoom_findZooms|big|rev|move|BODY|HTML|overflow|offsetTop|offsetLeft|currentStyle|MagicZoomLoading|offsetParent|borderWidth|catch|cancelBubble|getBoundingClientRect|stopZoom|none|baseuri|popupSizey|default|center|sc|textAlign|br|border|attachEvent|mode|always|drag|MagicZoomBigImageCont|pageYOffset|show|defaultView|userAgent|navigator|mozilla|Array|getElementById|pageXOffset|in|thumb|change|apply|bc|preventDefault|detachEvent|mouseover|addEventListener|alert|error|removeEventListener|stopPropagation|dir|DXImageTransform|progid|Microsoft|Alpha|frameBorder|IFRAME|oncontextmenu|alpha|Opacity|MozUserSelect|onselectstart|3px|offsetWidth|paddingBottom|replaceChild|borderRightWidth|parentNode|selectThisZoom|MagicZoom_stopZooms|offsetHeight|Zoom|Loading|pop|html|unselectable|rtl|Invalid|charCodeAt|fromCharCode|String|BackgroundImageCache|xgdf7fsgd56|throw|moz|1000000||textDecoration|execCommand|MagicZoomPup|random|invocation'.split('|'),0,{}));
// JQuery HTML Truncator - jquery.truncator.js * HTML Truncator for jQuery by Henrik Nyh <http://henrik.nyh.se> 2008-02-28. * Free to modify and redistribute with credit. //
(function($){var trailing_whitespace=true;$.fn.truncate=function(options){var opts=$.extend({},$.fn.truncate.defaults,options);$(this).each(function(){var content_length=$.trim(squeeze($(this).text())).length;if(content_length<=opts.max_length){return }var actual_max_length=opts.max_length-opts.more.length-3;var truncated_node=recursivelyTruncate(this,actual_max_length);var full_node=$(this);truncated_node.insertAfter(full_node);truncated_node.find("span #end").add(truncated_node).eq(0).append(' <a href="#showmore">'+opts.more+"</a>");full_node.hide();full_node.find("span #end").add(full_node).eq(0).append(' <a href="#showless">'+opts.less+"</a>");truncated_node.find("a:last").click(function(){truncated_node.hide();full_node.show();return false});full_node.find("a:last").click(function(){truncated_node.show();full_node.hide();return false})})};$.fn.truncate.defaults={max_length:100,more:"Read More",less:"Read Less"};function recursivelyTruncate(node,max_length){return(node.nodeType==3)?truncateText(node,max_length):truncateNode(node,max_length)}function truncateNode(node,max_length){var node=$(node);var new_node=node.clone().html("");node.contents().each(function(){var remaining_length=max_length-new_node.text().length;if(remaining_length==0){return }new_node.append(recursivelyTruncate(this,remaining_length))});return new_node}function truncateText(node,max_length){var text=squeeze(node.data);if(trailing_whitespace){text=text.replace(/^ /,"")}trailing_whitespace=!!text.match(/ $/);return text.slice(0,max_length)}function squeeze(string){return string.replace(/\s+/g," ")}})(jQuery);
// For Ajax //
if( typeof(Sys) != "undefined" && typeof(Sys.Application) != "undefined" ){Sys.Application.notifyScriptLoaded();}