(function(){var L=this,G,Y=L.jQuery,P=L.$,O=L.jQuery=L.$=function(g,h){return new O.fn.init(g,h);},f=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,F=/^.[^:#\[\.,]*$/;O.fn=O.prototype={init:function(g,k){g=g||document;if(g.nodeType){this[0]=g;this.length=1;this.context=g;return this;}if(typeof g==="string"){var j=f.exec(g);if(j&&(j[1]||!k)){if(j[1]){g=O.clean([j[1]],k);}else{var l=document.getElementById(j[3]);if(l&&l.id!=j[3]){return O().find(g);}var h=O(l||[]);h.context=document;h.selector=g;return h;}}else{return O(k).find(g);}}else{if(O.isFunction(g)){return O(document).ready(g);}}if(g.selector&&g.context){this.selector=g.selector;this.context=g.context;}return this.setArray(O.isArray(g)?g:O.makeArray(g));},selector:"",jquery:"1.3.2",size:function(){return this.length;},get:function(g){return g===G?Array.prototype.slice.call(this):this[g];},pushStack:function(h,k,g){var j=O(h);j.prevObject=this;j.context=this.context;if(k==="find"){j.selector=this.selector+(this.selector?" ":"")+g;}else{if(k){j.selector=this.selector+"."+k+"("+g+")";
}}return j;},setArray:function(g){this.length=0;Array.prototype.push.apply(this,g);return this;},each:function(h,g){return O.each(this,h,g);},index:function(g){return O.inArray(g&&g.jquery?g[0]:g,this);},attr:function(h,k,j){var g=h;if(typeof h==="string"){if(k===G){return this[0]&&O[j||"attr"](this[0],h);}else{g={};g[h]=k;}}return this.each(function(l){for(h in g){O.attr(j?this.style:this,h,O.prop(this,g[h],j,l,h));}});},css:function(g,h){if((g=="width"||g=="height")&&parseFloat(h)<0){h=G;}return this.attr(g,h,"curCSS");},text:function(h){if(typeof h!=="object"&&h!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(h));}var g="";O.each(h||this,function(){O.each(this.childNodes,function(){if(this.nodeType!=8){g+=this.nodeType!=1?this.nodeValue:O.fn.text([this]);}});});return g;},wrapAll:function(g){if(this[0]){var h=O(g,this[0].ownerDocument).clone();if(this[0].parentNode){h.insertBefore(this[0]);}h.map(function(){var j=this;while(j.firstChild){j=j.firstChild;
}return j;}).append(this);}return this;},wrapInner:function(g){return this.each(function(){O(this).contents().wrapAll(g);});},wrap:function(g){return this.each(function(){O(this).wrapAll(g);});},append:function(){return this.domManip(arguments,true,function(g){if(this.nodeType==1){this.appendChild(g);}});},prepend:function(){return this.domManip(arguments,true,function(g){if(this.nodeType==1){this.insertBefore(g,this.firstChild);}});},before:function(){return this.domManip(arguments,false,function(g){this.parentNode.insertBefore(g,this);});},after:function(){return this.domManip(arguments,false,function(g){this.parentNode.insertBefore(g,this.nextSibling);});},end:function(){return this.prevObject||O([]);},push:[].push,sort:[].sort,splice:[].splice,find:function(g){if(this.length===1){var h=this.pushStack([],"find",g);h.length=0;O.find(g,this[0],h);return h;}else{return this.pushStack(O.unique(O.map(this,function(j){return O.find(g,j);})),"find",g);}},clone:function(j){var g=this.map(function(){if(!O.support.noCloneEvent&&!O.isXMLDoc(this)){var l=this.outerHTML;
if(!l){var m=this.ownerDocument.createElement("div");m.appendChild(this.cloneNode(true));l=m.innerHTML;}return O.clean([l.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0];}else{return this.cloneNode(true);}});if(j===true){var k=this.find("*").andSelf(),h=0;g.find("*").andSelf().each(function(){if(this.nodeName!==k[h].nodeName){return ;}var l=O.data(k[h],"events");for(var o in l){for(var m in l[o]){O.event.add(this,o,l[o][m],l[o][m].data);}}h++;});}return g;},filter:function(g){return this.pushStack(O.isFunction(g)&&O.grep(this,function(j,h){return g.call(j,h);})||O.multiFilter(g,O.grep(this,function(h){return h.nodeType===1;})),"filter",g);},closest:function(g){var j=O.expr.match.POS.test(g)?O(g):null,h=0;return this.map(function(){var k=this;while(k&&k.ownerDocument){if(j?j.index(k)>-1:O(k).is(g)){O.data(k,"closest",h);return k;}k=k.parentNode;h++;}});},not:function(g){if(typeof g==="string"){if(F.test(g)){return this.pushStack(O.multiFilter(g,this,true),"not",g);}else{g=O.multiFilter(g,this);
}}var h=g.length&&g[g.length-1]!==G&&!g.nodeType;return this.filter(function(){return h?O.inArray(this,g)<0:this!=g;});},add:function(g){return this.pushStack(O.unique(O.merge(this.get(),typeof g==="string"?O(g):O.makeArray(g))));},is:function(g){return !!g&&O.multiFilter(g,this).length>0;},hasClass:function(g){return !!g&&this.is("."+g);},val:function(o){if(o===G){var g=this[0];if(g){if(O.nodeName(g,"option")){return(g.attributes.value||{}).specified?g.value:g.text;}if(O.nodeName(g,"select")){var l=g.selectedIndex,p=[],q=g.options,k=g.type=="select-one";if(l<0){return null;}for(var h=k?l:0,m=k?l+1:q.length;h<m;h++){var j=q[h];if(j.selected){o=O(j).val();if(k){return o;}p.push(o);}}return p;}return(g.value||"").replace(/\r/g,"");}return G;}if(typeof o==="number"){o+="";}return this.each(function(){if(this.nodeType!=1){return ;}if(O.isArray(o)&&/radio|checkbox/.test(this.type)){this.checked=(O.inArray(this.value,o)>=0||O.inArray(this.name,o)>=0);}else{if(O.nodeName(this,"select")){var r=O.makeArray(o);
O("option",this).each(function(){this.selected=(O.inArray(this.value,r)>=0||O.inArray(this.text,r)>=0);});if(!r.length){this.selectedIndex=-1;}}else{this.value=o;}}});},html:function(g){return g===G?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(g);},replaceWith:function(g){return this.after(g).remove();},eq:function(g){return this.slice(g,+g+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","));},map:function(g){return this.pushStack(O.map(this,function(j,h){return g.call(j,h,j);}));},andSelf:function(){return this.add(this.prevObject);},domManip:function(o,r,q){if(this[0]){var m=(this[0].ownerDocument||this[0]).createDocumentFragment(),h=O.clean(o,(this[0].ownerDocument||this[0]),m),k=m.firstChild;if(k){for(var j=0,g=this.length;j<g;j++){q.call(p(this[j],k),this.length>1||j>0?m.cloneNode(true):m);}}if(h){O.each(h,Z);}}return this;function p(l,s){return r&&O.nodeName(l,"table")&&O.nodeName(s,"tr")?(l.getElementsByTagName("tbody")[0]||l.appendChild(l.ownerDocument.createElement("tbody"))):l;
}}};O.fn.init.prototype=O.fn;function Z(g,h){if(h.src){O.ajax({url:h.src,async:false,dataType:"script"});}else{O.globalEval(h.text||h.textContent||h.innerHTML||"");}if(h.parentNode){h.parentNode.removeChild(h);}}function E(){return +new Date;}O.extend=O.fn.extend=function(){var m=arguments[0]||{},k=1,l=arguments.length,g=false,j;if(typeof m==="boolean"){g=m;m=arguments[1]||{};k=2;}if(typeof m!=="object"&&!O.isFunction(m)){m={};}if(l==k){m=this;--k;}for(;k<l;k++){if((j=arguments[k])!=null){for(var h in j){var o=m[h],p=j[h];if(m===p){continue;}if(g&&p&&typeof p==="object"&&!p.nodeType){m[h]=O.extend(g,o||(p.length!=null?[]:{}),p);}else{if(p!==G){m[h]=p;}}}}}return m;};var B=/z-?index|font-?weight|opacity|zoom|line-?height/i,Q=document.defaultView||{},S=Object.prototype.toString;O.extend({noConflict:function(g){L.$=P;if(g){L.jQuery=Y;}return O;},isFunction:function(g){return S.call(g)==="[object Function]";},isArray:function(g){return S.call(g)==="[object Array]";},isXMLDoc:function(g){return g.nodeType===9&&g.documentElement.nodeName!=="HTML"||!!g.ownerDocument&&O.isXMLDoc(g.ownerDocument);
},globalEval:function(j){if(j&&/\S/.test(j)){var h=document.getElementsByTagName("head")[0]||document.documentElement,g=document.createElement("script");g.type="text/javascript";if(O.support.scriptEval){g.appendChild(document.createTextNode(j));}else{g.text=j;}h.insertBefore(g,h.firstChild);h.removeChild(g);}},nodeName:function(h,g){return h.nodeName&&h.nodeName.toUpperCase()==g.toUpperCase();},each:function(j,o,h){var g,k=0,l=j.length;if(h){if(l===G){for(g in j){if(o.apply(j[g],h)===false){break;}}}else{for(;k<l;){if(o.apply(j[k++],h)===false){break;}}}}else{if(l===G){for(g in j){if(o.call(j[g],g,j[g])===false){break;}}}else{for(var m=j[0];k<l&&o.call(m,k,m)!==false;m=j[++k]){}}}return j;},prop:function(k,l,j,h,g){if(O.isFunction(l)){l=l.call(k,h);}return typeof l==="number"&&j=="curCSS"&&!B.test(g)?l+"px":l;},className:{add:function(g,h){O.each((h||"").split(/\s+/),function(j,k){if(g.nodeType==1&&!O.className.has(g.className,k)){g.className+=(g.className?" ":"")+k;}});},remove:function(g,h){if(g.nodeType==1){g.className=h!==G?O.grep(g.className.split(/\s+/),function(j){return !O.className.has(h,j);
}).join(" "):"";}},has:function(h,g){return h&&O.inArray(g,(h.className||h).toString().split(/\s+/))>-1;}},swap:function(k,j,l){var g={};for(var h in j){g[h]=k.style[h];k.style[h]=j[h];}l.call(k);for(var h in j){k.style[h]=g[h];}},css:function(k,h,m,g){if(h=="width"||h=="height"){var p,j={position:"absolute",visibility:"hidden",display:"block"},o=h=="width"?["Left","Right"]:["Top","Bottom"];function l(){p=h=="width"?k.offsetWidth:k.offsetHeight;if(g==="border"){return ;}O.each(o,function(){if(!g){p-=parseFloat(O.curCSS(k,"padding"+this,true))||0;}if(g==="margin"){p+=parseFloat(O.curCSS(k,"margin"+this,true))||0;}else{p-=parseFloat(O.curCSS(k,"border"+this+"Width",true))||0;}});}if(k.offsetWidth!==0){l();}else{O.swap(k,j,l);}return Math.max(0,Math.round(p));}return O.curCSS(k,h,m);},curCSS:function(l,h,j){var p,g=l.style;if(h=="opacity"&&!O.support.opacity){p=O.attr(g,"opacity");return p==""?"1":p;}if(h.match(/float/i)){h=W;}if(!j&&g&&g[h]){p=g[h];}else{if(Q.getComputedStyle){if(h.match(/float/i)){h="float";
}h=h.replace(/([A-Z])/g,"-$1").toLowerCase();var q=Q.getComputedStyle(l,null);if(q){p=q.getPropertyValue(h);}if(h=="opacity"&&p==""){p="1";}}else{if(l.currentStyle){var m=h.replace(/\-(\w)/g,function(r,s){return s.toUpperCase();});p=l.currentStyle[h]||l.currentStyle[m];if(!/^\d+(px)?$/i.test(p)&&/^\d/.test(p)){var k=g.left,o=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;g.left=p||0;p=g.pixelLeft+"px";g.left=k;l.runtimeStyle.left=o;}}}}return p;},clean:function(h,o,l){o=o||document;if(typeof o.createElement==="undefined"){o=o.ownerDocument||o[0]&&o[0].ownerDocument||document;}if(!l&&h.length===1&&typeof h[0]==="string"){var k=/^<(\w+)\s*\/?>$/.exec(h[0]);if(k){return[o.createElement(k[1])];}}var j=[],g=[],p=o.createElement("div");O.each(h,function(t,w){if(typeof w==="number"){w+="";}if(!w){return ;}if(typeof w==="string"){w=w.replace(/(<(\w+)[^>]*?)\/>/g,function(AB,AC,AA){return AA.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?AB:AC+"></"+AA+">";});var s=w.replace(/^\s+/,"").substring(0,10).toLowerCase();
var u=!s.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!s.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||s.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!s.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!s.indexOf("<td")||!s.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!s.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!O.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];p.innerHTML=u[1]+w+u[2];while(u[0]--){p=p.lastChild;}if(!O.support.tbody){var v=/<tbody/i.test(w),r=!s.indexOf("<table")&&!v?p.firstChild&&p.firstChild.childNodes:u[1]=="<table>"&&!v?p.childNodes:[];for(var q=r.length-1;q>=0;--q){if(O.nodeName(r[q],"tbody")&&!r[q].childNodes.length){r[q].parentNode.removeChild(r[q]);}}}if(!O.support.leadingWhitespace&&/^\s/.test(w)){p.insertBefore(o.createTextNode(w.match(/^\s*/)[0]),p.firstChild);}w=O.makeArray(p.childNodes);}if(w.nodeType){j.push(w);}else{j=O.merge(j,w);}});
if(l){for(var m=0;j[m];m++){if(O.nodeName(j[m],"script")&&(!j[m].type||j[m].type.toLowerCase()==="text/javascript")){g.push(j[m].parentNode?j[m].parentNode.removeChild(j[m]):j[m]);}else{if(j[m].nodeType===1){j.splice.apply(j,[m+1,0].concat(O.makeArray(j[m].getElementsByTagName("script"))));}l.appendChild(j[m]);}}return g;}return j;},attr:function(m,j,o){if(!m||m.nodeType==3||m.nodeType==8){return G;}var k=!O.isXMLDoc(m),p=o!==G;j=k&&O.props[j]||j;if(m.tagName){var h=/href|src|style/.test(j);if(j=="selected"&&m.parentNode){m.parentNode.selectedIndex;}if(j in m&&k&&!h){if(p){if(j=="type"&&O.nodeName(m,"input")&&m.parentNode){throw"type property can't be changed";}m[j]=o;}if(O.nodeName(m,"form")&&m.getAttributeNode(j)){return m.getAttributeNode(j).nodeValue;}if(j=="tabIndex"){var l=m.getAttributeNode("tabIndex");return l&&l.specified?l.value:m.nodeName.match(/(button|input|object|select|textarea)/i)?0:m.nodeName.match(/^(a|area)$/i)&&m.href?0:G;}return m[j];}if(!O.support.style&&k&&j=="style"){return O.attr(m.style,"cssText",o);
}if(p){m.setAttribute(j,""+o);}var g=!O.support.hrefNormalized&&k&&h?m.getAttribute(j,2):m.getAttribute(j);return g===null?G:g;}if(!O.support.opacity&&j=="opacity"){if(p){m.zoom=1;m.filter=(m.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(o)+""=="NaN"?"":"alpha(opacity="+o*100+")");}return m.filter&&m.filter.indexOf("opacity=")>=0?(parseFloat(m.filter.match(/opacity=([^)]*)/)[1])/100)+"":"";}j=j.replace(/-([a-z])/ig,function(q,r){return r.toUpperCase();});if(p){m[j]=o;}return m[j];},trim:function(g){return(g||"").replace(/^\s+|\s+$/g,"");},makeArray:function(j){var g=[];if(j!=null){var h=j.length;if(h==null||typeof j==="string"||O.isFunction(j)||j.setInterval){g[0]=j;}else{while(h){g[--h]=j[h];}}}return g;},inArray:function(j,k){for(var g=0,h=k.length;g<h;g++){if(k[g]===j){return g;}}return -1;},merge:function(k,g){var h=0,j,l=k.length;if(!O.support.getAll){while((j=g[h++])!=null){if(j.nodeType!=8){k[l++]=j;}}}else{while((j=g[h++])!=null){k[l++]=j;}}return k;},unique:function(o){var h=[],g={};
try{for(var j=0,k=o.length;j<k;j++){var m=O.data(o[j]);if(!g[m]){g[m]=true;h.push(o[j]);}}}catch(l){h=o;}return h;},grep:function(h,m,g){var j=[];for(var k=0,l=h.length;k<l;k++){if(!g!=!m(h[k],k)){j.push(h[k]);}}return j;},map:function(g,m){var h=[];for(var j=0,k=g.length;j<k;j++){var l=m(g[j],j);if(l!=null){h[h.length]=l;}}return h.concat.apply([],h);}});var c=navigator.userAgent.toLowerCase();O.browser={version:(c.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(c),opera:/opera/.test(c),msie:/msie/.test(c)&&!/opera/.test(c),mozilla:/mozilla/.test(c)&&!/(compatible|webkit)/.test(c)};O.each({parent:function(g){return g.parentNode;},parents:function(g){return O.dir(g,"parentNode");},next:function(g){return O.nth(g,2,"nextSibling");},prev:function(g){return O.nth(g,2,"previousSibling");},nextAll:function(g){return O.dir(g,"nextSibling");},prevAll:function(g){return O.dir(g,"previousSibling");},siblings:function(g){return O.sibling(g.parentNode.firstChild,g);},children:function(g){return O.sibling(g.firstChild);
},contents:function(g){return O.nodeName(g,"iframe")?g.contentDocument||g.contentWindow.document:O.makeArray(g.childNodes);}},function(g,h){O.fn[g]=function(j){var k=O.map(this,h);if(j&&typeof j=="string"){k=O.multiFilter(j,k);}return this.pushStack(O.unique(k),g,j);};});O.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(g,h){O.fn[g]=function(j){var o=[],q=O(j);for(var p=0,k=q.length;p<k;p++){var m=(p>0?this.clone(true):this).get();O.fn[h].apply(O(q[p]),m);o=o.concat(m);}return this.pushStack(o,g,j);};});O.each({removeAttr:function(g){O.attr(this,g,"");if(this.nodeType==1){this.removeAttribute(g);}},addClass:function(g){O.className.add(this,g);},removeClass:function(g){O.className.remove(this,g);},toggleClass:function(h,g){if(typeof g!=="boolean"){g=!O.className.has(this,h);}O.className[g?"add":"remove"](this,h);},remove:function(g){if(!g||O.filter(g,[this]).length){O("*",this).add([this]).each(function(){O.event.remove(this);
O.removeData(this);});if(this.parentNode){this.parentNode.removeChild(this);}}},empty:function(){O(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild);}}},function(g,h){O.fn[g]=function(){return this.each(h,arguments);};});function J(g,h){return g[0]&&parseInt(O.curCSS(g[0],h,true),10)||0;}var H="jQuery"+E(),V=0,a={};O.extend({cache:{},data:function(h,g,j){h=h==L?a:h;var k=h[H];if(!k){k=h[H]=++V;}if(g&&!O.cache[k]){O.cache[k]={};}if(j!==G){O.cache[k][g]=j;}return g?O.cache[k][g]:k;},removeData:function(h,g){h=h==L?a:h;var k=h[H];if(g){if(O.cache[k]){delete O.cache[k][g];g="";for(g in O.cache[k]){break;}if(!g){O.removeData(h);}}}else{try{delete h[H];}catch(j){if(h.removeAttribute){h.removeAttribute(H);}}delete O.cache[k];}},queue:function(h,g,k){if(h){g=(g||"fx")+"queue";var j=O.data(h,g);if(!j||O.isArray(k)){j=O.data(h,g,O.makeArray(k));}else{if(k){j.push(k);}}}return j;},dequeue:function(k,j){var g=O.queue(k,j),h=g.shift();if(!j||j==="fx"){h=g[0];}if(h!==G){h.call(k);
}}});O.fn.extend({data:function(g,j){var k=g.split(".");k[1]=k[1]?"."+k[1]:"";if(j===G){var h=this.triggerHandler("getData"+k[1]+"!",[k[0]]);if(h===G&&this.length){h=O.data(this[0],g);}return h===G&&k[1]?this.data(k[0]):h;}else{return this.trigger("setData"+k[1]+"!",[k[0],j]).each(function(){O.data(this,g,j);});}},removeData:function(g){return this.each(function(){O.removeData(this,g);});},queue:function(g,h){if(typeof g!=="string"){h=g;g="fx";}if(h===G){return O.queue(this[0],g);}return this.each(function(){var j=O.queue(this,g,h);if(g=="fx"&&j.length==1){j[0].call(this);}});},dequeue:function(g){return this.each(function(){O.dequeue(this,g);});}});(function(){var v=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,p=0,k=Object.prototype.toString;var h=function(AF,AB,AI,AJ){AI=AI||[];AB=AB||document;if(AB.nodeType!==1&&AB.nodeType!==9){return[];}if(!AF||typeof AF!=="string"){return AI;}var AG=[],AD,AM,AP,AA,AK,AC,AE=true;
v.lastIndex=0;while((AD=v.exec(AF))!==null){AG.push(AD[1]);if(AD[2]){AC=RegExp.rightContext;break;}}if(AG.length>1&&q.exec(AF)){if(AG.length===2&&l.relative[AG[0]]){AM=m(AG[0]+AG[1],AB);}else{AM=l.relative[AG[0]]?[AB]:h(AG.shift(),AB);while(AG.length){AF=AG.shift();if(l.relative[AF]){AF+=AG.shift();}AM=m(AF,AM);}}}else{var AL=AJ?{expr:AG.pop(),set:g(AJ)}:h.find(AG.pop(),AG.length===1&&AB.parentNode?AB.parentNode:AB,u(AB));AM=h.filter(AL.expr,AL.set);if(AG.length>0){AP=g(AM);}else{AE=false;}while(AG.length){var AO=AG.pop(),AN=AO;if(!l.relative[AO]){AO="";}else{AN=AG.pop();}if(AN==null){AN=AB;}l.relative[AO](AP,AN,u(AB));}}if(!AP){AP=AM;}if(!AP){throw"Syntax error, unrecognized expression: "+(AO||AF);}if(k.call(AP)==="[object Array]"){if(!AE){AI.push.apply(AI,AP);}else{if(AB.nodeType===1){for(var AH=0;AP[AH]!=null;AH++){if(AP[AH]&&(AP[AH]===true||AP[AH].nodeType===1&&o(AB,AP[AH]))){AI.push(AM[AH]);}}}else{for(var AH=0;AP[AH]!=null;AH++){if(AP[AH]&&AP[AH].nodeType===1){AI.push(AM[AH]);}}}}}else{g(AP,AI);
}if(AC){h(AC,AB,AI,AJ);if(j){hasDuplicate=false;AI.sort(j);if(hasDuplicate){for(var AH=1;AH<AI.length;AH++){if(AI[AH]===AI[AH-1]){AI.splice(AH--,1);}}}}}return AI;};h.matches=function(AA,AB){return h(AA,null,null,AB);};h.find=function(AH,AA,AI){var AG,AE;if(!AH){return[];}for(var AD=0,AC=l.order.length;AD<AC;AD++){var AF=l.order[AD],AE;if((AE=l.match[AF].exec(AH))){var AB=RegExp.leftContext;if(AB.substr(AB.length-1)!=="\\"){AE[1]=(AE[1]||"").replace(/\\/g,"");AG=l.find[AF](AE,AA,AI);if(AG!=null){AH=AH.replace(l.match[AF],"");break;}}}}if(!AG){AG=AA.getElementsByTagName("*");}return{set:AG,expr:AH};};h.filter=function(AK,AJ,AN,AD){var AC=AK,AP=[],AH=AJ,AF,AA,AG=AJ&&AJ[0]&&u(AJ[0]);while(AK&&AJ.length){for(var AI in l.filter){if((AF=l.match[AI].exec(AK))!=null){var AB=l.filter[AI],AO,AM;AA=false;if(AH==AP){AP=[];}if(l.preFilter[AI]){AF=l.preFilter[AI](AF,AH,AN,AP,AD,AG);if(!AF){AA=AO=true;}else{if(AF===true){continue;}}}if(AF){for(var AE=0;(AM=AH[AE])!=null;AE++){if(AM){AO=AB(AM,AF,AE,AH);
var AL=AD^!!AO;if(AN&&AO!=null){if(AL){AA=true;}else{AH[AE]=false;}}else{if(AL){AP.push(AM);AA=true;}}}}}if(AO!==G){if(!AN){AH=AP;}AK=AK.replace(l.match[AI],"");if(!AA){return[];}break;}}}if(AK==AC){if(AA==null){throw"Syntax error, unrecognized expression: "+AK;}else{break;}}AC=AK;}return AH;};var l=h.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(AA){return AA.getAttribute("href");}},relative:{"+":function(AH,AA,AG){var AE=typeof AA==="string",AI=AE&&!/\W/.test(AA),AF=AE&&!AI;
if(AI&&!AG){AA=AA.toUpperCase();}for(var AD=0,AC=AH.length,AB;AD<AC;AD++){if((AB=AH[AD])){while((AB=AB.previousSibling)&&AB.nodeType!==1){}AH[AD]=AF||AB&&AB.nodeName===AA?AB||false:AB===AA;}}if(AF){h.filter(AA,AH,true);}},">":function(AG,AB,AH){var AE=typeof AB==="string";if(AE&&!/\W/.test(AB)){AB=AH?AB:AB.toUpperCase();for(var AC=0,AA=AG.length;AC<AA;AC++){var AF=AG[AC];if(AF){var AD=AF.parentNode;AG[AC]=AD.nodeName===AB?AD:false;}}}else{for(var AC=0,AA=AG.length;AC<AA;AC++){var AF=AG[AC];if(AF){AG[AC]=AE?AF.parentNode:AF.parentNode===AB;}}if(AE){h.filter(AB,AG,true);}}},"":function(AD,AB,AF){var AC=p++,AA=w;if(!AB.match(/\W/)){var AE=AB=AF?AB:AB.toUpperCase();AA=t;}AA("parentNode",AB,AC,AD,AE,AF);},"~":function(AD,AB,AF){var AC=p++,AA=w;if(typeof AB==="string"&&!AB.match(/\W/)){var AE=AB=AF?AB:AB.toUpperCase();AA=t;}AA("previousSibling",AB,AC,AD,AE,AF);}},find:{ID:function(AB,AC,AD){if(typeof AC.getElementById!=="undefined"&&!AD){var AA=AC.getElementById(AB[1]);return AA?[AA]:[];}},NAME:function(AC,AF,AG){if(typeof AF.getElementsByName!=="undefined"){var AB=[],AE=AF.getElementsByName(AC[1]);
for(var AD=0,AA=AE.length;AD<AA;AD++){if(AE[AD].getAttribute("name")===AC[1]){AB.push(AE[AD]);}}return AB.length===0?null:AB;}},TAG:function(AA,AB){return AB.getElementsByTagName(AA[1]);}},preFilter:{CLASS:function(AD,AB,AC,AA,AG,AH){AD=" "+AD[1].replace(/\\/g,"")+" ";if(AH){return AD;}for(var AE=0,AF;(AF=AB[AE])!=null;AE++){if(AF){if(AG^(AF.className&&(" "+AF.className+" ").indexOf(AD)>=0)){if(!AC){AA.push(AF);}}else{if(AC){AB[AE]=false;}}}}return false;},ID:function(AA){return AA[1].replace(/\\/g,"");},TAG:function(AB,AA){for(var AC=0;AA[AC]===false;AC++){}return AA[AC]&&u(AA[AC])?AB[1]:AB[1].toUpperCase();},CHILD:function(AA){if(AA[1]=="nth"){var AB=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(AA[2]=="even"&&"2n"||AA[2]=="odd"&&"2n+1"||!/\D/.test(AA[2])&&"0n+"+AA[2]||AA[2]);AA[2]=(AB[1]+(AB[2]||1))-0;AA[3]=AB[3]-0;}AA[0]=p++;return AA;},ATTR:function(AE,AB,AC,AA,AF,AG){var AD=AE[1].replace(/\\/g,"");if(!AG&&l.attrMap[AD]){AE[1]=l.attrMap[AD];}if(AE[2]==="~="){AE[4]=" "+AE[4]+" ";}return AE;},PSEUDO:function(AE,AB,AC,AA,AF){if(AE[1]==="not"){if(AE[3].match(v).length>1||/^\w/.test(AE[3])){AE[3]=h(AE[3],null,null,AB);
}else{var AD=h.filter(AE[3],AB,AC,true^AF);if(!AC){AA.push.apply(AA,AD);}return false;}}else{if(l.match.POS.test(AE[0])||l.match.CHILD.test(AE[0])){return true;}}return AE;},POS:function(AA){AA.unshift(true);return AA;}},filters:{enabled:function(AA){return AA.disabled===false&&AA.type!=="hidden";},disabled:function(AA){return AA.disabled===true;},checked:function(AA){return AA.checked===true;},selected:function(AA){AA.parentNode.selectedIndex;return AA.selected===true;},parent:function(AA){return !!AA.firstChild;},empty:function(AA){return !AA.firstChild;},has:function(AC,AB,AA){return !!h(AA[3],AC).length;},header:function(AA){return/h\d/i.test(AA.nodeName);},text:function(AA){return"text"===AA.type;},radio:function(AA){return"radio"===AA.type;},checkbox:function(AA){return"checkbox"===AA.type;},file:function(AA){return"file"===AA.type;},password:function(AA){return"password"===AA.type;},submit:function(AA){return"submit"===AA.type;},image:function(AA){return"image"===AA.type;},reset:function(AA){return"reset"===AA.type;
},button:function(AA){return"button"===AA.type||AA.nodeName.toUpperCase()==="BUTTON";},input:function(AA){return/input|select|textarea|button/i.test(AA.nodeName);}},setFilters:{first:function(AB,AA){return AA===0;},last:function(AC,AB,AA,AD){return AB===AD.length-1;},even:function(AB,AA){return AA%2===0;},odd:function(AB,AA){return AA%2===1;},lt:function(AC,AB,AA){return AB<AA[3]-0;},gt:function(AC,AB,AA){return AB>AA[3]-0;},nth:function(AC,AB,AA){return AA[3]-0==AB;},eq:function(AC,AB,AA){return AA[3]-0==AB;}},filter:{PSEUDO:function(AG,AC,AD,AH){var AB=AC[1],AE=l.filters[AB];if(AE){return AE(AG,AD,AC,AH);}else{if(AB==="contains"){return(AG.textContent||AG.innerText||"").indexOf(AC[3])>=0;}else{if(AB==="not"){var AF=AC[3];for(var AD=0,AA=AF.length;AD<AA;AD++){if(AF[AD]===AG){return false;}}return true;}}}},CHILD:function(AA,AD){var AG=AD[1],AB=AA;switch(AG){case"only":case"first":while(AB=AB.previousSibling){if(AB.nodeType===1){return false;}}if(AG=="first"){return true;}AB=AA;case"last":while(AB=AB.nextSibling){if(AB.nodeType===1){return false;
}}return true;case"nth":var AC=AD[2],AJ=AD[3];if(AC==1&&AJ==0){return true;}var AF=AD[0],AI=AA.parentNode;if(AI&&(AI.sizcache!==AF||!AA.nodeIndex)){var AE=0;for(AB=AI.firstChild;AB;AB=AB.nextSibling){if(AB.nodeType===1){AB.nodeIndex=++AE;}}AI.sizcache=AF;}var AH=AA.nodeIndex-AJ;if(AC==0){return AH==0;}else{return(AH%AC==0&&AH/AC>=0);}}},ID:function(AB,AA){return AB.nodeType===1&&AB.getAttribute("id")===AA;},TAG:function(AB,AA){return(AA==="*"&&AB.nodeType===1)||AB.nodeName===AA;},CLASS:function(AB,AA){return(" "+(AB.className||AB.getAttribute("class"))+" ").indexOf(AA)>-1;},ATTR:function(AF,AD){var AC=AD[1],AA=l.attrHandle[AC]?l.attrHandle[AC](AF):AF[AC]!=null?AF[AC]:AF.getAttribute(AC),AG=AA+"",AE=AD[2],AB=AD[4];return AA==null?AE==="!=":AE==="="?AG===AB:AE==="*="?AG.indexOf(AB)>=0:AE==="~="?(" "+AG+" ").indexOf(AB)>=0:!AB?AG&&AA!==false:AE==="!="?AG!=AB:AE==="^="?AG.indexOf(AB)===0:AE==="$="?AG.substr(AG.length-AB.length)===AB:AE==="|="?AG===AB||AG.substr(0,AB.length+1)===AB+"-":false;
},POS:function(AE,AB,AC,AF){var AA=AB[2],AD=l.setFilters[AA];if(AD){return AD(AE,AC,AB,AF);}}}};var q=l.match.POS;for(var s in l.match){l.match[s]=RegExp(l.match[s].source+/(?![^\[]*\])(?![^\(]*\))/.source);}var g=function(AB,AA){AB=Array.prototype.slice.call(AB);if(AA){AA.push.apply(AA,AB);return AA;}return AB;};try{Array.prototype.slice.call(document.documentElement.childNodes);}catch(r){g=function(AE,AD){var AB=AD||[];if(k.call(AE)==="[object Array]"){Array.prototype.push.apply(AB,AE);}else{if(typeof AE.length==="number"){for(var AC=0,AA=AE.length;AC<AA;AC++){AB.push(AE[AC]);}}else{for(var AC=0;AE[AC];AC++){AB.push(AE[AC]);}}}return AB;};}var j;if(document.documentElement.compareDocumentPosition){j=function(AB,AA){var AC=AB.compareDocumentPosition(AA)&4?-1:AB===AA?0:1;if(AC===0){hasDuplicate=true;}return AC;};}else{if("sourceIndex" in document.documentElement){j=function(AB,AA){var AC=AB.sourceIndex-AA.sourceIndex;if(AC===0){hasDuplicate=true;}return AC;};}else{if(document.createRange){j=function(AD,AB){var AC=AD.ownerDocument.createRange(),AA=AB.ownerDocument.createRange();
AC.selectNode(AD);AC.collapse(true);AA.selectNode(AB);AA.collapse(true);var AE=AC.compareBoundaryPoints(Range.START_TO_END,AA);if(AE===0){hasDuplicate=true;}return AE;};}}}(function(){var AB=document.createElement("form"),AC="script"+(new Date).getTime();AB.innerHTML="<input name='"+AC+"'/>";var AA=document.documentElement;AA.insertBefore(AB,AA.firstChild);if(!!document.getElementById(AC)){l.find.ID=function(AE,AF,AG){if(typeof AF.getElementById!=="undefined"&&!AG){var AD=AF.getElementById(AE[1]);return AD?AD.id===AE[1]||typeof AD.getAttributeNode!=="undefined"&&AD.getAttributeNode("id").nodeValue===AE[1]?[AD]:G:[];}};l.filter.ID=function(AF,AD){var AE=typeof AF.getAttributeNode!=="undefined"&&AF.getAttributeNode("id");return AF.nodeType===1&&AE&&AE.nodeValue===AD;};}AA.removeChild(AB);})();(function(){var AA=document.createElement("div");AA.appendChild(document.createComment(""));if(AA.getElementsByTagName("*").length>0){l.find.TAG=function(AB,AF){var AE=AF.getElementsByTagName(AB[1]);
if(AB[1]==="*"){var AD=[];for(var AC=0;AE[AC];AC++){if(AE[AC].nodeType===1){AD.push(AE[AC]);}}AE=AD;}return AE;};}AA.innerHTML="<a href='#'></a>";if(AA.firstChild&&typeof AA.firstChild.getAttribute!=="undefined"&&AA.firstChild.getAttribute("href")!=="#"){l.attrHandle.href=function(AB){return AB.getAttribute("href",2);};}})();if(document.querySelectorAll){(function(){var AA=h,AB=document.createElement("div");AB.innerHTML="<p class='TEST'></p>";if(AB.querySelectorAll&&AB.querySelectorAll(".TEST").length===0){return ;}h=function(AF,AE,AC,AD){AE=AE||document;if(!AD&&AE.nodeType===9&&!u(AE)){try{return g(AE.querySelectorAll(AF),AC);}catch(AG){}}return AA(AF,AE,AC,AD);};h.find=AA.find;h.filter=AA.filter;h.selectors=AA.selectors;h.matches=AA.matches;})();}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var AA=document.createElement("div");AA.innerHTML="<div class='test e'></div><div class='test'></div>";if(AA.getElementsByClassName("e").length===0){return ;
}AA.lastChild.className="e";if(AA.getElementsByClassName("e").length===1){return ;}l.order.splice(1,0,"CLASS");l.find.CLASS=function(AB,AC,AD){if(typeof AC.getElementsByClassName!=="undefined"&&!AD){return AC.getElementsByClassName(AB[1]);}};})();}function t(AB,AG,AF,AK,AH,AJ){var AI=AB=="previousSibling"&&!AJ;for(var AD=0,AC=AK.length;AD<AC;AD++){var AA=AK[AD];if(AA){if(AI&&AA.nodeType===1){AA.sizcache=AF;AA.sizset=AD;}AA=AA[AB];var AE=false;while(AA){if(AA.sizcache===AF){AE=AK[AA.sizset];break;}if(AA.nodeType===1&&!AJ){AA.sizcache=AF;AA.sizset=AD;}if(AA.nodeName===AG){AE=AA;break;}AA=AA[AB];}AK[AD]=AE;}}}function w(AB,AG,AF,AK,AH,AJ){var AI=AB=="previousSibling"&&!AJ;for(var AD=0,AC=AK.length;AD<AC;AD++){var AA=AK[AD];if(AA){if(AI&&AA.nodeType===1){AA.sizcache=AF;AA.sizset=AD;}AA=AA[AB];var AE=false;while(AA){if(AA.sizcache===AF){AE=AK[AA.sizset];break;}if(AA.nodeType===1){if(!AJ){AA.sizcache=AF;AA.sizset=AD;}if(typeof AG!=="string"){if(AA===AG){AE=true;break;}}else{if(h.filter(AG,[AA]).length>0){AE=AA;
break;}}}AA=AA[AB];}AK[AD]=AE;}}}var o=document.compareDocumentPosition?function(AB,AA){return AB.compareDocumentPosition(AA)&16;}:function(AB,AA){return AB!==AA&&(AB.contains?AB.contains(AA):true);};var u=function(AA){return AA.nodeType===9&&AA.documentElement.nodeName!=="HTML"||!!AA.ownerDocument&&u(AA.ownerDocument);};var m=function(AA,AH){var AD=[],AE="",AF,AC=AH.nodeType?[AH]:AH;while((AF=l.match.PSEUDO.exec(AA))){AE+=AF[0];AA=AA.replace(l.match.PSEUDO,"");}AA=l.relative[AA]?AA+"*":AA;for(var AG=0,AB=AC.length;AG<AB;AG++){h(AA,AC[AG],AD);}return h.filter(AE,AD);};O.find=h;O.filter=h.filter;O.expr=h.selectors;O.expr[":"]=O.expr.filters;h.selectors.filters.hidden=function(AA){return AA.offsetWidth===0||AA.offsetHeight===0;};h.selectors.filters.visible=function(AA){return AA.offsetWidth>0||AA.offsetHeight>0;};h.selectors.filters.animated=function(AA){return O.grep(O.timers,function(AB){return AA===AB.elem;}).length;};O.multiFilter=function(AC,AA,AB){if(AB){AC=":not("+AC+")";}return h.matches(AC,AA);
};O.dir=function(AC,AB){var AA=[],AD=AC[AB];while(AD&&AD!=document){if(AD.nodeType==1){AA.push(AD);}AD=AD[AB];}return AA;};O.nth=function(AE,AA,AC,AD){AA=AA||1;var AB=0;for(;AE;AE=AE[AC]){if(AE.nodeType==1&&++AB==AA){break;}}return AE;};O.sibling=function(AC,AB){var AA=[];for(;AC;AC=AC.nextSibling){if(AC.nodeType==1&&AC!=AB){AA.push(AC);}}return AA;};return ;L.Sizzle=h;})();O.event={add:function(l,h,k,o){if(l.nodeType==3||l.nodeType==8){return ;}if(l.setInterval&&l!=L){l=L;}if(!k.guid){k.guid=this.guid++;}if(o!==G){var j=k;k=this.proxy(j);k.data=o;}var g=O.data(l,"events")||O.data(l,"events",{}),m=O.data(l,"handle")||O.data(l,"handle",function(){return typeof O!=="undefined"&&!O.event.triggered?O.event.handle.apply(arguments.callee.elem,arguments):G;});m.elem=l;O.each(h.split(/\s+/),function(q,r){var s=r.split(".");r=s.shift();k.type=s.slice().sort().join(".");var p=g[r];if(O.event.specialAll[r]){O.event.specialAll[r].setup.call(l,o,s);}if(!p){p=g[r]={};if(!O.event.special[r]||O.event.special[r].setup.call(l,o,s)===false){if(l.addEventListener){l.addEventListener(r,m,false);
}else{if(l.attachEvent){l.attachEvent("on"+r,m);}}}}p[k.guid]=k;O.event.global[r]=true;});l=null;},guid:1,global:{},remove:function(o,k,m){if(o.nodeType==3||o.nodeType==8){return ;}var j=O.data(o,"events"),h,g;if(j){if(k===G||(typeof k==="string"&&k.charAt(0)==".")){for(var l in j){this.remove(o,l+(k||""));}}else{if(k.type){m=k.handler;k=k.type;}O.each(k.split(/\s+/),function(q,s){var u=s.split(".");s=u.shift();var r=RegExp("(^|\\.)"+u.slice().sort().join(".*\\.")+"(\\.|$)");if(j[s]){if(m){delete j[s][m.guid];}else{for(var t in j[s]){if(r.test(j[s][t].type)){delete j[s][t];}}}if(O.event.specialAll[s]){O.event.specialAll[s].teardown.call(o,u);}for(h in j[s]){break;}if(!h){if(!O.event.special[s]||O.event.special[s].teardown.call(o,u)===false){if(o.removeEventListener){o.removeEventListener(s,O.data(o,"handle"),false);}else{if(o.detachEvent){o.detachEvent("on"+s,O.data(o,"handle"));}}}h=null;delete j[s];}}});}for(h in j){break;}if(!h){var p=O.data(o,"handle");if(p){p.elem=null;}O.removeData(o,"events");
O.removeData(o,"handle");}}},trigger:function(l,o,k,g){var j=l.type||l;if(!g){l=typeof l==="object"?l[H]?l:O.extend(O.Event(j),l):O.Event(j);if(j.indexOf("!")>=0){l.type=j=j.slice(0,-1);l.exclusive=true;}if(!k){l.stopPropagation();if(this.global[j]){O.each(O.cache,function(){if(this.events&&this.events[j]){O.event.trigger(l,o,this.handle.elem);}});}}if(!k||k.nodeType==3||k.nodeType==8){return G;}l.result=G;l.target=k;o=O.makeArray(o);o.unshift(l);}l.currentTarget=k;var m=O.data(k,"handle");if(m){m.apply(k,o);}if((!k[j]||(O.nodeName(k,"a")&&j=="click"))&&k["on"+j]&&k["on"+j].apply(k,o)===false){l.result=false;}if(!g&&k[j]&&!l.isDefaultPrevented()&&!(O.nodeName(k,"a")&&j=="click")){this.triggered=true;try{k[j]();}catch(p){}}this.triggered=false;if(!l.isPropagationStopped()){var h=k.parentNode||k.ownerDocument;if(h){O.event.trigger(l,o,h,true);}}},handle:function(p){var o,g;p=arguments[0]=O.event.fix(p||L.event);p.currentTarget=this;var q=p.type.split(".");p.type=q.shift();o=!q.length&&!p.exclusive;
var m=RegExp("(^|\\.)"+q.slice().sort().join(".*\\.")+"(\\.|$)");g=(O.data(this,"events")||{})[p.type];for(var k in g){var l=g[k];if(o||m.test(l.type)){p.handler=l;p.data=l.data;var h=l.apply(this,arguments);if(h!==G){p.result=h;if(h===false){p.preventDefault();p.stopPropagation();}}if(p.isImmediatePropagationStopped()){break;}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(k){if(k[H]){return k;}var h=k;k=O.Event(h);for(var j=this.props.length,m;j;){m=this.props[--j];k[m]=h[m];}if(!k.target){k.target=k.srcElement||document;}if(k.target.nodeType==3){k.target=k.target.parentNode;}if(!k.relatedTarget&&k.fromElement){k.relatedTarget=k.fromElement==k.target?k.toElement:k.fromElement;}if(k.pageX==null&&k.clientX!=null){var l=document.documentElement,g=document.body;
k.pageX=k.clientX+(l&&l.scrollLeft||g&&g.scrollLeft||0)-(l.clientLeft||0);k.pageY=k.clientY+(l&&l.scrollTop||g&&g.scrollTop||0)-(l.clientTop||0);}if(!k.which&&((k.charCode||k.charCode===0)?k.charCode:k.keyCode)){k.which=k.charCode||k.keyCode;}if(!k.metaKey&&k.ctrlKey){k.metaKey=k.ctrlKey;}if(!k.which&&k.button){k.which=(k.button&1?1:(k.button&2?3:(k.button&4?2:0)));}return k;},proxy:function(h,g){g=g||function(){return h.apply(this,arguments);};g.guid=h.guid=h.guid||g.guid||this.guid++;return g;},special:{ready:{setup:b,teardown:function(){}}},specialAll:{live:{setup:function(g,h){O.event.add(this,h[0],C);},teardown:function(j){if(j.length){var g=0,h=RegExp("(^|\\.)"+j[0]+"(\\.|$)");O.each((O.data(this,"events").live||{}),function(){if(h.test(this.type)){g++;}});if(g<1){O.event.remove(this,j[0],C);}}}}}};O.Event=function(g){if(!this.preventDefault){return new O.Event(g);}if(g&&g.type){this.originalEvent=g;this.type=g.type;}else{this.type=g;}this.timeStamp=E();this[H]=true;};function K(){return false;
}function U(){return true;}O.Event.prototype={preventDefault:function(){this.isDefaultPrevented=U;var g=this.originalEvent;if(!g){return ;}if(g.preventDefault){g.preventDefault();}g.returnValue=false;},stopPropagation:function(){this.isPropagationStopped=U;var g=this.originalEvent;if(!g){return ;}if(g.stopPropagation){g.stopPropagation();}g.cancelBubble=true;},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=U;this.stopPropagation();},isDefaultPrevented:K,isPropagationStopped:K,isImmediatePropagationStopped:K};var A=function(h){var g=h.relatedTarget;while(g&&g!=this){try{g=g.parentNode;}catch(j){g=this;}}if(g!=this){h.type=h.data;O.event.handle.apply(this,arguments);}};O.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(h,g){O.event.special[g]={setup:function(){O.event.add(this,h,A,g);},teardown:function(){O.event.remove(this,h,A);}};});O.fn.extend({bind:function(h,j,g){return h=="unload"?this.one(h,j,g):this.each(function(){O.event.add(this,h,g||j,g&&j);
});},one:function(j,k,h){var g=O.event.proxy(h||k,function(l){O(this).unbind(l,g);return(h||k).apply(this,arguments);});return this.each(function(){O.event.add(this,j,g,h&&k);});},unbind:function(h,g){return this.each(function(){O.event.remove(this,h,g);});},trigger:function(g,h){return this.each(function(){O.event.trigger(g,h,this);});},triggerHandler:function(g,j){if(this[0]){var h=O.Event(g);h.preventDefault();h.stopPropagation();O.event.trigger(h,j,this[0]);return h.result;}},toggle:function(j){var g=arguments,h=1;while(h<g.length){O.event.proxy(j,g[h++]);}return this.click(O.event.proxy(j,function(k){this.lastToggle=(this.lastToggle||0)%h;k.preventDefault();return g[this.lastToggle++].apply(this,arguments)||false;}));},hover:function(g,h){return this.mouseenter(g).mouseleave(h);},ready:function(g){b();if(O.isReady){g.call(document,O);}else{O.readyList.push(g);}return this;},live:function(j,h){var g=O.event.proxy(h);g.guid+=this.selector+j;O(document).bind(I(j,this.selector),this.selector,g);
return this;},die:function(h,g){O(document).unbind(I(h,this.selector),g?{guid:g.guid+this.selector+h}:null);return this;}});function C(k){var g=RegExp("(^|\\.)"+k.type+"(\\.|$)"),j=true,h=[];O.each(O.data(this,"events").live||[],function(l,m){if(g.test(m.type)){var o=O(k.target).closest(m.data)[0];if(o){h.push({elem:o,fn:m});}}});h.sort(function(m,l){return O.data(m.elem,"closest")-O.data(l.elem,"closest");});O.each(h,function(){if(this.fn.call(this.elem,k,this.fn.data)===false){return(j=false);}});return j;}function I(h,g){return["live",h,g.replace(/\./g,"`").replace(/ /g,"|")].join(".");}O.extend({isReady:false,readyList:[],ready:function(){if(!O.isReady){O.isReady=true;if(O.readyList){O.each(O.readyList,function(){this.call(document,O);});O.readyList=null;}O(document).triggerHandler("ready");}}});var X=false;function b(){if(X){return ;}X=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);
O.ready();},false);}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);O.ready();}});if(document.documentElement.doScroll&&L==L.top){(function(){if(O.isReady){return ;}try{document.documentElement.doScroll("left");}catch(g){setTimeout(arguments.callee,0);return ;}O.ready();})();}}}O.event.add(L,"load",O.ready);}O.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(h,g){O.fn[g]=function(j){return j?this.bind(g,j):this.trigger(g);};});O(L).bind("unload",function(){for(var g in O.cache){if(g!=1&&O.cache[g].handle){O.event.remove(O.cache[g].handle.elem);}}});(function(){O.support={};var h=document.documentElement,j=document.createElement("script"),o=document.createElement("div"),m="script"+(new Date).getTime();o.style.display="none";
o.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var k=o.getElementsByTagName("*"),g=o.getElementsByTagName("a")[0];if(!k||!k.length||!g){return ;}O.support={leadingWhitespace:o.firstChild.nodeType==3,tbody:!o.getElementsByTagName("tbody").length,objectAll:!!o.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!o.getElementsByTagName("link").length,style:/red/.test(g.getAttribute("style")),hrefNormalized:g.getAttribute("href")==="/a",opacity:g.style.opacity==="0.5",cssFloat:!!g.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};j.type="text/javascript";try{j.appendChild(document.createTextNode("window."+m+"=1;"));}catch(l){}h.insertBefore(j,h.firstChild);if(L[m]){O.support.scriptEval=true;delete L[m];}h.removeChild(j);if(o.attachEvent&&o.fireEvent){o.attachEvent("onclick",function(){O.support.noCloneEvent=false;o.detachEvent("onclick",arguments.callee);
});o.cloneNode(true).fireEvent("onclick");}O(function(){var p=document.createElement("div");p.style.width=p.style.paddingLeft="1px";document.body.appendChild(p);O.boxModel=O.support.boxModel=p.offsetWidth===2;document.body.removeChild(p).style.display="none";});})();var W=O.support.cssFloat?"cssFloat":"styleFloat";O.props={"for":"htmlFor","class":"className","float":W,cssFloat:W,styleFloat:W,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};O.fn.extend({_load:O.fn.load,load:function(j,m,o){if(typeof j!=="string"){return this._load(j);}var l=j.indexOf(" ");if(l>=0){var g=j.slice(l,j.length);j=j.slice(0,l);}var k="GET";if(m){if(O.isFunction(m)){o=m;m=null;}else{if(typeof m==="object"){m=O.param(m);k="POST";}}}var h=this;O.ajax({url:j,type:k,dataType:"html",data:m,complete:function(q,p){if(p=="success"||p=="notmodified"){h.html(g?O("<div/>").append(q.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(g):q.responseText);}if(o){h.each(o,[q.responseText,p,q]);
}}});return this;},serialize:function(){return O.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return this.elements?O.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type));}).map(function(g,h){var j=O(this).val();return j==null?null:O.isArray(j)?O.map(j,function(l,k){return{name:h.name,value:l};}):{name:h.name,value:j};}).get();}});O.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(g,h){O.fn[h]=function(j){return this.bind(h,j);};});var R=E();O.extend({get:function(g,j,k,h){if(O.isFunction(j)){k=j;j=null;}return O.ajax({type:"GET",url:g,data:j,success:k,dataType:h});},getScript:function(g,h){return O.get(g,null,h,"script");},getJSON:function(g,h,j){return O.get(g,h,j,"json");},post:function(g,j,k,h){if(O.isFunction(j)){k=j;j={};}return O.ajax({type:"POST",url:g,data:j,success:k,dataType:h});
},ajaxSetup:function(g){O.extend(O.ajaxSettings,g);},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return L.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(q){q=O.extend(true,q,O.extend(true,{},O.ajaxSettings,q));var AE,h=/=\?(&|$)/g,w,AD,j=q.type.toUpperCase();if(q.data&&q.processData&&typeof q.data!=="string"){q.data=O.param(q.data);}if(q.dataType=="jsonp"){if(j=="GET"){if(!q.url.match(h)){q.url+=(q.url.match(/\?/)?"&":"?")+(q.jsonp||"callback")+"=?";}}else{if(!q.data||!q.data.match(h)){q.data=(q.data?q.data+"&":"")+(q.jsonp||"callback")+"=?";}}q.dataType="json";}if(q.dataType=="json"&&(q.data&&q.data.match(h)||q.url.match(h))){AE="jsonp"+R++;if(q.data){q.data=(q.data+"").replace(h,"="+AE+"$1");
}q.url=q.url.replace(h,"="+AE+"$1");q.dataType="script";L[AE]=function(s){AD=s;l();p();L[AE]=G;try{delete L[AE];}catch(AF){}if(k){k.removeChild(AB);}};}if(q.dataType=="script"&&q.cache==null){q.cache=false;}if(q.cache===false&&j=="GET"){var g=E();var AC=q.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+g+"$2");q.url=AC+((AC==q.url)?(q.url.match(/\?/)?"&":"?")+"_="+g:"");}if(q.data&&j=="GET"){q.url+=(q.url.match(/\?/)?"&":"?")+q.data;q.data=null;}if(q.global&&!O.active++){O.event.trigger("ajaxStart");}var v=/^(\w+:)?\/\/([^\/?#]+)/.exec(q.url);if(q.dataType=="script"&&j=="GET"&&v&&(v[1]&&v[1]!=location.protocol||v[2]!=location.host)){var k=document.getElementsByTagName("head")[0];var AB=document.createElement("script");AB.src=q.url;if(q.scriptCharset){AB.charset=q.scriptCharset;}if(!AE){var t=false;AB.onload=AB.onreadystatechange=function(){if(!t&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){t=true;l();p();AB.onload=AB.onreadystatechange=null;k.removeChild(AB);}};}k.appendChild(AB);
return G;}var o=false;var m=q.xhr();if(q.username){m.open(j,q.url,q.async,q.username,q.password);}else{m.open(j,q.url,q.async);}try{if(q.data){m.setRequestHeader("Content-Type",q.contentType);}if(q.ifModified){m.setRequestHeader("If-Modified-Since",O.lastModified[q.url]||"Thu, 01 Jan 1970 00:00:00 GMT");}m.setRequestHeader("X-Requested-With","XMLHttpRequest");m.setRequestHeader("Accept",q.dataType&&q.accepts[q.dataType]?q.accepts[q.dataType]+", */*":q.accepts._default);}catch(AA){}if(q.beforeSend&&q.beforeSend(m,q)===false){if(q.global&&!--O.active){O.event.trigger("ajaxStop");}m.abort();return false;}if(q.global){O.event.trigger("ajaxSend",[m,q]);}var r=function(s){if(m.readyState==0){if(u){clearInterval(u);u=null;if(q.global&&!--O.active){O.event.trigger("ajaxStop");}}}else{if(!o&&m&&(m.readyState==4||s=="timeout")){o=true;if(u){clearInterval(u);u=null;}w=s=="timeout"?"timeout":!O.httpSuccess(m)?"error":q.ifModified&&O.httpNotModified(m,q.url)?"notmodified":"success";if(w=="success"){try{AD=O.httpData(m,q.dataType,q);
}catch(AG){w="parsererror";}}if(w=="success"){var AF;try{AF=m.getResponseHeader("Last-Modified");}catch(AG){}if(q.ifModified&&AF){O.lastModified[q.url]=AF;}if(!AE){l();}}else{O.handleError(q,m,w);}p();if(s){m.abort();}if(q.async){m=null;}}}};if(q.async){var u=setInterval(r,13);if(q.timeout>0){setTimeout(function(){if(m&&!o){r("timeout");}},q.timeout);}}try{m.send(q.data);}catch(AA){O.handleError(q,m,null,AA);}if(!q.async){r();}function l(){if(q.success){q.success(AD,w);}if(q.global){O.event.trigger("ajaxSuccess",[m,q]);}}function p(){if(q.complete){q.complete(m,w);}if(q.global){O.event.trigger("ajaxComplete",[m,q]);}if(q.global&&!--O.active){O.event.trigger("ajaxStop");}}return m;},handleError:function(h,k,g,j){if(h.error){h.error(k,g,j);}if(h.global){O.event.trigger("ajaxError",[k,h,j]);}},active:0,httpSuccess:function(h){try{return !h.status&&location.protocol=="file:"||(h.status>=200&&h.status<300)||h.status==304||h.status==1223;}catch(g){}return false;},httpNotModified:function(j,g){try{var k=j.getResponseHeader("Last-Modified");
return j.status==304||k==O.lastModified[g];}catch(h){}return false;},httpData:function(m,k,j){var h=m.getResponseHeader("content-type"),g=k=="xml"||!k&&h&&h.indexOf("xml")>=0,l=g?m.responseXML:m.responseText;if(g&&l.documentElement.tagName=="parsererror"){throw"parsererror";}if(j&&j.dataFilter){l=j.dataFilter(l,k);}if(typeof l==="string"){if(k=="script"){O.globalEval(l);}if(k=="json"){l=L["eval"]("("+l+")");}}return l;},param:function(g){var k=[];function l(j,m){k[k.length]=encodeURIComponent(j)+"="+encodeURIComponent(m);}if(O.isArray(g)||g.jquery){O.each(g,function(){l(this.name,this.value);});}else{for(var h in g){if(O.isArray(g[h])){O.each(g[h],function(){l(h,this);});}else{l(h,O.isFunction(g[h])?g[h]():g[h]);}}}return k.join("&").replace(/%20/g,"+");}});var M={},N,D=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function T(h,g){var j={};O.each(D.concat.apply([],D.slice(0,g)),function(){j[this]=h;
});return j;}O.fn.extend({show:function(o,q){if(o){return this.animate(T("show",3),o,q);}else{for(var k=0,h=this.length;k<h;k++){var g=O.data(this[k],"olddisplay");this[k].style.display=g||"";if(O.css(this[k],"display")==="none"){var j=this[k].tagName,p;if(M[j]){p=M[j];}else{var m=O("<"+j+" />").appendTo("body");p=m.css("display");if(p==="none"){p="block";}m.remove();M[j]=p;}O.data(this[k],"olddisplay",p);}}for(var k=0,h=this.length;k<h;k++){this[k].style.display=O.data(this[k],"olddisplay")||"";}return this;}},hide:function(k,m){if(k){return this.animate(T("hide",3),k,m);}else{for(var j=0,h=this.length;j<h;j++){var g=O.data(this[j],"olddisplay");if(!g&&g!=="none"){O.data(this[j],"olddisplay",O.css(this[j],"display"));}}for(var j=0,h=this.length;j<h;j++){this[j].style.display="none";}return this;}},_toggle:O.fn.toggle,toggle:function(j,h){var g=typeof j==="boolean";return O.isFunction(j)&&O.isFunction(h)?this._toggle.apply(this,arguments):j==null||g?this.each(function(){var k=g?j:O(this).is(":hidden");
O(this)[k?"show":"hide"]();}):this.animate(T("toggle",3),j,h);},fadeTo:function(g,j,h){return this.animate({opacity:j},g,h);},animate:function(l,h,k,j){var g=O.speed(h,k,j);return this[g.queue===false?"each":"queue"](function(){var o=O.extend({},g),r,q=this.nodeType==1&&O(this).is(":hidden"),m=this;for(r in l){if(l[r]=="hide"&&q||l[r]=="show"&&!q){return o.complete.call(this);}if((r=="height"||r=="width")&&this.style){o.display=O.css(this,"display");o.overflow=this.style.overflow;}}if(o.overflow!=null){this.style.overflow="hidden";}o.curAnim=O.extend({},l);O.each(l,function(s,w){var v=new O.fx(m,o,s);if(/toggle|show|hide/.test(w)){v[w=="toggle"?q?"show":"hide":w](l);}else{var u=w.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),AA=v.cur(true)||0;if(u){var p=parseFloat(u[2]),t=u[3]||"px";if(t!="px"){m.style[s]=(p||1)+t;AA=((p||1)/v.cur(true))*AA;m.style[s]=AA+t;}if(u[1]){p=((u[1]=="-="?-1:1)*p)+AA;}v.custom(AA,p,t);}else{v.custom(AA,w,"");}}});return true;});},stop:function(h,g){var j=O.timers;
if(h){this.queue([]);}this.each(function(){for(var k=j.length-1;k>=0;k--){if(j[k].elem==this){if(g){j[k](true);}j.splice(k,1);}}});if(!g){this.dequeue();}return this;}});O.each({slideDown:T("show",1),slideUp:T("hide",1),slideToggle:T("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(g,h){O.fn[g]=function(j,k){return this.animate(h,j,k);};});O.extend({speed:function(j,k,h){var g=typeof j==="object"?j:{complete:h||!h&&k||O.isFunction(j)&&j,duration:j,easing:h&&k||k&&!O.isFunction(k)&&k};g.duration=O.fx.off?0:typeof g.duration==="number"?g.duration:O.fx.speeds[g.duration]||O.fx.speeds._default;g.old=g.complete;g.complete=function(){if(g.queue!==false){O(this).dequeue();}if(O.isFunction(g.old)){g.old.call(this);}};return g;},easing:{linear:function(j,k,g,h){return g+h*j;},swing:function(j,k,g,h){return((-Math.cos(j*Math.PI)/2)+0.5)*h+g;}},timers:[],fx:function(h,g,j){this.options=g;this.elem=h;this.prop=j;if(!g.orig){g.orig={};}}});O.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this);
}(O.fx.step[this.prop]||O.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block";}},cur:function(h){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop];}var g=parseFloat(O.css(this.elem,this.prop,h));return g&&g>-10000?g:parseFloat(O.curCSS(this.elem,this.prop))||0;},custom:function(l,k,j){this.startTime=E();this.start=l;this.end=k;this.unit=j||this.unit||"px";this.now=this.start;this.pos=this.state=0;var g=this;function h(m){return g.step(m);}h.elem=this.elem;if(h()&&O.timers.push(h)&&!N){N=setInterval(function(){var o=O.timers;for(var m=0;m<o.length;m++){if(!o[m]()){o.splice(m--,1);}}if(!o.length){clearInterval(N);N=G;}},13);}},show:function(){this.options.orig[this.prop]=O.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());O(this.elem).show();},hide:function(){this.options.orig[this.prop]=O.attr(this.elem.style,this.prop);
this.options.hide=true;this.custom(this.cur(),0);},step:function(k){var j=E();if(k||j>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var g=true;for(var h in this.options.curAnim){if(this.options.curAnim[h]!==true){g=false;}}if(g){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(O.css(this.elem,"display")=="none"){this.elem.style.display="block";}}if(this.options.hide){O(this.elem).hide();}if(this.options.hide||this.options.show){for(var l in this.options.curAnim){O.attr(this.elem.style,l,this.options.orig[l]);}}this.options.complete.call(this.elem);}return false;}else{var m=j-this.startTime;this.state=m/this.options.duration;this.pos=O.easing[this.options.easing||(O.easing.swing?"swing":"linear")](this.state,m,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}return true;}};O.extend(O.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(g){O.attr(g.elem.style,"opacity",g.now);
},_default:function(g){if(g.elem.style&&g.elem.style[g.prop]!=null){g.elem.style[g.prop]=g.now+g.unit;}else{g.elem[g.prop]=g.now;}}}});if(document.documentElement.getBoundingClientRect){O.fn.offset=function(){if(!this[0]){return{top:0,left:0};}if(this[0]===this[0].ownerDocument.body){return O.offset.bodyOffset(this[0]);}var j=this[0].getBoundingClientRect(),m=this[0].ownerDocument,h=m.body,g=m.documentElement,p=g.clientTop||h.clientTop||0,o=g.clientLeft||h.clientLeft||0,l=j.top+(self.pageYOffset||O.boxModel&&g.scrollTop||h.scrollTop)-p,k=j.left+(self.pageXOffset||O.boxModel&&g.scrollLeft||h.scrollLeft)-o;return{top:l,left:k};};}else{O.fn.offset=function(){if(!this[0]){return{top:0,left:0};}if(this[0]===this[0].ownerDocument.body){return O.offset.bodyOffset(this[0]);}O.offset.initialized||O.offset.initialize();var m=this[0],j=m.offsetParent,h=m,s=m.ownerDocument,q,k=s.documentElement,o=s.body,p=s.defaultView,g=p.getComputedStyle(m,null),r=m.offsetTop,l=m.offsetLeft;while((m=m.parentNode)&&m!==o&&m!==k){q=p.getComputedStyle(m,null);
r-=m.scrollTop,l-=m.scrollLeft;if(m===j){r+=m.offsetTop,l+=m.offsetLeft;if(O.offset.doesNotAddBorder&&!(O.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(m.tagName))){r+=parseInt(q.borderTopWidth,10)||0,l+=parseInt(q.borderLeftWidth,10)||0;}h=j,j=m.offsetParent;}if(O.offset.subtractsBorderForOverflowNotVisible&&q.overflow!=="visible"){r+=parseInt(q.borderTopWidth,10)||0,l+=parseInt(q.borderLeftWidth,10)||0;}g=q;}if(g.position==="relative"||g.position==="static"){r+=o.offsetTop,l+=o.offsetLeft;}if(g.position==="fixed"){r+=Math.max(k.scrollTop,o.scrollTop),l+=Math.max(k.scrollLeft,o.scrollLeft);}return{top:r,left:l};};}O.offset={initialize:function(){if(this.initialized){return ;}var p=document.body,h=document.createElement("div"),k,j,r,l,q,g,m=p.style.marginTop,o='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';
q={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(g in q){h.style[g]=q[g];}h.innerHTML=o;p.insertBefore(h,p.firstChild);k=h.firstChild,j=k.firstChild,l=k.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(j.offsetTop!==5);this.doesAddBorderForTableAndCells=(l.offsetTop===5);k.style.overflow="hidden",k.style.position="relative";this.subtractsBorderForOverflowNotVisible=(j.offsetTop===-5);p.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(p.offsetTop===0);p.style.marginTop=m;p.removeChild(h);this.initialized=true;},bodyOffset:function(g){O.offset.initialized||O.offset.initialize();var j=g.offsetTop,h=g.offsetLeft;if(O.offset.doesNotIncludeMarginInBodyOffset){j+=parseInt(O.curCSS(g,"marginTop",true),10)||0,h+=parseInt(O.curCSS(g,"marginLeft",true),10)||0;}return{top:j,left:h};}};O.fn.extend({position:function(){var l=0,k=0,h;if(this[0]){var j=this.offsetParent(),m=this.offset(),g=/^body|html$/i.test(j[0].tagName)?{top:0,left:0}:j.offset();
m.top-=J(this,"marginTop");m.left-=J(this,"marginLeft");g.top+=J(j,"borderTopWidth");g.left+=J(j,"borderLeftWidth");h={top:m.top-g.top,left:m.left-g.left};}return h;},offsetParent:function(){var g=this[0].offsetParent||document.body;while(g&&(!/^body|html$/i.test(g.tagName)&&O.css(g,"position")=="static")){g=g.offsetParent;}return O(g);}});O.each(["Left","Top"],function(h,g){var j="scroll"+g;O.fn[j]=function(k){if(!this[0]){return null;}return k!==G?this.each(function(){this==L||this==document?L.scrollTo(!h?k:O(L).scrollLeft(),h?k:O(L).scrollTop()):this[j]=k;}):this[0]==L||this[0]==document?self[h?"pageYOffset":"pageXOffset"]||O.boxModel&&document.documentElement[j]||document.body[j]:this[0][j];};});O.each(["Height","Width"],function(l,j){var g=l?"Left":"Top",k=l?"Right":"Bottom",h=j.toLowerCase();O.fn["inner"+j]=function(){return this[0]?O.css(this[0],h,false,"padding"):null;};O.fn["outer"+j]=function(o){return this[0]?O.css(this[0],h,false,o?"margin":"border"):null;};var m=j.toLowerCase();
O.fn[m]=function(o){return this[0]==L?document.compatMode=="CSS1Compat"&&document.documentElement["client"+j]||document.body["client"+j]:this[0]==document?Math.max(document.documentElement["client"+j],document.body["scroll"+j],document.documentElement["scroll"+j],document.body["offset"+j],document.documentElement["offset"+j]):o===G?(this.length?O.css(this[0],m):null):this.css(m,typeof o==="string"?o:o+"px");};});})();(function(A){A.fn.extend({autocomplete:function(B,C){var D=typeof B=="string";C=A.extend({},A.Autocompleter.defaults,{url:D?B:null,data:D?null:B,delay:D?A.Autocompleter.defaults.delay:10,max:C&&!C.scroll?10:150},C);C.highlight=C.highlight||function(E){return E;};C.formatMatch=C.formatMatch||C.formatItem;return this.each(function(){new A.Autocompleter(this,C);});},result:function(B){return this.bind("result",B);},search:function(B){return this.trigger("search",[B]);},flushCache:function(){return this.trigger("flushCache");},setOptions:function(B){return this.trigger("setOptions",[B]);
},unautocomplete:function(){return this.trigger("unautocomplete");}});A.Autocompleter=function(L,G){var C={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34,BACKSPACE:8,ALT:18};var B=A(L).attr("autocomplete","off").addClass(G.inputClass);var J;var P="";var M=A.Autocompleter.Cache(G);var E=0;var U;var X={mouseDownOnSelect:false};var R=A.Autocompleter.Select(G,L,D,X);var W;A.browser.opera&&A(L.form).bind("submit.autocomplete",function(){if(W){W=false;return false;}});B.bind((A.browser.opera?"keypress":"keydown")+".autocomplete",function(Y){U=Y.keyCode;switch(Y.keyCode){case C.UP:Y.preventDefault();if(R.visible()){R.prev();}else{T(0,true);}break;case C.DOWN:Y.preventDefault();if(R.visible()){R.next();}else{T(0,true);}break;case C.PAGEUP:Y.preventDefault();if(R.visible()){R.pageUp();}else{T(0,true);}break;case C.PAGEDOWN:Y.preventDefault();if(R.visible()){R.pageDown();}else{T(0,true);}break;case G.multiple&&A.trim(G.multipleSeparator)==","&&C.COMMA:case C.TAB:case C.RETURN:if(D()){Y.preventDefault();
W=true;return false;}break;case C.ESC:R.hide();break;case C.ALT:clearTimeout(J);break;default:clearTimeout(J);J=setTimeout(T,G.delay);break;}}).focus(function(){E++;}).blur(function(){E=0;if(!X.mouseDownOnSelect){S();}}).click(function(){if(E++>1&&!R.visible()){T(0,true);}}).bind("search",function(){var Y=(arguments.length>1)?arguments[1]:null;function Z(f,c){var a;if(c&&c.length){for(var b=0;b<c.length;b++){if(c[b].result.toLowerCase()==f.toLowerCase()){a=c[b];break;}}}if(typeof Y=="function"){Y(a);}else{B.trigger("result",a&&[a.data,a.value]);}}A.each(H(B.val()),function(a,b){F(b,Z,Z);});}).bind("flushCache",function(){M.flush();}).bind("setOptions",function(){A.extend(G,arguments[1]);if("data" in arguments[1]){M.populate();}}).bind("unautocomplete",function(){R.unbind();B.unbind();A(L.form).unbind(".autocomplete");});function D(){var Z=R.selected();if(!Z){return false;}var Y=Z.result;P=Y;if(G.multiple){var a=H(B.val());if(a.length>1){Y=a.slice(0,a.length-1).join(G.multipleSeparator)+G.multipleSeparator+Y;
}Y+=G.multipleSeparator;}B.val(Y);V();B.trigger("result",[Z.data,Z.value]);return true;}function T(a,Z){if(U==C.DEL){R.hide();return ;}var Y=B.val();if(!Z&&Y==P){return ;}P=Y;Y=I(Y);if(Y.length>=G.minChars){B.addClass(G.loadingClass);if(!G.matchCase){Y=Y.toLowerCase();}F(Y,K,V);}else{N();R.hide();}}function H(Z){if(!Z){return[""];}var a=Z.split(G.multipleSeparator);var Y=[];A.each(a,function(b,c){if(A.trim(c)){Y[b]=A.trim(c);}});return Y;}function I(Y){if(!G.multiple){return Y;}var Z=H(Y);return Z[Z.length-1];}function Q(Y,Z){if(G.autoFill&&(I(B.val()).toLowerCase()==Y.toLowerCase())&&U!=C.BACKSPACE){B.val(B.val()+Z.substring(I(P).length));A.Autocompleter.Selection(L,P.length,P.length+Z.length);}}function S(){clearTimeout(J);J=setTimeout(V,200);}function V(){var Y=R.visible();R.hide();clearTimeout(J);N();if(G.mustMatch){B.search(function(Z){if(!Z){if(G.multiple){var a=H(B.val()).slice(0,-1);B.val(a.join(G.multipleSeparator)+(a.length?G.multipleSeparator:""));}else{B.val("");}}});}if(Y){A.Autocompleter.Selection(L,L.value.length,L.value.length);
}}function K(Z,Y){if(Y&&Y.length&&E){N();R.display(Y,Z);Q(Z,Y[0].value);R.show();}else{V();}}function F(Z,b,Y){if(!G.matchCase){Z=Z.toLowerCase();}var a=M.load(Z);if(a&&a.length){b(Z,a);}else{if((typeof G.url=="string")&&(G.url.length>0)){var c={timestamp:+new Date()};A.each(G.extraParams,function(f,g){c[f]=typeof g=="function"?g():g;});if(G.queryArgument){c[G.queryArgument]=I(Z);}else{c.q=I(Z);}A.ajax({mode:"abort",port:"autocomplete"+L.name,dataType:G.dataType,url:G.url,data:A.extend({limit:G.max},c),success:function(g){var f=G.parse&&G.parse(g)||O(g);M.add(Z,f);b(Z,f);}});}else{R.emptyList();Y(Z);}}}function O(b){var Y=[];var a=b.split("\n");for(var Z=0;Z<a.length;Z++){var c=A.trim(a[Z]);if(c){c=c.split("|");Y[Y.length]={data:c,value:c[0],result:G.formatResult&&G.formatResult(c,c[0])||c[0]};}}return Y;}function N(){B.removeClass(G.loadingClass);}};A.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:false,matchSubset:true,matchContains:false,cacheLength:10,max:100,mustMatch:false,extraParams:{},selectFirst:true,formatItem:function(B){return B[0];
},formatMatch:null,autoFill:false,width:0,multiple:false,multipleSeparator:", ",highlight:function(C,B){return C.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+B.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>");},scroll:true,scrollHeight:180};A.Autocompleter.Cache=function(C){var F={};var D=0;function H(K,J){if(!C.matchCase){K=K.toLowerCase();}var I=K.indexOf(J);if(C.matchContains=="word"){I=K.toLowerCase().search("\\b"+J.toLowerCase());}if(I==-1){return false;}return I==0||C.matchContains;}function G(J,I){if(D>C.cacheLength){B();}if(!F[J]){D++;}F[J]=I;}function E(){if(!C.data){return false;}var J={},I=0;if(!C.url){C.cacheLength=1;}J[""]=[];for(var L=0,K=C.data.length;L<K;L++){var O=C.data[L];O=(typeof O=="string")?[O]:O;var N=C.formatMatch(O,L+1,C.data.length);if(N===false){continue;}var M=N.charAt(0).toLowerCase();if(!J[M]){J[M]=[];}var P={value:N,data:O,result:C.formatResult&&C.formatResult(O)||N};J[M].push(P);if(I++<C.max){J[""].push(P);
}}A.each(J,function(Q,R){C.cacheLength++;G(Q,R);});}setTimeout(E,25);function B(){F={};D=0;}return{flush:B,add:G,populate:E,load:function(L){if(!C.cacheLength||!D){return null;}if(!C.url&&C.matchContains){var K=[];for(var I in F){if(I.length>0){var M=F[I];A.each(M,function(O,N){if(H(N.value,L)){K.push(N);}});}}return K;}else{if(F[L]){return F[L];}else{if(C.matchSubset){for(var J=L.length-1;J>=C.minChars;J--){var M=F[L.substr(0,J)];if(M){var K=[];A.each(M,function(O,N){if(H(N.value,L)){K[K.length]=N;}});return K;}}}}}return null;}};};A.Autocompleter.Select=function(E,J,L,P){var I={ACTIVE:"ac_over"};var K,F=-1,R,M="",S=true,C,O;function N(){if(!S){return ;}C=A("<div/>").hide().addClass(E.resultsClass).css("position","absolute").appendTo(document.body);O=A("<ul/>").appendTo(C).mouseover(function(T){if(Q(T).nodeName&&Q(T).nodeName.toUpperCase()=="LI"){F=A("li",O).removeClass(I.ACTIVE).index(Q(T));A(Q(T)).addClass(I.ACTIVE);}}).click(function(T){A(Q(T)).addClass(I.ACTIVE);L();J.focus();return false;
}).mousedown(function(){P.mouseDownOnSelect=true;}).mouseup(function(){P.mouseDownOnSelect=false;});if(E.width>0){C.css("width",E.width);}S=false;}function Q(U){var T=U.target;while(T&&T.tagName!="LI"){T=T.parentNode;}if(!T){return[];}return T;}function H(T){K.slice(F,F+1).removeClass(I.ACTIVE);G(T);var V=K.slice(F,F+1).addClass(I.ACTIVE);if(E.scroll){var U=0;K.slice(0,F).each(function(){U+=this.offsetHeight;});if((U+V[0].offsetHeight-O.scrollTop())>O[0].clientHeight){O.scrollTop(U+V[0].offsetHeight-O.innerHeight());}else{if(U<O.scrollTop()){O.scrollTop(U);}}}}function G(T){F+=T;if(F<0){F=K.size()-1;}else{if(F>=K.size()){F=0;}}}function B(T){return E.max&&E.max<T?E.max:T;}function D(){O.empty();var U=B(R.length);for(var V=0;V<U;V++){if(!R[V]){continue;}var W=E.formatItem(R[V].data,V+1,U,R[V].value,M);if(W===false){continue;}var T=A("<li/>").html(E.highlight(W,M)).addClass(V%2==0?"ac_even":"ac_odd").appendTo(O)[0];A.data(T,"ac_data",R[V]);}K=O.find("li");if(E.selectFirst){K.slice(0,1).addClass(I.ACTIVE);
F=0;}if(A.fn.bgiframe){O.bgiframe();}}return{display:function(U,T){N();R=U;M=T;D();},next:function(){H(1);},prev:function(){H(-1);},pageUp:function(){if(F!=0&&F-8<0){H(-F);}else{H(-8);}},pageDown:function(){if(F!=K.size()-1&&F+8>K.size()){H(K.size()-1-F);}else{H(8);}},hide:function(){C&&C.hide();K&&K.removeClass(I.ACTIVE);F=-1;},visible:function(){return C&&C.is(":visible");},current:function(){return this.visible()&&(K.filter("."+I.ACTIVE)[0]||E.selectFirst&&K[0]);},show:function(){var V=A(J).offset();C.css({width:typeof E.width=="string"||E.width>0?E.width:A(J).width(),top:V.top+J.offsetHeight,left:V.left}).show();if(E.scroll){O.scrollTop(0);O.css({maxHeight:E.scrollHeight,overflow:"auto"});if(A.browser.msie&&typeof document.body.style.maxHeight==="undefined"){var T=0;K.each(function(){T+=this.offsetHeight;});var U=T>E.scrollHeight;O.css("height",U?E.scrollHeight:T);if(!U){K.width(O.width()-parseInt(K.css("padding-left"))-parseInt(K.css("padding-right")));}}}},selected:function(){var T=K&&K.filter("."+I.ACTIVE).removeClass(I.ACTIVE);
return T&&T.length&&A.data(T[0],"ac_data");},emptyList:function(){O&&O.empty();},unbind:function(){C&&C.remove();}};};A.Autocompleter.Selection=function(D,E,C){if(D.createTextRange){var B=D.createTextRange();B.collapse(true);B.moveStart("character",E);B.moveEnd("character",C);B.select();}else{if(D.setSelectionRange){D.setSelectionRange(E,C);}else{if(D.selectionStart){D.selectionStart=E;D.selectionEnd=C;}}}D.focus();};})(jQuery);(function(A){A(document).ready(function(){A("input[name='queryText']").autocomplete("/portal/search/Autocomplete.action",{extraParams:{community:COMMUNITY_ID}});});})(jQuery);window.eipf=window.eipf||{};eipf.AjaxPaginationImpl=function(){this.initialize();};$.extend(eipf.AjaxPaginationImpl.prototype,{variables:{ajaxPagination:$(".ajax-pagination")},initialize:function(){this.variables.ajaxPagination=$(".ajax-pagination");$(".listmode-nav a,.detailmode-nav li:not('.back') a",this.variables.ajaxPagination).each(function(){$(this).click(function(){var B=$(this).parents(".synergy-gear");
eipf.ajaxPagination.loading(B,true);var A="/portal/serveContent"+$(this).attr("href")+" .ajax-pagination";A=A.substring(A.indexOf("?"),A.length);B.load(A,function(){eipf.ajaxPagination.loading(B);eipf.ajaxPagination.initialize();});return false;});});},loading:function(E,D){var C=E.outerHeight();var B=E.outerWidth();var A=$('<div class="synergy-gear-loader"></div>').prependTo(".ajax-pagination").height(C).width(B).css("opacity",0.9);if(typeof D!="undefined"){A.fadeIn();}else{A.fadeOut();}}});$(document).bind("ready.eipf.ajaxPagination",function(){eipf.ajaxPagination=new eipf.AjaxPaginationImpl();});var Class={create:function(C,B){if(typeof (B)=="undefined"){B=C;C=undefined;}var A=function(){this.initialize.apply(this,arguments);};A.toString=function(){return"Class "+(this.prototype.name?this.prototype.name:"anonymous");};if(C){Class.setupInheritance(A,C);}A.prototype.initialize=function(){};A.prototype.toString=function(){return"Object "+(this.name?this.name:"anonymous");};this.extend(A,B);
return A;},extend:function(A,B){var C=A.parent?A.parent.prototype:null;for(n in B){(function(G){var D=G;var E=B[D];if(C!==null&&typeof (E)=="function"&&E.toString().match(/\(\s*\$super[\s,\)]?/)){var F=E;E=function(){var H=new Array(arguments);var I=this;H.unshift(function(){return C[D].apply(I,arguments);});return F.apply(this,H);};E.valueOf=function(){return F.valueOf();};E.toString=function(){return F.toString();};}A.prototype[D]=E;})(n);}},_testPrototypeInheritanceSupport:function(){var C=function(){};var D=function(){};C.prototype.atr="x";D.prototype.__proto__=C.prototype;if((new D()).atr==="x"){Class._prototypeInheritanceSupport=true;}else{Class._prototypeInheritanceSupport=false;}},setupInheritance:function(A,C){if(Class._prototypeInheritanceSupport){A.prototype.__proto__=C.prototype;}else{var B=function(){};B.prototype=C.prototype;A.prototype=new B();}A.parent=C;}};Class._testPrototypeInheritanceSupport();function withNS(D,E){if(typeof (D)=="string"){var A=D;var F=A.split(".");D=window;
for(var C=0;C<F.length;C++){var B=F[C];if(typeof (D[B])=="undefined"){D[B]={};}D=D[B];}}else{if(typeof (D)!="object"){throw"";}}E(D);}window.eipf=window.eipf||{};eipf.MediaLibrary=function(A){this.initialize(A);};$.extend(eipf.MediaLibrary,{allSelector:".ml-gear",initializeAll:function(){var A=this;A.instances=[];$(A.allSelector).each(function(){if(this.id){var B=new eipf.MediaLibrary("#"+this.id);A.instances.push(B);if(window.eipf&&eipf.logger){eipf.logger.debug("Initialized MediaLibrary component for gear: "+B.gearId);}}else{if(window.eipf&&eipf.logger){eipf.logger.error("Cannot find selector for component instance: "+this);}}});}});$.extend(eipf.MediaLibrary.prototype,{initialize:function(A){var B=this;B.selector=A;B.context=$(A);B.gearId=A.match(/\#([^-]+)(-.*)?/)[1];B.filterExtendedIndicator=B.context.find(".ml-filter-more-switch");B.filterExtendedBox=B.context.find(".ml-filter-extended");if(!B.isFilterExtendedHidden()){B.filterExtendedIndicator.addClass("active");}B.context.find(".ml-filter-more-switch").bind("click",function(C){C.preventDefault();
B.switchFilterExtended();});B.initializeStyleFixes();},initializeStyleFixes:function(){var A=this;if($.browser.msie&&$.browser.version.match(/^(6|7)\./)){A.context.find(".ml-filter-explained dt").each(function(){$(this).text($.trim($(this).text())+":");});}},isFilterExtendedHidden:function(){return(this.filterExtendedBox.is(":hidden"));},switchFilterExtended:function(){var A=this;if(A.isFilterExtendedHidden()){A.showFilterExtended();}else{A.hideFilterExtended();}},showFilterExtended:function(){var A=this;if(A.isFilterExtendedHidden()){A.filterExtendedBox.slideDown("fast");A.filterExtendedIndicator.addClass("active");}},hideFilterExtended:function(){var A=this;if(!A.isFilterExtendedHidden()){A.filterExtendedBox.slideUp("fast");A.filterExtendedIndicator.removeClass("active");}}});$(window).bind("load",function(){eipf.MediaLibrary.initializeAll();});window.eipf=window.eipf||{};eipf.PollImpl=function(){this.initialize();};$.extend(eipf.PollImpl.prototype,{variables:{poll:$("#poll-module")},initialize:function(){this.variables.poll=$("#poll-module");
this.variables.poll.find("div.poll-bar-result").each(function(){var A=parseInt($(this).parent().find(".poll-bar-percentage").text());if(A==0){$(this).parent().find(".poll-bar-percentage").css("margin-left","-55px");}$(this).css({width:"0%"}).animate({width:A+"%"},"slow");});}});$(document).bind("ready.eipf.poll",function(){eipf.poll=new eipf.PollImpl();});function MM_swapImgRestore(){var C,A,B=document.MM_sr;for(C=0;B&&C<B.length&&(A=B[C])&&A.oSrc;C++){A.src=A.oSrc;}}function MM_preloadImages(){var D=document;if(D.images){if(!D.MM_p){D.MM_p=new Array();}var C,B=D.MM_p.length,A=MM_preloadImages.arguments;for(C=0;C<A.length;C++){if(A[C].indexOf("#")!=0){D.MM_p[B]=new Image;D.MM_p[B++].src=A[C];}}}}function MM_findObj(E,D){var C,B,A;if(!D){D=document;}if((C=E.indexOf("?"))>0&&parent.frames.length){D=parent.frames[E.substring(C+1)].document;E=E.substring(0,C);}if(!(A=D[E])&&D.all){A=D.all[E];}for(B=0;!A&&B<D.forms.length;B++){A=D.forms[B][E];}for(B=0;!A&&D.layers&&B<D.layers.length;B++){A=MM_findObj(E,D.layers[B].document);
}if(!A&&D.getElementById){A=D.getElementById(E);}return A;}function MM_swapImage(){var D,C=0,A,B=MM_swapImage.arguments;document.MM_sr=new Array;for(D=0;D<(B.length-2);D+=3){if((A=MM_findObj(B[D]))!=null){document.MM_sr[C++]=A;if(!A.oSrc){A.oSrc=A.src;}A.src=B[D+2];}}}function MM_openBrWindow(C,A,B){window.open(C,A,B);}function websiteSelected(A){window.location.replace(A.value);}function changeImage(A,B){if(document.getElementById(A)!=null){document.getElementById(A).src=B;}}function changeImage2(A,C,B){if(B=="over"){document.getElementById(A).src=C+"menus.gif";}else{if(B=="out"){document.getElementById(A).src=C+"menu.gif";}}}function flashfr(){var F=6;var D=(navigator.mimeTypes&&navigator.mimeTypes["application/x-shockwave-flash"])?navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin:0;if(D){var E=navigator.plugins["Shockwave Flash"].description.split(" ");for(var C=0;C<E.length;++C){if(isNaN(parseInt(E[C]))){continue;}var B=E[C];}var A=B>=F;}else{if(navigator.userAgent&&navigator.userAgent.indexOf("MSIE")>=0&&(navigator.appVersion.indexOf("Win")!=-1)){document.write("<SCRIPT LANGUAGE=VBScript> \n");
document.write("on error resume next \n");document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');document.write("</SCRIPT> \n");}}if(A){document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');document.write(' ID="intro_f" WIDTH="500" HEIGHT="200" ALIGN="">');document.write(' <PARAM NAME=movie VALUE="/rocheflash/intro_f.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#336699>  ');document.write(' <EMBED src="/rocheflash/intro_f.swf" quality=high bgcolor=#336699  ');document.write(' swLiveConnect=FALSE WIDTH="500" HEIGHT="200" NAME="intro_f" ALIGN=""');document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');document.write(" </EMBED>");document.write(" </OBJECT>");}else{document.write('<IMG SRC="/rocheflash/intro_f.jpg" WIDTH="500" HEIGHT="200" usemap="#intro_f" BORDER=0>');
}}function flashde(){var F=6;var D=(navigator.mimeTypes&&navigator.mimeTypes["application/x-shockwave-flash"])?navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin:0;if(D){var E=navigator.plugins["Shockwave Flash"].description.split(" ");for(var C=0;C<E.length;++C){if(isNaN(parseInt(E[C]))){continue;}var B=E[C];}var A=B>=F;}else{if(navigator.userAgent&&navigator.userAgent.indexOf("MSIE")>=0&&(navigator.appVersion.indexOf("Win")!=-1)){document.write("<SCRIPT LANGUAGE=VBScript> \n");document.write("on error resume next \n");document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');document.write("</SCRIPT> \n");}}if(A){document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');document.write(' ID="intro_d" WIDTH="500" HEIGHT="200" ALIGN="">');document.write(' <PARAM NAME=movie VALUE="/rocheflash/intro_d.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#336699>  ');
document.write(' <EMBED src="/rocheflash/intro_d.swf" quality=high bgcolor=#336699  ');document.write(' swLiveConnect=FALSE WIDTH="500" HEIGHT="200" NAME="intro_d" ALIGN=""');document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');document.write(" </EMBED>");document.write(" </OBJECT>");}else{document.write('<IMG SRC="/rocheflash/intro_d.jpg" WIDTH="500" HEIGHT="200" usemap="#intro_d" BORDER=0>');}}function changeText(divName,Text){eval('document.getElementById("'+divName+'").childNodes[0].childNodes[0].nodeValue = Text');}function showMenu(A){document.getElementById(A).style.visibility="visible";}function hideMenu(A){document.getElementById(A).style.visibility="hidden";}function searchForm(){document.getElementById("searchTmplForm").submit();}function showMenuFondationRoche(A){hideMenus();if(document.getElementById(A)!=null){document.getElementById(A).style.visibility="visible";setTimeout('hideMenu("'+A+'")',3000);}}function hideMenuFondationRoche(A){if(document.getElementById(A)!=null){document.getElementById(A).style.visibility="hidden";
}}function hideMenus(){line=0;order=0;while(document.getElementById("line"+ ++line+"_order"+ ++order)){document.getElementById("line"+line+"_order"+order).style.visibility="hidden";}}function masque(){document.getElementById("banniere").style.visibility="hidden";}function redirect(A){document.location.href=A;return true;}function newImage(A){if(document.images){rslt=new Image();rslt.src=A;return rslt;}}function changeImages(A,B){if(document.images&&(preloadFlag==true)){document.getElementById(A).src=B;}}var preloadFlag=true;function preloadImages(){if(document.images){LINKS_over=newImage("images/toolbox/LINKS-over.gif");SITEMAP_over=newImage("images/toolbox/SITEMAP-over.gif");CONTACT_over=newImage("images/toolbox/CONTACT-over.gif");DIS_over=newImage("images/toolbox/legal-over.gif");preloadFlag=true;}}function changeImage3(A,B){if(document.getElementById(A)!=null){document.all[A].src=B;}}function loadComment(A){if(A=="true"){document.materialForm.materialComment.value=document.materialForm.comment.value;
}}function goToProfile(B,A){opener.location.reload();B.form.suxxessURL.value=A;}function initialize(){document.materialForm.comment.value=document.materialForm.materialComment.value;}function checkLength(B,C,A){if(A=="true"){if(B.value.length>C){B.value=B.value.substr(0,C);return false;}}}function timingex(B,C,A){if(C!=null&&window.opener.location.href!=""&&window.opener.location.href!="blank"){setOpenerName();document.links[0].target=window.opener.name;}setTimeout("clickLink(document.links[0],'"+A+"');window.close();",B*1000);}function setOpenerName(){if(window.opener.name.length==0){window.opener.name=(new Date()).getTime();}}function clickLink(B,A){if(B.click){B.click();}else{if(document.links[0].target==window.opener.name){window.opener.location.href=A;}else{newWindow=window.open(A,"target","scrollbars=yes,resizable=yes,menubar=yes,status=yes,toolbar=yes,location=yes");if(newWindow){newWindow.focus();}}}}function openPopUp(){window.open("about:blank","target");}function closeAndRefresh(){opener.location.reload();
window.close();}function closeme(A){opener.location.reload();A.form.suxxessURL.value="closeme.jsp";}function popitup(B,A,C){newwindow=window.open(B,A,C);if(window.focus){if(newwindow){newwindow.focus();}}return false;}function getLink(id){if(document.getElementById("link"+id).onclick!=null){eval(document.getElementById("link"+id).onclick);}else{window.location.href=document.getElementById("link"+id).href;}}function getFlashMovieObject(A){if(window.document[A]){return window.document[A];}if(navigator.appName.indexOf("Microsoft Internet")==-1){if(document.embeds&&document.embeds[A]){return document.embeds[A];}}else{return document.getElementById(A);}}function StopFlashMovie(B){var A=getFlashMovieObject(B);if(A){A.StopPlay();}}function PlayFlashMovie(B){var A=getFlashMovieObject(B);if(A){A.Play();}}function RewindFlashMovie(B){var A=getFlashMovieObject(B);if(A){A.Rewind();}}function openLayer(E){flot=document.getElementById(E);if(flot){if(flot.style.display=="none"){flot.style.display="block";
var F=screen.height;var A=screen.width;var B=flot.offsetHeight;var D=flot.offsetWidth;y=parseInt(B/2);x=parseInt(D/2);flot.style.marginLeft="-"+x+"px";flot.style.marginTop="-"+y+"px";if(E.length>3&&(navigator.appName.indexOf("Netscape")==-1)){var C=E.substring(E.length-3,E.length);if(C=="swf"){PlayFlashMovie(E);}}}else{flot.style.display="none";}}else{alert("not found");}}function closeLayer(B){flot=document.getElementById(B);if(flot){if(flot.style.display!="none"){if(B.length>3){var A=B.substring(B.length-3,B.length);if(A=="swf"){StopFlashMovie(B);RewindFlashMovie(B);}}flot.style.display="none";}}else{alert("not found");}}var d=document;var Util={Browser:{explorer:
/*@cc_on!@*/
false,opera:window.opera?true:false,webkit:/Apple|KDE/i.test(navigator.vendor)},Debug:{log:function(B,A){if(window.console){console[B](A);}else{alert(B+": "+A);}},dir:function(A){if(window.console){console.dir(A);}else{}},xml:function(A){if(window.console){console.dirxml(A);}else{alert(A.outerHTML);}}},Event:{common:function(A){if(window.event&&!window.opera){A=window.event;
A.target=A.srcElement;}return A;},addHandler:function(C,B,A){if(C==document&&B=="ready"){var E=A;if(Util.Event._readyCallbacks.length===0){var D=Util.Event._readyCall;if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);}if(Util.Browser.explorer){document.write("<script id=__ie_onload defer src=//:><\/script>");document.getElementById("__ie_onload").onreadystatechange=function(){if(this.readyState=="complete"){D();}};}else{if(Util.Browser.webkit){this._timer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){D();}},10);}}C=window;B="load";A=D;}Util.Event._readyCallbacks.push(E);}else{if(C.attachEvent){C["e"+B+A]=A;C[B+A]=function(){C["e"+B+A](window.event);};C.attachEvent("on"+B,C[B+A]);}else{C.addEventListener(B,A,false);}}},findElement:function(D,B,C){var A=Util.Event.common(D).target;while(((A.tagName.toLowerCase()!=B)||(A.tagName.toLowerCase()==B&&(C&&!Util.DOM.hasClass(A,C))))&&A.parentNode){A=A.parentNode;}return A;},_readyCallbacks:[],_readyCall:function(){if(arguments.callee.done){return ;
}arguments.callee.done=true;if(Util.Event._timer){clearInterval(Util.Event._timer);}for(var A=0;A<Util.Event._readyCallbacks.length;A++){Util.Event._readyCallbacks[A]();}Util.Event._readyCallbacks=[];}},DOM:{getElementsByClassName:function(G,F,E){E=E||"*";var B=G.getElementsByTagName(E);var D=[];var A=B.length;for(var C=0;C<A;C++){if(this.hasClass(B[C],F)){D.push(B[C]);}}return D;},getFirstElementByClassName:function(F,E,D){D=D||"*";var B=F.getElementsByTagName(D);var A=B.length;for(var C=0;C<A;C++){if(this.hasClass(B[C],E)){return B[C];}}return false;},hasClass:function(B,A){var C=" "+B.className+" ";if(C.indexOf(" "+A+" ")!=-1){return true;}return false;},addClass:function(B,A){if(this.hasClass(B,A)){return ;}if(B.className==""){B.className=A;}else{B.className=B.className+" "+A;}},removeClass:function(B,A){B.className=B.className.replace(new RegExp("(^|s)?"+A+"(s|$)?"),"$1$2").replace(/\s{2,}/," ");},replaceClass:function(B,A,C){removeClass(B,A);addClass(B,C);},getStyle:function(el,property){if(el&&el.currentStyle){var matches=property.match(/\-[a-z]/g);
if(matches){for(var i=0;i<matches.length;i++){property=property.replace(new RegExp(matches[i]),matches[i].substr(1,1).toUpperCase());}}return eval("el.currentStyle."+property);}else{if(el){return document.defaultView.getComputedStyle(el,"").getPropertyValue(property);}}},prev:function(A){var B=A.previousSibling;while(B&&B.nodeType!=1){B=B.previousSibling;}return B;},next:function(B){var A=B.nextSibling;while(A&&A.nodeType!=1){A=A.nextSibling;}return A;},before:function(A,B){B.parentNode.insertBefore(A,B);},prepend:function(A,B){B.insertBefore(A,B.firstChild);}},Ajax:{get:function(A,C){var B=new this._getRequest();B.onreadystatechange=function(){if(Util.Ajax._isReady(B)){C(B);}};B.open("GET",A,true);B.send(null);},post:function(A,C,D){var B=new this._getRequest();B.onreadystatechange=function(){if(Util.Ajax._isReady(B)){D(B);}};B.open("POST",A,true);B.send(C);},_getRequest:function(){var A;if(window.XMLHttpRequest){A=new XMLHttpRequest();}else{try{A=new ActiveXObject("Msxml2.XMLHTTP");}catch(B){try{A=new ActiveXObject("Microsoft.XMLHTTP");
}catch(B){A=false;}}}return A;},_isReady:function(A){if(A.readyState==4&&A.status==200){return true;}return false;}},Cookie:{set:function(C,D,E){var A="";if(E){var B=new Date();B.setTime(B.getTime()+E*24*60*60*1000);A="expires="+B.toGMTString()+"; ";}document.cookie=C+"="+escape(D)+"; "+A+"path=/";},get:function(A){var C=document.cookie.split(";");for(var B=0;B<C.length;B++){var E=C[B].replace(/^\s*(.*)\s*$/,"$1");var D=E.split("=");if(D[0]==A){return unescape(D[1]==undefined?"":D[1]);}}return"";}}};try{document.execCommand("BackgroundImageCache",false,true);}catch(e){}function rndnm(B){var A=Math.floor(Math.random()*B);return A;}function sitemap(){var C=document.getElementById("sitemap");if(C){if(Util.DOM.hasClass("body","expanded")){return ;}var B=document.getElementsByTagName("body")[0];var F=document.getElementById("sitemap").getElementsByTagName("ul");for(i=0;i<F.length;i++){if(/sitemap/i.test(F[i].className)){F[i].style.display="none";}var D=F[i].getElementsByTagName("a");for(z=0;
z<D.length;z++){if(Util.DOM.hasClass(D[z],"parent")){var A=D[z].parentNode;var G=A.getElementsByTagName("img");if(G.length==0){var E=document.createElement("img");E.className="icon";E.src=globalImagesPath+"sitemapn_plus.gif";E.style.verticalAlign="middle";A.insertBefore(E,D[z]);}A.className="parent";ul=D[z].nextSibling;while(ul.nodeType!=1){ul=ul.nextSibling;}ul.style.display="none";E.onclick=function(){A=this.parentNode;ul=A.getElementsByTagName("ul")[0];var H=(ul.style.display=="none")?"block":"none";ul.style.display=H;imgStatus=(H=="block")?"_minus":"_plus";this.src=globalImagesPath+"sitemapn"+imgStatus+".gif";};}}}}}function show_print_version(){if(document.getElementById("contenttoolbox")){document.getElementById("contenttoolbox").style.display="block";}}function corpToolboxPrintpage(){if(document.getElementById("corp-toolbox-printpage")){var B=document.getElementById("corp-toolbox-printpage");if(B){B.style.display="inline";var A=B.getElementsByTagName("a")[0];A.removeAttribute("href");
B.onclick=function(){window.print();};}}}function corpToolboxChangetextsize(){if(eipf&&eipf.changeTextSize){return ;}var F=document.getElementById("corp-toolbox-changetextsize");var C=document.getElementById("wrapie");var A=Util.Cookie.get("increase");if(F){F.style.display="inline";var B=document.createElement("img");F.appendChild(B);var E=F.getElementsByTagName("a")[0];E.removeAttribute("href");var D="Increase text size";var G="Decrease text size";if(A=="true"){Util.DOM.addClass(C,"increase");B.src=globalImagesPath+"decrease.png";B.title=B.alt=G;}else{B.src=globalImagesPath+"increase.png";B.title=B.alt=D;}B.onclick=function(){if(A=="true"){Util.Cookie.set("increase","false",356);Util.DOM.removeClass(C,"increase");B.src=globalImagesPath+"increase.png";B.title=B.alt=D;A=Util.Cookie.get("increase");}else{Util.DOM.addClass(C,"increase");Util.Cookie.set("increase","true",356);B.src=globalImagesPath+"decrease.png";B.title=B.alt=G;A=Util.Cookie.get("increase");}};}}function searchFocus(){var B=document.getElementById("search-input");
if(B){var A=B.value;B.onfocus=function(){if(this.value!=""){this.value="";}};B.onblur=function(){if(this.value==""){this.value=A;}};}}function banner(){}function initJS(){sitemap();show_print_version();searchFocus();corpToolboxPrintpage();banner();corpToolboxChangetextsize();}window.onload=initJS;(function(F){var A="2.09";var B=F.browser.msie&&/MSIE 6.0/.test(navigator.userAgent);F.fn.cycle=function(H){return this.each(function(){H=H||{};if(H.constructor==String){switch(H){case"stop":if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=0;return ;case"pause":this.cyclePause=1;return ;case"resume":this.cyclePause=0;return ;default:H={fx:H};}}var Q=F(this);var N=H.slideExpr?F(H.slideExpr,this):Q.children();var J=N.get();if(J.length<2){return ;}var I=F.extend({},F.fn.cycle.defaults,H||{},F.metadata?Q.metadata():F.meta?Q.data():{});if(I.autostop){I.countdown=I.autostopCount||J.length;}I.before=I.before?[I.before]:[];I.after=I.after?[I.after]:[];I.after.unshift(function(){I.busy=0;
});if(B&&I.cleartype&&!I.cleartypeNoBg){C(N);}var S=this.className;var P=parseInt((S.match(/w:(\d+)/)||[])[1])||I.width;var M=parseInt((S.match(/h:(\d+)/)||[])[1])||I.height;I.timeout=parseInt((S.match(/t:(\d+)/)||[])[1])||I.timeout;if(Q.css("position")=="static"){Q.css("position","relative");}if(P){Q.width(P);}if(M&&M!="auto"){Q.height(M);}if(I.random){I.randomMap=[];for(var K=0;K<J.length;K++){I.randomMap.push(K);}I.randomMap.sort(function(U,T){return Math.random()-0.5;});I.randomIndex=0;I.startingSlide=I.randomMap[0];}else{if(I.startingSlide>=J.length){I.startingSlide=0;}}var L=I.startingSlide||0;N.css("position","absolute").hide().each(function(T){var U=L?T>=L?J.length-(T-L):L-T:J.length-T;F(this).css("z-index",U);});F(J[L]).show();if(I.fit&&P){N.width(P);}if(I.fit&&M&&M!="auto"){N.height(M);}if(I.pause){Q.hover(function(){this.cyclePause=1;},function(){this.cyclePause=0;});}var R=F.fn.cycle.transitions[I.fx];if(F.isFunction(R)){R(Q,N,I);}N.each(function(){var T=F(this);this.cycleH=(I.fit&&M)?M:T.height();
this.cycleW=(I.fit&&P)?P:T.width();});I.cssBefore=I.cssBefore||{};I.animIn=I.animIn||{};I.animOut=I.animOut||{};N.not(":eq("+L+")").css(I.cssBefore);if(I.cssFirst){F(N[L]).css(I.cssFirst);}if(I.timeout){if(I.speed.constructor==String){I.speed={slow:600,fast:200}[I.speed]||400;}if(!I.sync){I.speed=I.speed/2;}while((I.timeout-I.speed)<250){I.timeout+=I.speed;}}if(I.easing){I.easeIn=I.easeOut=I.easing;}if(!I.speedIn){I.speedIn=I.speed;}if(!I.speedOut){I.speedOut=I.speed;}I.slideCount=J.length;I.currSlide=L;if(I.random){I.nextSlide=I.currSlide;if(++I.randomIndex==J.length){I.randomIndex=0;}I.nextSlide=I.randomMap[I.randomIndex];}else{I.nextSlide=I.startingSlide>=(J.length-1)?0:I.startingSlide+1;}var O=N[L];if(I.before.length){I.before[0].apply(O,[O,O,I,true]);}if(I.after.length>1){I.after[1].apply(O,[O,O,I,true]);}if(I.click&&!I.next){I.next=I.click;}if(I.next){F(I.next).bind("click",function(){return E(J,I,I.rev?-1:1);});}if(I.prev){F(I.prev).bind("click",function(){return E(J,I,I.rev?1:-1);
});}if(I.pager){G(J,I);}if(I.timeout){this.cycleTimeout=setTimeout(function(){D(J,I,0,!I.rev);},I.timeout+(I.delay||0));}});};function D(M,H,L,N){if(H.busy){return ;}var K=M[0].parentNode,P=M[H.currSlide],O=M[H.nextSlide];if(K.cycleTimeout===0&&!L){return ;}if(!L&&!K.cyclePause&&H.autostop&&(--H.countdown<=0)){return ;}if(L||!K.cyclePause){if(H.before.length){F.each(H.before,function(Q,R){R.apply(O,[P,O,H,N]);});}var I=function(){if(F.browser.msie&&H.cleartype){this.style.removeAttribute("filter");}F.each(H.after,function(Q,R){R.apply(O,[P,O,H,N]);});};if(H.nextSlide!=H.currSlide){H.busy=1;if(H.fxFn){H.fxFn(P,O,H,I,N);}else{if(F.isFunction(F.fn.cycle[H.fx])){F.fn.cycle[H.fx](P,O,H,I);}else{F.fn.cycle.custom(P,O,H,I);}}}if(H.random){H.currSlide=H.nextSlide;if(++H.randomIndex==M.length){H.randomIndex=0;}H.nextSlide=H.randomMap[H.randomIndex];}else{var J=(H.nextSlide+1)==M.length;H.nextSlide=J?0:H.nextSlide+1;H.currSlide=J?M.length-1:H.nextSlide-1;}if(H.pager){F(H.pager).find("a").removeClass("activeSlide").filter("a:eq("+H.currSlide+")").addClass("activeSlide");
}}if(H.timeout){K.cycleTimeout=setTimeout(function(){D(M,H,0,!H.rev);},H.timeout);}}function E(H,I,L){var K=H[0].parentNode,J=K.cycleTimeout;if(J){clearTimeout(J);K.cycleTimeout=0;}I.nextSlide=I.currSlide+L;if(I.nextSlide<0){I.nextSlide=H.length-1;}else{if(I.nextSlide>=H.length){I.nextSlide=0;}}if(I.prevNextClick&&typeof I.prevNextClick=="function"){I.prevNextClick(L>0,I.nextSlide,H[I.nextSlide]);}D(H,I,1,L>=0);return false;}function G(I,J){var H=F(J.pager);F.each(I,function(K,M){var L=(typeof J.pagerAnchorBuilder=="function")?F(J.pagerAnchorBuilder(K,M)):F('<a href="#">'+(K+1)+"</a>");if(L.parents("body").length==0){L.appendTo(H);}L.bind("click",function(){J.nextSlide=K;var O=I[0].parentNode,N=O.cycleTimeout;if(N){clearTimeout(N);O.cycleTimeout=0;}if(typeof J.pagerClick=="function"){J.pagerClick(J.nextSlide,I[J.nextSlide]);}D(I,J,1,!J.rev);return false;});});H.find("a").filter("a:eq("+J.startingSlide+")").addClass("activeSlide");}function C(J){function I(K){var K=parseInt(K).toString(16);
return K.length<2?"0"+K:K;}function H(M){for(;M&&M.nodeName.toLowerCase()!="html";M=M.parentNode){var K=F.css(M,"background-color");if(K.indexOf("rgb")>=0){var L=K.match(/\d+/g);return"#"+I(L[0])+I(L[1])+I(L[2]);}if(K&&K!="transparent"){return K;}}return"#ffffff";}J.each(function(){F(this).css("background-color",H(this));});}F.fn.cycle.custom=function(N,K,L,H){var M=F(N),J=F(K);J.css(L.cssBefore);var I=function(){J.animate(L.animIn,L.speedIn,L.easeIn,H);};M.animate(L.animOut,L.speedOut,L.easeOut,function(){if(L.cssAfter){M.css(L.cssAfter);}if(!L.sync){I();}});if(L.sync){I();}};F.fn.cycle.transitions={fade:function(I,J,H){J.not(":eq("+H.startingSlide+")").css("opacity",0);H.before.push(function(){F(this).show();});H.animIn={opacity:1};H.animOut={opacity:0};H.cssAfter={display:"none"};}};F.fn.cycle.ver=function(){return A;};F.fn.cycle.defaults={fx:"fade",timeout:4000,speed:1000,speedIn:null,speedOut:null,click:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerAnchorBuilder:null,before:null,after:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,pause:0,autostop:0,delay:0,slideExpr:null,cleartype:0};
})(jQuery);jQuery.fn.cycle.transitions.scrollUp=function(B,C,A){B.css("overflow","hidden");A.before.push(function(F,D,E){jQuery(this).show();E.cssBefore.top=D.offsetHeight;E.animOut.top=0-F.offsetHeight;});A.cssFirst={top:0};A.animIn={top:0};A.cssAfter={display:"none"};};jQuery.fn.cycle.transitions.scrollDown=function(B,C,A){B.css("overflow","hidden");A.before.push(function(F,D,E){jQuery(this).show();E.cssBefore.top=0-D.offsetHeight;E.animOut.top=F.offsetHeight;});A.cssFirst={top:0};A.animIn={top:0};A.cssAfter={display:"none"};};jQuery.fn.cycle.transitions.scrollLeft=function(B,C,A){B.css("overflow","hidden");A.before.push(function(F,D,E){jQuery(this).show();E.cssBefore.left=D.offsetWidth;E.animOut.left=0-F.offsetWidth;});A.cssFirst={left:0};A.animIn={left:0};};jQuery.fn.cycle.transitions.scrollRight=function(B,C,A){B.css("overflow","hidden");A.before.push(function(F,D,E){jQuery(this).show();E.cssBefore.left=0-D.offsetWidth;E.animOut.left=F.offsetWidth;});A.cssFirst={left:0};A.animIn={left:0};
};jQuery.fn.cycle.transitions.scrollHorz=function(B,C,A){B.css("overflow","hidden").width();A.before.push(function(H,F,G,E){jQuery(this).show();var D=H.offsetWidth,I=F.offsetWidth;G.cssBefore=E?{left:I}:{left:-I};G.animIn.left=0;G.animOut.left=E?-D:D;C.not(H).css(G.cssBefore);});A.cssFirst={left:0};A.cssAfter={display:"none"};};jQuery.fn.cycle.transitions.scrollVert=function(B,C,A){B.css("overflow","hidden");A.before.push(function(I,F,G,E){jQuery(this).show();var H=I.offsetHeight,D=F.offsetHeight;G.cssBefore=E?{top:-D}:{top:D};G.animIn.top=0;G.animOut.top=E?H:-H;C.not(I).css(G.cssBefore);});A.cssFirst={top:0};A.cssAfter={display:"none"};};jQuery.fn.cycle.transitions.slideX=function(B,C,A){A.animIn={width:"show"};A.animOut={width:"hide"};};jQuery.fn.cycle.transitions.slideY=function(B,C,A){A.animIn={height:"show"};A.animOut={height:"hide"};};jQuery.fn.cycle.transitions.shuffle=function(D,E,C){var A=D.css("overflow","visible").width();E.css({left:0,top:0});C.before.push(function(){jQuery(this).show();
});C.speed=C.speed/2;C.random=0;C.shuffle=C.shuffle||{left:-A,top:15};C.els=[];for(var B=0;B<E.length;B++){C.els.push(E[B]);}for(var B=0;B<C.startingSlide;B++){C.els.push(C.els.shift());}C.fxFn=function(K,I,J,F,H){var G=H?jQuery(K):jQuery(I);G.animate(J.shuffle,J.speedIn,J.easeIn,function(){H?J.els.push(J.els.shift()):J.els.unshift(J.els.pop());if(H){for(var M=0,L=J.els.length;M<L;M++){jQuery(J.els[M]).css("z-index",L-M);}}else{var N=jQuery(K).css("z-index");G.css("z-index",parseInt(N)+1);}G.animate({left:0,top:0},J.speedOut,J.easeOut,function(){jQuery(H?this:K).hide();if(F){F();}});});};};jQuery.fn.cycle.transitions.turnUp=function(B,C,A){A.before.push(function(F,D,E){jQuery(this).show();E.cssBefore.top=D.cycleH;E.animIn.height=D.cycleH;});A.cssFirst={top:0};A.cssBefore={height:0};A.animIn={top:0};A.animOut={height:0};A.cssAfter={display:"none"};};jQuery.fn.cycle.transitions.turnDown=function(B,C,A){A.before.push(function(F,D,E){jQuery(this).show();E.animIn.height=D.cycleH;E.animOut.top=F.cycleH;
});A.cssFirst={top:0};A.cssBefore={top:0,height:0};A.animOut={height:0};A.cssAfter={display:"none"};};jQuery.fn.cycle.transitions.turnLeft=function(B,C,A){A.before.push(function(F,D,E){jQuery(this).show();E.cssBefore.left=D.cycleW;E.animIn.width=D.cycleW;});A.cssBefore={width:0};A.animIn={left:0};A.animOut={width:0};A.cssAfter={display:"none"};};jQuery.fn.cycle.transitions.turnRight=function(B,C,A){A.before.push(function(F,D,E){jQuery(this).show();E.animIn.width=D.cycleW;E.animOut.left=F.cycleW;});A.cssBefore={left:0,width:0};A.animIn={left:0};A.animOut={width:0};A.cssAfter={display:"none"};};jQuery.fn.cycle.transitions.zoom=function(B,C,A){A.cssFirst={top:0,left:0};A.cssAfter={display:"none"};A.before.push(function(F,D,E){jQuery(this).show();E.cssBefore={width:0,height:0,top:D.cycleH/2,left:D.cycleW/2};E.animIn={top:0,left:0,width:D.cycleW,height:D.cycleH};E.animOut={width:0,height:0,top:F.cycleH/2,left:F.cycleW/2};});};jQuery.fn.cycle.transitions.fadeZoom=function(B,C,A){A.before.push(function(F,D,E){E.cssBefore={width:0,height:0,opacity:1,left:D.cycleW/2,top:D.cycleH/2,zIndex:1};
E.animIn={top:0,left:0,width:D.cycleW,height:D.cycleH};});A.animOut={opacity:0};A.cssAfter={zIndex:0};};window.eipf=window.eipf||{};eipf.faq=eipf.faq||{};(function(A){A.defaults={autohide:false};A.showFaqItemsByCategory=function(){$(".faq-gear ol li").hide();var B="";$(".category-chooser select").each(function(){B+="."+$(this).val();});$(".faq-gear ol li"+B).show();};A.initFaqGear=function(C){var E=$.extend({},A.defaults,C);if($("div.faq-gear").length){var D=$(".faq-gear > ol > li > dl > dt");var B=$(".faq-gear > ol > li > dl > dd");B.not(".active").css("display","none");D.each(function(G){$(this).click(function(){if(E.autohide){if(!$(this).hasClass("active")){D.not($(this)).removeClass("active");B.hide("slow");}}$(".faq-gear dd").eq(G).animate({height:"toggle",opacity:"toggle"},"slow",function(){if($.browser.msie){$("div#footer").hide().show();}});$(this).toggleClass("active");return false;}).hover(function(){$(this).addClass("hover");},function(){$(this).removeClass("hover");});});if($("div.category-chooser select").length){var F=$("body").attr("class");
F=F.slice(F.indexOf("faq")+3,F.lastIndexOf("faq")).split("-").slice(1,-1);if(F instanceof Array&&F.length){$("select").each(function(G){if(!isNaN(parseInt(F[G]))){$(this).get(0).options[F[G]].selected=true;}});}A.showFaqItemsByCategory();$(".category-chooser select").change(A.showFaqItemsByCategory);}}};})(eipf.faq);function banner(){}function fireAll(){$(".synergy-gear .borderradius").append('<div class="extradiv01"></div><div class="extradiv02"></div><div class="extradiv03"><span></span></div>');$(".synergy-gear .imgbox").append('<span class="tlc"/><span class="trc"/><span class="blc"/><span class="brc"/>');eipf.faq.initFaqGear();}$(document).ready(fireAll);