(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,l){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]||!l)){if(j[1]){g=O.clean([j[1]],l);}else{var m=document.getElementById(j[3]);if(m&&m.id!=j[3]){return O().find(g);}var h=O(m||[]);h.context=document;h.selector=g;return h;}}else{return O(l).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,l,g){var j=O(h);j.prevObject=this;j.context=this.context;if(l==="find"){j.selector=this.selector+(this.selector?" ":"")+g;}else{if(l){j.selector=this.selector+"."+l+"("+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,l,j){var g=h;if(typeof h==="string"){if(l===G){return this[0]&&O[j||"attr"](this[0],h);}else{g={};g[h]=l;}}return this.each(function(m){for(h in g){O.attr(j?this.style:this,h,O.prop(this,g[h],j,m,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 m=this.outerHTML;
if(!m){var n=this.ownerDocument.createElement("div");n.appendChild(this.cloneNode(true));m=n.innerHTML;}return O.clean([m.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0];}else{return this.cloneNode(true);}});if(j===true){var l=this.find("*").andSelf(),h=0;g.find("*").andSelf().each(function(){if(this.nodeName!==l[h].nodeName){return ;}var m=O.data(l[h],"events");for(var o in m){for(var n in m[o]){O.event.add(this,o,m[o][n],m[o][n].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 l=this;while(l&&l.ownerDocument){if(j?j.index(l)>-1:O(l).is(g)){O.data(l,"closest",h);return l;}l=l.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 m=g.selectedIndex,p=[],q=g.options,l=g.type=="select-one";if(m<0){return null;}for(var h=l?m:0,n=l?m+1:q.length;h<n;h++){var j=q[h];if(j.selected){o=O(j).val();if(l){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 n=(this[0].ownerDocument||this[0]).createDocumentFragment(),h=O.clean(o,(this[0].ownerDocument||this[0]),n),m=n.firstChild;if(m){for(var j=0,g=this.length;j<g;j++){q.call(p(this[j],m),this.length>1||j>0?n.cloneNode(true):n);}}if(h){O.each(h,Z);}}return this;function p(l,t){return r&&O.nodeName(l,"table")&&O.nodeName(t,"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 n=arguments[0]||{},l=1,m=arguments.length,g=false,j;if(typeof n==="boolean"){g=n;n=arguments[1]||{};l=2;}if(typeof n!=="object"&&!O.isFunction(n)){n={};}if(m==l){n=this;--l;}for(;l<m;l++){if((j=arguments[l])!=null){for(var h in j){var o=n[h],p=j[h];if(n===p){continue;}if(g&&p&&typeof p==="object"&&!p.nodeType){n[h]=O.extend(g,o||(p.length!=null?[]:{}),p);}else{if(p!==G){n[h]=p;}}}}}return n;};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,l=0,m=j.length;if(h){if(m===G){for(g in j){if(o.apply(j[g],h)===false){break;}}}else{for(;l<m;){if(o.apply(j[l++],h)===false){break;}}}}else{if(m===G){for(g in j){if(o.call(j[g],g,j[g])===false){break;}}}else{for(var n=j[0];l<m&&o.call(n,l,n)!==false;n=j[++l]){}}}return j;},prop:function(l,m,j,h,g){if(O.isFunction(m)){m=m.call(l,h);}return typeof m==="number"&&j=="curCSS"&&!B.test(g)?m+"px":m;},className:{add:function(g,h){O.each((h||"").split(/\s+/),function(j,l){if(g.nodeType==1&&!O.className.has(g.className,l)){g.className+=(g.className?" ":"")+l;}});},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(l,j,m){var g={};for(var h in j){g[h]=l.style[h];l.style[h]=j[h];}m.call(l);for(var h in j){l.style[h]=g[h];}},css:function(l,h,n,g){if(h=="width"||h=="height"){var p,j={position:"absolute",visibility:"hidden",display:"block"},o=h=="width"?["Left","Right"]:["Top","Bottom"];function m(){p=h=="width"?l.offsetWidth:l.offsetHeight;if(g==="border"){return ;}O.each(o,function(){if(!g){p-=parseFloat(O.curCSS(l,"padding"+this,true))||0;}if(g==="margin"){p+=parseFloat(O.curCSS(l,"margin"+this,true))||0;}else{p-=parseFloat(O.curCSS(l,"border"+this+"Width",true))||0;}});}if(l.offsetWidth!==0){m();}else{O.swap(l,j,m);}return Math.max(0,Math.round(p));}return O.curCSS(l,h,n);},curCSS:function(m,h,j){var p,g=m.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(m,null);if(q){p=q.getPropertyValue(h);}if(h=="opacity"&&p==""){p="1";}}else{if(m.currentStyle){var n=h.replace(/\-(\w)/g,function(r,t){return t.toUpperCase();});p=m.currentStyle[h]||m.currentStyle[n];if(!/^\d+(px)?$/i.test(p)&&/^\d/.test(p)){var l=g.left,o=m.runtimeStyle.left;m.runtimeStyle.left=m.currentStyle.left;g.left=p||0;p=g.pixelLeft+"px";g.left=l;m.runtimeStyle.left=o;}}}}return p;},clean:function(h,o,m){o=o||document;if(typeof o.createElement==="undefined"){o=o.ownerDocument||o[0]&&o[0].ownerDocument||document;}if(!m&&h.length===1&&typeof h[0]==="string"){var l=/^<(\w+)\s*\/?>$/.exec(h[0]);if(l){return[o.createElement(l[1])];}}var j=[],g=[],p=o.createElement("div");O.each(h,function(u,AA){if(typeof AA==="number"){AA+="";}if(!AA){return ;}if(typeof AA==="string"){AA=AA.replace(/(<(\w+)[^>]*?)\/>/g,function(AC,AD,AB){return AB.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?AC:AD+"></"+AB+">";
});var t=AA.replace(/^\s+/,"").substring(0,10).toLowerCase();var v=!t.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!t.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||t.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!t.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!t.indexOf("<td")||!t.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!t.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!O.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];p.innerHTML=v[1]+AA+v[2];while(v[0]--){p=p.lastChild;}if(!O.support.tbody){var w=/<tbody/i.test(AA),r=!t.indexOf("<table")&&!w?p.firstChild&&p.firstChild.childNodes:v[1]=="<table>"&&!w?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(AA)){p.insertBefore(o.createTextNode(AA.match(/^\s*/)[0]),p.firstChild);}AA=O.makeArray(p.childNodes);
}if(AA.nodeType){j.push(AA);}else{j=O.merge(j,AA);}});if(m){for(var n=0;j[n];n++){if(O.nodeName(j[n],"script")&&(!j[n].type||j[n].type.toLowerCase()==="text/javascript")){g.push(j[n].parentNode?j[n].parentNode.removeChild(j[n]):j[n]);}else{if(j[n].nodeType===1){j.splice.apply(j,[n+1,0].concat(O.makeArray(j[n].getElementsByTagName("script"))));}m.appendChild(j[n]);}}return g;}return j;},attr:function(n,j,o){if(!n||n.nodeType==3||n.nodeType==8){return G;}var l=!O.isXMLDoc(n),p=o!==G;j=l&&O.props[j]||j;if(n.tagName){var h=/href|src|style/.test(j);if(j=="selected"&&n.parentNode){n.parentNode.selectedIndex;}if(j in n&&l&&!h){if(p){if(j=="type"&&O.nodeName(n,"input")&&n.parentNode){throw"type property can't be changed";}n[j]=o;}if(O.nodeName(n,"form")&&n.getAttributeNode(j)){return n.getAttributeNode(j).nodeValue;}if(j=="tabIndex"){var m=n.getAttributeNode("tabIndex");return m&&m.specified?m.value:n.nodeName.match(/(button|input|object|select|textarea)/i)?0:n.nodeName.match(/^(a|area)$/i)&&n.href?0:G;
}return n[j];}if(!O.support.style&&l&&j=="style"){return O.attr(n.style,"cssText",o);}if(p){n.setAttribute(j,""+o);}var g=!O.support.hrefNormalized&&l&&h?n.getAttribute(j,2):n.getAttribute(j);return g===null?G:g;}if(!O.support.opacity&&j=="opacity"){if(p){n.zoom=1;n.filter=(n.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(o)+""=="NaN"?"":"alpha(opacity="+o*100+")");}return n.filter&&n.filter.indexOf("opacity=")>=0?(parseFloat(n.filter.match(/opacity=([^)]*)/)[1])/100)+"":"";}j=j.replace(/-([a-z])/ig,function(q,r){return r.toUpperCase();});if(p){n[j]=o;}return n[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,l){for(var g=0,h=l.length;g<h;g++){if(l[g]===j){return g;}}return -1;},merge:function(l,g){var h=0,j,m=l.length;if(!O.support.getAll){while((j=g[h++])!=null){if(j.nodeType!=8){l[m++]=j;
}}}else{while((j=g[h++])!=null){l[m++]=j;}}return l;},unique:function(o){var h=[],g={};try{for(var j=0,l=o.length;j<l;j++){var n=O.data(o[j]);if(!g[n]){g[n]=true;h.push(o[j]);}}}catch(m){h=o;}return h;},grep:function(h,n,g){var j=[];for(var l=0,m=h.length;l<m;l++){if(!g!=!n(h[l],l)){j.push(h[l]);}}return j;},map:function(g,n){var h=[];for(var j=0,l=g.length;j<l;j++){var m=n(g[j],j);if(m!=null){h[h.length]=m;}}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 l=O.map(this,h);if(j&&typeof j=="string"){l=O.multiFilter(j,l);}return this.pushStack(O.unique(l),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,m=q.length;p<m;p++){var n=(p>0?this.clone(true):this).get();O.fn[h].apply(O(q[p]),n);o=o.concat(n);}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 l=h[H];if(!l){l=h[H]=++V;}if(g&&!O.cache[l]){O.cache[l]={};}if(j!==G){O.cache[l][g]=j;}return g?O.cache[l][g]:l;},removeData:function(h,g){h=h==L?a:h;var l=h[H];if(g){if(O.cache[l]){delete O.cache[l][g];g="";for(g in O.cache[l]){break;}if(!g){O.removeData(h);}}}else{try{delete h[H];}catch(j){if(h.removeAttribute){h.removeAttribute(H);}}delete O.cache[l];}},queue:function(h,g,l){if(h){g=(g||"fx")+"queue";var j=O.data(h,g);if(!j||O.isArray(l)){j=O.data(h,g,O.makeArray(l));}else{if(l){j.push(l);
}}}return j;},dequeue:function(l,j){var g=O.queue(l,j),h=g.shift();if(!j||j==="fx"){h=g[0];}if(h!==G){h.call(l);}}});O.fn.extend({data:function(g,j){var l=g.split(".");l[1]=l[1]?"."+l[1]:"";if(j===G){var h=this.triggerHandler("getData"+l[1]+"!",[l[0]]);if(h===G&&this.length){h=O.data(this[0],g);}return h===G&&l[1]?this.data(l[0]):h;}else{return this.trigger("setData"+l[1]+"!",[l[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 w=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,p=0,l=Object.prototype.toString;var h=function(AG,AC,AJ,AK){AJ=AJ||[];AC=AC||document;if(AC.nodeType!==1&&AC.nodeType!==9){return[];
}if(!AG||typeof AG!=="string"){return AJ;}var AH=[],AE,AN,AQ,AB,AL,AD,AF=true;w.lastIndex=0;while((AE=w.exec(AG))!==null){AH.push(AE[1]);if(AE[2]){AD=RegExp.rightContext;break;}}if(AH.length>1&&q.exec(AG)){if(AH.length===2&&m.relative[AH[0]]){AN=n(AH[0]+AH[1],AC);}else{AN=m.relative[AH[0]]?[AC]:h(AH.shift(),AC);while(AH.length){AG=AH.shift();if(m.relative[AG]){AG+=AH.shift();}AN=n(AG,AN);}}}else{var AM=AK?{expr:AH.pop(),set:g(AK)}:h.find(AH.pop(),AH.length===1&&AC.parentNode?AC.parentNode:AC,v(AC));AN=h.filter(AM.expr,AM.set);if(AH.length>0){AQ=g(AN);}else{AF=false;}while(AH.length){var AP=AH.pop(),AO=AP;if(!m.relative[AP]){AP="";}else{AO=AH.pop();}if(AO==null){AO=AC;}m.relative[AP](AQ,AO,v(AC));}}if(!AQ){AQ=AN;}if(!AQ){throw"Syntax error, unrecognized expression: "+(AP||AG);}if(l.call(AQ)==="[object Array]"){if(!AF){AJ.push.apply(AJ,AQ);}else{if(AC.nodeType===1){for(var AI=0;AQ[AI]!=null;AI++){if(AQ[AI]&&(AQ[AI]===true||AQ[AI].nodeType===1&&o(AC,AQ[AI]))){AJ.push(AN[AI]);}}}else{for(var AI=0;
AQ[AI]!=null;AI++){if(AQ[AI]&&AQ[AI].nodeType===1){AJ.push(AN[AI]);}}}}}else{g(AQ,AJ);}if(AD){h(AD,AC,AJ,AK);if(j){hasDuplicate=false;AJ.sort(j);if(hasDuplicate){for(var AI=1;AI<AJ.length;AI++){if(AJ[AI]===AJ[AI-1]){AJ.splice(AI--,1);}}}}}return AJ;};h.matches=function(AB,AC){return h(AB,null,null,AC);};h.find=function(AI,AB,AJ){var AH,AF;if(!AI){return[];}for(var AE=0,AD=m.order.length;AE<AD;AE++){var AG=m.order[AE],AF;if((AF=m.match[AG].exec(AI))){var AC=RegExp.leftContext;if(AC.substr(AC.length-1)!=="\\"){AF[1]=(AF[1]||"").replace(/\\/g,"");AH=m.find[AG](AF,AB,AJ);if(AH!=null){AI=AI.replace(m.match[AG],"");break;}}}}if(!AH){AH=AB.getElementsByTagName("*");}return{set:AH,expr:AI};};h.filter=function(AL,AK,AO,AE){var AD=AL,AQ=[],AI=AK,AG,AB,AH=AK&&AK[0]&&v(AK[0]);while(AL&&AK.length){for(var AJ in m.filter){if((AG=m.match[AJ].exec(AL))!=null){var AC=m.filter[AJ],AP,AN;AB=false;if(AI==AQ){AQ=[];}if(m.preFilter[AJ]){AG=m.preFilter[AJ](AG,AI,AO,AQ,AE,AH);if(!AG){AB=AP=true;}else{if(AG===true){continue;
}}}if(AG){for(var AF=0;(AN=AI[AF])!=null;AF++){if(AN){AP=AC(AN,AG,AF,AI);var AM=AE^!!AP;if(AO&&AP!=null){if(AM){AB=true;}else{AI[AF]=false;}}else{if(AM){AQ.push(AN);AB=true;}}}}}if(AP!==G){if(!AO){AI=AQ;}AL=AL.replace(m.match[AJ],"");if(!AB){return[];}break;}}}if(AL==AD){if(AB==null){throw"Syntax error, unrecognized expression: "+AL;}else{break;}}AD=AL;}return AI;};var m=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(AB){return AB.getAttribute("href");}},relative:{"+":function(AI,AB,AH){var AF=typeof AB==="string",AJ=AF&&!/\W/.test(AB),AG=AF&&!AJ;
if(AJ&&!AH){AB=AB.toUpperCase();}for(var AE=0,AD=AI.length,AC;AE<AD;AE++){if((AC=AI[AE])){while((AC=AC.previousSibling)&&AC.nodeType!==1){}AI[AE]=AG||AC&&AC.nodeName===AB?AC||false:AC===AB;}}if(AG){h.filter(AB,AI,true);}},">":function(AH,AC,AI){var AF=typeof AC==="string";if(AF&&!/\W/.test(AC)){AC=AI?AC:AC.toUpperCase();for(var AD=0,AB=AH.length;AD<AB;AD++){var AG=AH[AD];if(AG){var AE=AG.parentNode;AH[AD]=AE.nodeName===AC?AE:false;}}}else{for(var AD=0,AB=AH.length;AD<AB;AD++){var AG=AH[AD];if(AG){AH[AD]=AF?AG.parentNode:AG.parentNode===AC;}}if(AF){h.filter(AC,AH,true);}}},"":function(AE,AC,AG){var AD=p++,AB=AA;if(!AC.match(/\W/)){var AF=AC=AG?AC:AC.toUpperCase();AB=u;}AB("parentNode",AC,AD,AE,AF,AG);},"~":function(AE,AC,AG){var AD=p++,AB=AA;if(typeof AC==="string"&&!AC.match(/\W/)){var AF=AC=AG?AC:AC.toUpperCase();AB=u;}AB("previousSibling",AC,AD,AE,AF,AG);}},find:{ID:function(AC,AD,AE){if(typeof AD.getElementById!=="undefined"&&!AE){var AB=AD.getElementById(AC[1]);return AB?[AB]:[];}},NAME:function(AD,AG,AH){if(typeof AG.getElementsByName!=="undefined"){var AC=[],AF=AG.getElementsByName(AD[1]);
for(var AE=0,AB=AF.length;AE<AB;AE++){if(AF[AE].getAttribute("name")===AD[1]){AC.push(AF[AE]);}}return AC.length===0?null:AC;}},TAG:function(AB,AC){return AC.getElementsByTagName(AB[1]);}},preFilter:{CLASS:function(AE,AC,AD,AB,AH,AI){AE=" "+AE[1].replace(/\\/g,"")+" ";if(AI){return AE;}for(var AF=0,AG;(AG=AC[AF])!=null;AF++){if(AG){if(AH^(AG.className&&(" "+AG.className+" ").indexOf(AE)>=0)){if(!AD){AB.push(AG);}}else{if(AD){AC[AF]=false;}}}}return false;},ID:function(AB){return AB[1].replace(/\\/g,"");},TAG:function(AC,AB){for(var AD=0;AB[AD]===false;AD++){}return AB[AD]&&v(AB[AD])?AC[1]:AC[1].toUpperCase();},CHILD:function(AB){if(AB[1]=="nth"){var AC=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(AB[2]=="even"&&"2n"||AB[2]=="odd"&&"2n+1"||!/\D/.test(AB[2])&&"0n+"+AB[2]||AB[2]);AB[2]=(AC[1]+(AC[2]||1))-0;AB[3]=AC[3]-0;}AB[0]=p++;return AB;},ATTR:function(AF,AC,AD,AB,AG,AH){var AE=AF[1].replace(/\\/g,"");if(!AH&&m.attrMap[AE]){AF[1]=m.attrMap[AE];}if(AF[2]==="~="){AF[4]=" "+AF[4]+" ";}return AF;},PSEUDO:function(AF,AC,AD,AB,AG){if(AF[1]==="not"){if(AF[3].match(w).length>1||/^\w/.test(AF[3])){AF[3]=h(AF[3],null,null,AC);
}else{var AE=h.filter(AF[3],AC,AD,true^AG);if(!AD){AB.push.apply(AB,AE);}return false;}}else{if(m.match.POS.test(AF[0])||m.match.CHILD.test(AF[0])){return true;}}return AF;},POS:function(AB){AB.unshift(true);return AB;}},filters:{enabled:function(AB){return AB.disabled===false&&AB.type!=="hidden";},disabled:function(AB){return AB.disabled===true;},checked:function(AB){return AB.checked===true;},selected:function(AB){AB.parentNode.selectedIndex;return AB.selected===true;},parent:function(AB){return !!AB.firstChild;},empty:function(AB){return !AB.firstChild;},has:function(AD,AC,AB){return !!h(AB[3],AD).length;},header:function(AB){return/h\d/i.test(AB.nodeName);},text:function(AB){return"text"===AB.type;},radio:function(AB){return"radio"===AB.type;},checkbox:function(AB){return"checkbox"===AB.type;},file:function(AB){return"file"===AB.type;},password:function(AB){return"password"===AB.type;},submit:function(AB){return"submit"===AB.type;},image:function(AB){return"image"===AB.type;},reset:function(AB){return"reset"===AB.type;
},button:function(AB){return"button"===AB.type||AB.nodeName.toUpperCase()==="BUTTON";},input:function(AB){return/input|select|textarea|button/i.test(AB.nodeName);}},setFilters:{first:function(AC,AB){return AB===0;},last:function(AD,AC,AB,AE){return AC===AE.length-1;},even:function(AC,AB){return AB%2===0;},odd:function(AC,AB){return AB%2===1;},lt:function(AD,AC,AB){return AC<AB[3]-0;},gt:function(AD,AC,AB){return AC>AB[3]-0;},nth:function(AD,AC,AB){return AB[3]-0==AC;},eq:function(AD,AC,AB){return AB[3]-0==AC;}},filter:{PSEUDO:function(AH,AD,AE,AI){var AC=AD[1],AF=m.filters[AC];if(AF){return AF(AH,AE,AD,AI);}else{if(AC==="contains"){return(AH.textContent||AH.innerText||"").indexOf(AD[3])>=0;}else{if(AC==="not"){var AG=AD[3];for(var AE=0,AB=AG.length;AE<AB;AE++){if(AG[AE]===AH){return false;}}return true;}}}},CHILD:function(AB,AE){var AH=AE[1],AC=AB;switch(AH){case"only":case"first":while(AC=AC.previousSibling){if(AC.nodeType===1){return false;}}if(AH=="first"){return true;}AC=AB;case"last":while(AC=AC.nextSibling){if(AC.nodeType===1){return false;
}}return true;case"nth":var AD=AE[2],AK=AE[3];if(AD==1&&AK==0){return true;}var AG=AE[0],AJ=AB.parentNode;if(AJ&&(AJ.sizcache!==AG||!AB.nodeIndex)){var AF=0;for(AC=AJ.firstChild;AC;AC=AC.nextSibling){if(AC.nodeType===1){AC.nodeIndex=++AF;}}AJ.sizcache=AG;}var AI=AB.nodeIndex-AK;if(AD==0){return AI==0;}else{return(AI%AD==0&&AI/AD>=0);}}},ID:function(AC,AB){return AC.nodeType===1&&AC.getAttribute("id")===AB;},TAG:function(AC,AB){return(AB==="*"&&AC.nodeType===1)||AC.nodeName===AB;},CLASS:function(AC,AB){return(" "+(AC.className||AC.getAttribute("class"))+" ").indexOf(AB)>-1;},ATTR:function(AG,AE){var AD=AE[1],AB=m.attrHandle[AD]?m.attrHandle[AD](AG):AG[AD]!=null?AG[AD]:AG.getAttribute(AD),AH=AB+"",AF=AE[2],AC=AE[4];return AB==null?AF==="!=":AF==="="?AH===AC:AF==="*="?AH.indexOf(AC)>=0:AF==="~="?(" "+AH+" ").indexOf(AC)>=0:!AC?AH&&AB!==false:AF==="!="?AH!=AC:AF==="^="?AH.indexOf(AC)===0:AF==="$="?AH.substr(AH.length-AC.length)===AC:AF==="|="?AH===AC||AH.substr(0,AC.length+1)===AC+"-":false;
},POS:function(AF,AC,AD,AG){var AB=AC[2],AE=m.setFilters[AB];if(AE){return AE(AF,AD,AC,AG);}}}};var q=m.match.POS;for(var t in m.match){m.match[t]=RegExp(m.match[t].source+/(?![^\[]*\])(?![^\(]*\))/.source);}var g=function(AC,AB){AC=Array.prototype.slice.call(AC);if(AB){AB.push.apply(AB,AC);return AB;}return AC;};try{Array.prototype.slice.call(document.documentElement.childNodes);}catch(r){g=function(AF,AE){var AC=AE||[];if(l.call(AF)==="[object Array]"){Array.prototype.push.apply(AC,AF);}else{if(typeof AF.length==="number"){for(var AD=0,AB=AF.length;AD<AB;AD++){AC.push(AF[AD]);}}else{for(var AD=0;AF[AD];AD++){AC.push(AF[AD]);}}}return AC;};}var j;if(document.documentElement.compareDocumentPosition){j=function(AC,AB){var AD=AC.compareDocumentPosition(AB)&4?-1:AC===AB?0:1;if(AD===0){hasDuplicate=true;}return AD;};}else{if("sourceIndex" in document.documentElement){j=function(AC,AB){var AD=AC.sourceIndex-AB.sourceIndex;if(AD===0){hasDuplicate=true;}return AD;};}else{if(document.createRange){j=function(AE,AC){var AD=AE.ownerDocument.createRange(),AB=AC.ownerDocument.createRange();
AD.selectNode(AE);AD.collapse(true);AB.selectNode(AC);AB.collapse(true);var AF=AD.compareBoundaryPoints(Range.START_TO_END,AB);if(AF===0){hasDuplicate=true;}return AF;};}}}(function(){var AC=document.createElement("form"),AD="script"+(new Date).getTime();AC.innerHTML="<input name='"+AD+"'/>";var AB=document.documentElement;AB.insertBefore(AC,AB.firstChild);if(!!document.getElementById(AD)){m.find.ID=function(AF,AG,AH){if(typeof AG.getElementById!=="undefined"&&!AH){var AE=AG.getElementById(AF[1]);return AE?AE.id===AF[1]||typeof AE.getAttributeNode!=="undefined"&&AE.getAttributeNode("id").nodeValue===AF[1]?[AE]:G:[];}};m.filter.ID=function(AG,AE){var AF=typeof AG.getAttributeNode!=="undefined"&&AG.getAttributeNode("id");return AG.nodeType===1&&AF&&AF.nodeValue===AE;};}AB.removeChild(AC);})();(function(){var AB=document.createElement("div");AB.appendChild(document.createComment(""));if(AB.getElementsByTagName("*").length>0){m.find.TAG=function(AC,AG){var AF=AG.getElementsByTagName(AC[1]);
if(AC[1]==="*"){var AE=[];for(var AD=0;AF[AD];AD++){if(AF[AD].nodeType===1){AE.push(AF[AD]);}}AF=AE;}return AF;};}AB.innerHTML="<a href='#'></a>";if(AB.firstChild&&typeof AB.firstChild.getAttribute!=="undefined"&&AB.firstChild.getAttribute("href")!=="#"){m.attrHandle.href=function(AC){return AC.getAttribute("href",2);};}})();if(document.querySelectorAll){(function(){var AB=h,AC=document.createElement("div");AC.innerHTML="<p class='TEST'></p>";if(AC.querySelectorAll&&AC.querySelectorAll(".TEST").length===0){return ;}h=function(AG,AF,AD,AE){AF=AF||document;if(!AE&&AF.nodeType===9&&!v(AF)){try{return g(AF.querySelectorAll(AG),AD);}catch(AH){}}return AB(AG,AF,AD,AE);};h.find=AB.find;h.filter=AB.filter;h.selectors=AB.selectors;h.matches=AB.matches;})();}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var AB=document.createElement("div");AB.innerHTML="<div class='test e'></div><div class='test'></div>";if(AB.getElementsByClassName("e").length===0){return ;
}AB.lastChild.className="e";if(AB.getElementsByClassName("e").length===1){return ;}m.order.splice(1,0,"CLASS");m.find.CLASS=function(AC,AD,AE){if(typeof AD.getElementsByClassName!=="undefined"&&!AE){return AD.getElementsByClassName(AC[1]);}};})();}function u(AC,AH,AG,AL,AI,AK){var AJ=AC=="previousSibling"&&!AK;for(var AE=0,AD=AL.length;AE<AD;AE++){var AB=AL[AE];if(AB){if(AJ&&AB.nodeType===1){AB.sizcache=AG;AB.sizset=AE;}AB=AB[AC];var AF=false;while(AB){if(AB.sizcache===AG){AF=AL[AB.sizset];break;}if(AB.nodeType===1&&!AK){AB.sizcache=AG;AB.sizset=AE;}if(AB.nodeName===AH){AF=AB;break;}AB=AB[AC];}AL[AE]=AF;}}}function AA(AC,AH,AG,AL,AI,AK){var AJ=AC=="previousSibling"&&!AK;for(var AE=0,AD=AL.length;AE<AD;AE++){var AB=AL[AE];if(AB){if(AJ&&AB.nodeType===1){AB.sizcache=AG;AB.sizset=AE;}AB=AB[AC];var AF=false;while(AB){if(AB.sizcache===AG){AF=AL[AB.sizset];break;}if(AB.nodeType===1){if(!AK){AB.sizcache=AG;AB.sizset=AE;}if(typeof AH!=="string"){if(AB===AH){AF=true;break;}}else{if(h.filter(AH,[AB]).length>0){AF=AB;
break;}}}AB=AB[AC];}AL[AE]=AF;}}}var o=document.compareDocumentPosition?function(AC,AB){return AC.compareDocumentPosition(AB)&16;}:function(AC,AB){return AC!==AB&&(AC.contains?AC.contains(AB):true);};var v=function(AB){return AB.nodeType===9&&AB.documentElement.nodeName!=="HTML"||!!AB.ownerDocument&&v(AB.ownerDocument);};var n=function(AB,AI){var AE=[],AF="",AG,AD=AI.nodeType?[AI]:AI;while((AG=m.match.PSEUDO.exec(AB))){AF+=AG[0];AB=AB.replace(m.match.PSEUDO,"");}AB=m.relative[AB]?AB+"*":AB;for(var AH=0,AC=AD.length;AH<AC;AH++){h(AB,AD[AH],AE);}return h.filter(AF,AE);};O.find=h;O.filter=h.filter;O.expr=h.selectors;O.expr[":"]=O.expr.filters;h.selectors.filters.hidden=function(AB){return AB.offsetWidth===0||AB.offsetHeight===0;};h.selectors.filters.visible=function(AB){return AB.offsetWidth>0||AB.offsetHeight>0;};h.selectors.filters.animated=function(AB){return O.grep(O.timers,function(AC){return AB===AC.elem;}).length;};O.multiFilter=function(AD,AB,AC){if(AC){AD=":not("+AD+")";}return h.matches(AD,AB);
};O.dir=function(AD,AC){var AB=[],AE=AD[AC];while(AE&&AE!=document){if(AE.nodeType==1){AB.push(AE);}AE=AE[AC];}return AB;};O.nth=function(AF,AB,AD,AE){AB=AB||1;var AC=0;for(;AF;AF=AF[AD]){if(AF.nodeType==1&&++AC==AB){break;}}return AF;};O.sibling=function(AD,AC){var AB=[];for(;AD;AD=AD.nextSibling){if(AD.nodeType==1&&AD!=AC){AB.push(AD);}}return AB;};return ;L.Sizzle=h;})();O.event={add:function(m,h,l,o){if(m.nodeType==3||m.nodeType==8){return ;}if(m.setInterval&&m!=L){m=L;}if(!l.guid){l.guid=this.guid++;}if(o!==G){var j=l;l=this.proxy(j);l.data=o;}var g=O.data(m,"events")||O.data(m,"events",{}),n=O.data(m,"handle")||O.data(m,"handle",function(){return typeof O!=="undefined"&&!O.event.triggered?O.event.handle.apply(arguments.callee.elem,arguments):G;});n.elem=m;O.each(h.split(/\s+/),function(q,r){var t=r.split(".");r=t.shift();l.type=t.slice().sort().join(".");var p=g[r];if(O.event.specialAll[r]){O.event.specialAll[r].setup.call(m,o,t);}if(!p){p=g[r]={};if(!O.event.special[r]||O.event.special[r].setup.call(m,o,t)===false){if(m.addEventListener){m.addEventListener(r,n,false);
}else{if(m.attachEvent){m.attachEvent("on"+r,n);}}}}p[l.guid]=l;O.event.global[r]=true;});m=null;},guid:1,global:{},remove:function(o,l,n){if(o.nodeType==3||o.nodeType==8){return ;}var j=O.data(o,"events"),h,g;if(j){if(l===G||(typeof l==="string"&&l.charAt(0)==".")){for(var m in j){this.remove(o,m+(l||""));}}else{if(l.type){n=l.handler;l=l.type;}O.each(l.split(/\s+/),function(q,t){var v=t.split(".");t=v.shift();var r=RegExp("(^|\\.)"+v.slice().sort().join(".*\\.")+"(\\.|$)");if(j[t]){if(n){delete j[t][n.guid];}else{for(var u in j[t]){if(r.test(j[t][u].type)){delete j[t][u];}}}if(O.event.specialAll[t]){O.event.specialAll[t].teardown.call(o,v);}for(h in j[t]){break;}if(!h){if(!O.event.special[t]||O.event.special[t].teardown.call(o,v)===false){if(o.removeEventListener){o.removeEventListener(t,O.data(o,"handle"),false);}else{if(o.detachEvent){o.detachEvent("on"+t,O.data(o,"handle"));}}}h=null;delete j[t];}}});}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(m,o,l,g){var j=m.type||m;if(!g){m=typeof m==="object"?m[H]?m:O.extend(O.Event(j),m):O.Event(j);if(j.indexOf("!")>=0){m.type=j=j.slice(0,-1);m.exclusive=true;}if(!l){m.stopPropagation();if(this.global[j]){O.each(O.cache,function(){if(this.events&&this.events[j]){O.event.trigger(m,o,this.handle.elem);}});}}if(!l||l.nodeType==3||l.nodeType==8){return G;}m.result=G;m.target=l;o=O.makeArray(o);o.unshift(m);}m.currentTarget=l;var n=O.data(l,"handle");if(n){n.apply(l,o);}if((!l[j]||(O.nodeName(l,"a")&&j=="click"))&&l["on"+j]&&l["on"+j].apply(l,o)===false){m.result=false;}if(!g&&l[j]&&!m.isDefaultPrevented()&&!(O.nodeName(l,"a")&&j=="click")){this.triggered=true;try{l[j]();}catch(p){}}this.triggered=false;if(!m.isPropagationStopped()){var h=l.parentNode||l.ownerDocument;if(h){O.event.trigger(m,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 n=RegExp("(^|\\.)"+q.slice().sort().join(".*\\.")+"(\\.|$)");g=(O.data(this,"events")||{})[p.type];for(var l in g){var m=g[l];if(o||n.test(m.type)){p.handler=m;p.data=m.data;var h=m.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(l){if(l[H]){return l;}var h=l;l=O.Event(h);for(var j=this.props.length,n;j;){n=this.props[--j];l[n]=h[n];}if(!l.target){l.target=l.srcElement||document;}if(l.target.nodeType==3){l.target=l.target.parentNode;}if(!l.relatedTarget&&l.fromElement){l.relatedTarget=l.fromElement==l.target?l.toElement:l.fromElement;}if(l.pageX==null&&l.clientX!=null){var m=document.documentElement,g=document.body;
l.pageX=l.clientX+(m&&m.scrollLeft||g&&g.scrollLeft||0)-(m.clientLeft||0);l.pageY=l.clientY+(m&&m.scrollTop||g&&g.scrollTop||0)-(m.clientTop||0);}if(!l.which&&((l.charCode||l.charCode===0)?l.charCode:l.keyCode)){l.which=l.charCode||l.keyCode;}if(!l.metaKey&&l.ctrlKey){l.metaKey=l.ctrlKey;}if(!l.which&&l.button){l.which=(l.button&1?1:(l.button&2?3:(l.button&4?2:0)));}return l;},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,l,h){var g=O.event.proxy(h||l,function(m){O(this).unbind(m,g);return(h||l).apply(this,arguments);});return this.each(function(){O.event.add(this,j,g,h&&l);});},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(l){this.lastToggle=(this.lastToggle||0)%h;l.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(l){var g=RegExp("(^|\\.)"+l.type+"(\\.|$)"),j=true,h=[];O.each(O.data(this,"events").live||[],function(m,n){if(g.test(n.type)){var o=O(l.target).closest(n.data)[0];if(o){h.push({elem:o,fn:n});}}});h.sort(function(n,m){return O.data(n.elem,"closest")-O.data(m.elem,"closest");});O.each(h,function(){if(this.fn.call(this.elem,l,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"),n="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 l=o.getElementsByTagName("*"),g=o.getElementsByTagName("a")[0];if(!l||!l.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."+n+"=1;"));}catch(m){}h.insertBefore(j,h.firstChild);if(L[n]){O.support.scriptEval=true;delete L[n];}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,n,o){if(typeof j!=="string"){return this._load(j);}var m=j.indexOf(" ");if(m>=0){var g=j.slice(m,j.length);j=j.slice(0,m);}var l="GET";if(n){if(O.isFunction(n)){o=n;n=null;}else{if(typeof n==="object"){n=O.param(n);l="POST";}}}var h=this;O.ajax({url:j,type:l,dataType:"html",data:n,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(m,l){return{name:h.name,value:m};}):{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,l,h){if(O.isFunction(j)){l=j;j=null;}return O.ajax({type:"GET",url:g,data:j,success:l,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,l,h){if(O.isFunction(j)){l=j;j={};}return O.ajax({type:"POST",url:g,data:j,success:l,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(AF){AD=AF;m();p();L[AE]=G;try{delete L[AE];}catch(AG){}if(l){l.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 l=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;m();p();AB.onload=AB.onreadystatechange=null;l.removeChild(AB);}};}l.appendChild(AB);
return G;}var o=false;var n=q.xhr();if(q.username){n.open(j,q.url,q.async,q.username,q.password);}else{n.open(j,q.url,q.async);}try{if(q.data){n.setRequestHeader("Content-Type",q.contentType);}if(q.ifModified){n.setRequestHeader("If-Modified-Since",O.lastModified[q.url]||"Thu, 01 Jan 1970 00:00:00 GMT");}n.setRequestHeader("X-Requested-With","XMLHttpRequest");n.setRequestHeader("Accept",q.dataType&&q.accepts[q.dataType]?q.accepts[q.dataType]+", */*":q.accepts._default);}catch(AA){}if(q.beforeSend&&q.beforeSend(n,q)===false){if(q.global&&!--O.active){O.event.trigger("ajaxStop");}n.abort();return false;}if(q.global){O.event.trigger("ajaxSend",[n,q]);}var r=function(AF){if(n.readyState==0){if(u){clearInterval(u);u=null;if(q.global&&!--O.active){O.event.trigger("ajaxStop");}}}else{if(!o&&n&&(n.readyState==4||AF=="timeout")){o=true;if(u){clearInterval(u);u=null;}w=AF=="timeout"?"timeout":!O.httpSuccess(n)?"error":q.ifModified&&O.httpNotModified(n,q.url)?"notmodified":"success";if(w=="success"){try{AD=O.httpData(n,q.dataType,q);
}catch(AH){w="parsererror";}}if(w=="success"){var AG;try{AG=n.getResponseHeader("Last-Modified");}catch(AH){}if(q.ifModified&&AG){O.lastModified[q.url]=AG;}if(!AE){m();}}else{O.handleError(q,n,w);}p();if(AF){n.abort();}if(q.async){n=null;}}}};if(q.async){var u=setInterval(r,13);if(q.timeout>0){setTimeout(function(){if(n&&!o){r("timeout");}},q.timeout);}}try{n.send(q.data);}catch(AA){O.handleError(q,n,null,AA);}if(!q.async){r();}function m(){if(q.success){q.success(AD,w);}if(q.global){O.event.trigger("ajaxSuccess",[n,q]);}}function p(){if(q.complete){q.complete(n,w);}if(q.global){O.event.trigger("ajaxComplete",[n,q]);}if(q.global&&!--O.active){O.event.trigger("ajaxStop");}}return n;},handleError:function(h,l,g,j){if(h.error){h.error(l,g,j);}if(h.global){O.event.trigger("ajaxError",[l,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 l=j.getResponseHeader("Last-Modified");
return j.status==304||l==O.lastModified[g];}catch(h){}return false;},httpData:function(n,l,j){var h=n.getResponseHeader("content-type"),g=l=="xml"||!l&&h&&h.indexOf("xml")>=0,m=g?n.responseXML:n.responseText;if(g&&m.documentElement.tagName=="parsererror"){throw"parsererror";}if(j&&j.dataFilter){m=j.dataFilter(m,l);}if(typeof m==="string"){if(l=="script"){O.globalEval(m);}if(l=="json"){m=L["eval"]("("+m+")");}}return m;},param:function(g){var l=[];function m(j,n){l[l.length]=encodeURIComponent(j)+"="+encodeURIComponent(n);}if(O.isArray(g)||g.jquery){O.each(g,function(){m(this.name,this.value);});}else{for(var h in g){if(O.isArray(g[h])){O.each(g[h],function(){m(h,this);});}else{m(h,O.isFunction(g[h])?g[h]():g[h]);}}}return l.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 m=0,h=this.length;m<h;m++){var g=O.data(this[m],"olddisplay");this[m].style.display=g||"";if(O.css(this[m],"display")==="none"){var j=this[m].tagName,p;if(M[j]){p=M[j];}else{var n=O("<"+j+" />").appendTo("body");p=n.css("display");if(p==="none"){p="block";}n.remove();M[j]=p;}O.data(this[m],"olddisplay",p);}}for(var m=0,h=this.length;m<h;m++){this[m].style.display=O.data(this[m],"olddisplay")||"";}return this;}},hide:function(m,n){if(m){return this.animate(T("hide",3),m,n);}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 l=g?j:O(this).is(":hidden");
O(this)[l?"show":"hide"]();}):this.animate(T("toggle",3),j,h);},fadeTo:function(g,j,h){return this.animate({opacity:j},g,h);},animate:function(m,h,l,j){var g=O.speed(h,l,j);return this[g.queue===false?"each":"queue"](function(){var o=O.extend({},g),r,q=this.nodeType==1&&O(this).is(":hidden"),n=this;for(r in m){if(m[r]=="hide"&&q||m[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({},m);O.each(m,function(t,AA){var w=new O.fx(n,o,t);if(/toggle|show|hide/.test(AA)){w[AA=="toggle"?q?"show":"hide":AA](m);}else{var v=AA.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),AB=w.cur(true)||0;if(v){var p=parseFloat(v[2]),u=v[3]||"px";if(u!="px"){n.style[t]=(p||1)+u;AB=((p||1)/w.cur(true))*AB;n.style[t]=AB+u;}if(v[1]){p=((v[1]=="-="?-1:1)*p)+AB;}w.custom(AB,p,u);}else{w.custom(AB,AA,"");}}});return true;});},stop:function(h,g){var j=O.timers;
if(h){this.queue([]);}this.each(function(){for(var l=j.length-1;l>=0;l--){if(j[l].elem==this){if(g){j[l](true);}j.splice(l,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,l){return this.animate(h,j,l);};});O.extend({speed:function(j,l,h){var g=typeof j==="object"?j:{complete:h||!h&&l||O.isFunction(j)&&j,duration:j,easing:h&&l||l&&!O.isFunction(l)&&l};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,l,g,h){return g+h*j;},swing:function(j,l,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(m,l,j){this.startTime=E();this.start=m;this.end=l;this.unit=j||this.unit||"px";this.now=this.start;this.pos=this.state=0;var g=this;function h(n){return g.step(n);}h.elem=this.elem;if(h()&&O.timers.push(h)&&!N){N=setInterval(function(){var o=O.timers;for(var n=0;n<o.length;n++){if(!o[n]()){o.splice(n--,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(l){var j=E();if(l||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 m in this.options.curAnim){O.attr(this.elem.style,m,this.options.orig[m]);}}this.options.complete.call(this.elem);}return false;}else{var o=j-this.startTime;this.state=o/this.options.duration;this.pos=O.easing[this.options.easing||(O.easing.swing?"swing":"linear")](this.state,o,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(),n=this[0].ownerDocument,h=n.body,g=n.documentElement,p=g.clientTop||h.clientTop||0,o=g.clientLeft||h.clientLeft||0,m=j.top+(self.pageYOffset||O.boxModel&&g.scrollTop||h.scrollTop)-p,l=j.left+(self.pageXOffset||O.boxModel&&g.scrollLeft||h.scrollLeft)-o;return{top:m,left:l};};}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 n=this[0],j=n.offsetParent,h=n,t=n.ownerDocument,q,l=t.documentElement,o=t.body,p=t.defaultView,g=p.getComputedStyle(n,null),r=n.offsetTop,m=n.offsetLeft;while((n=n.parentNode)&&n!==o&&n!==l){q=p.getComputedStyle(n,null);
r-=n.scrollTop,m-=n.scrollLeft;if(n===j){r+=n.offsetTop,m+=n.offsetLeft;if(O.offset.doesNotAddBorder&&!(O.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(n.tagName))){r+=parseInt(q.borderTopWidth,10)||0,m+=parseInt(q.borderLeftWidth,10)||0;}h=j,j=n.offsetParent;}if(O.offset.subtractsBorderForOverflowNotVisible&&q.overflow!=="visible"){r+=parseInt(q.borderTopWidth,10)||0,m+=parseInt(q.borderLeftWidth,10)||0;}g=q;}if(g.position==="relative"||g.position==="static"){r+=o.offsetTop,m+=o.offsetLeft;}if(g.position==="fixed"){r+=Math.max(l.scrollTop,o.scrollTop),m+=Math.max(l.scrollLeft,o.scrollLeft);}return{top:r,left:m};};}O.offset={initialize:function(){if(this.initialized){return ;}var p=document.body,h=document.createElement("div"),l,j,r,m,q,g,n=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);l=h.firstChild,j=l.firstChild,m=l.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(j.offsetTop!==5);this.doesAddBorderForTableAndCells=(m.offsetTop===5);l.style.overflow="hidden",l.style.position="relative";this.subtractsBorderForOverflowNotVisible=(j.offsetTop===-5);p.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(p.offsetTop===0);p.style.marginTop=n;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 m=0,l=0,h;if(this[0]){var j=this.offsetParent(),n=this.offset(),g=/^body|html$/i.test(j[0].tagName)?{top:0,left:0}:j.offset();
n.top-=J(this,"marginTop");n.left-=J(this,"marginLeft");g.top+=J(j,"borderTopWidth");g.left+=J(j,"borderLeftWidth");h={top:n.top-g.top,left:n.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(l){if(!this[0]){return null;}return l!==G?this.each(function(){this==L||this==document?L.scrollTo(!h?l:O(L).scrollLeft(),h?l:O(L).scrollTop()):this[j]=l;}):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(m,j){var g=m?"Left":"Top",l=m?"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 n=j.toLowerCase();
O.fn[n]=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],n):null):this.css(n,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();});(function(A){A.fn.alphanumeric=function(B){B=A.extend({ichars:"!@#$%^&*()+=[]\\';,/{}|\":<>?~`.- ",nchars:"",allow:""},B);return this.each(function(){if(B.nocaps){B.nchars+="ABCDEFGHIJKLMNOPQRSTUVWXYZ";}if(B.allcaps){B.nchars+="abcdefghijklmnopqrstuvwxyz";}s=B.allow.split("");for(i=0;i<s.length;i++){if(B.ichars.indexOf(s[i])!=-1){s[i]="\\"+s[i];}}B.allow=s.join("|");var D=new RegExp(B.allow,"gi");
var C=B.ichars+B.nchars;C=C.replace(D,"");A(this).keypress(function(E){if(!E.charCode){k=String.fromCharCode(E.which);}else{k=String.fromCharCode(E.charCode);}if(C.indexOf(k)!=-1){E.preventDefault();}if(E.ctrlKey&&k=="v"){E.preventDefault();}});A(this).bind("contextmenu",function(){return false;});});};A.fn.numeric=function(C){var B="abcdefghijklmnopqrstuvwxyz";B+=B.toUpperCase();C=A.extend({nchars:B},C);return this.each(function(){A(this).alphanumeric(C);});};A.fn.alpha=function(C){var B="1234567890";C=A.extend({nchars:B},C);return this.each(function(){A(this).alphanumeric(C);});};})(jQuery);window.eipf=window.eipf||{};eipf.BmiCalculatorImpl=function(){this.initialize();};$.extend(eipf.BmiCalculatorImpl.prototype,{variables:{calculator:$("#bmi-calculator"),calculatorErrors:$("#bmi-calculator-errors"),calculatorResults:$("#bmi-calculator-results")},initialize:function(){this.variables.calculator=$("#bmi-calculator");this.variables.calculatorErrors=$("#bmi-calculator-errors");this.variables.calculatorResults=$("#bmi-calculator-results");
this.variables.calculator.find(":text").one("click focus",function(){$(this).val("").numeric();});this.variables.calculator.find(":submit").bind("click",function(){eipf.bmiCalculator.computeBmi();});},computeBmi:function(){var B=30.48,A=2.54,G=0.4536;var J=0,D=0;var H=this.getVal("heightCM"),C=this.getVal("heightFT"),F=this.getVal("heightIN"),E=this.getVal("weightKG"),I=this.getVal("weightPD");this.variables.calculatorResults.find("p").hide();this.variables.calculatorErrors.find("p").hide();if(H){J=H;}else{if(C){J=(C*B);if(F){J+=(F*A);}}else{this.showMessage("error","height-empty");}}if(J<0){this.showMessage("error","height-positiv");}if(E){D=E;}else{if(I){D=(I*G);}else{this.showMessage("error","weight-empty");}}if(D<0){this.showMessage("error","weight-positiv");}var K=this.computeBmiInternal(J,D);if(!isNaN(K)){this.variables.calculatorResults.find("#bmi_result_number").html("<strong>BMI:</strong> "+K).show();}else{this.variables.calculatorResults.find("#bmi_result_number").hide();}if(K<=18.5){this.showMessage("result","bmi_lower_than_18_5");
}else{if((18.5<K)&&(K<25)){this.showMessage("result","bmi_between_18_5_and_25");}else{if((25<=K)&&(K<30)){this.showMessage("result","bmi_between_25_and_30");}else{if((30<=K)&&(K<35)){this.showMessage("result","bmi_between_30_and_35");}else{if((35<=K)&&(K<40)){this.showMessage("result","bmi_between_35_and_40");}else{if(40<=K){this.showMessage("result","bmi_greater_than_40");}}}}}}return false;},computeBmiInternal:function(B,D){var C=B/100,A=D/Math.pow(C,2);return A.toFixed(2);},getVal:function(B){var A=$("#"+B);if(A){return A.val();}return null;},showMessage:function(A,B){A=="result"?this.variables.calculatorResults.find("#"+B).show():this.variables.calculatorErrors.find("#"+B).show();}});$(document).bind("ready.eipf.bmiCalculator",function(){eipf.bmiCalculator=new eipf.BmiCalculatorImpl();});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 quiz(){$("#quiz-eipf-2188").append('<form><fieldset><div class="yes-no"><strong>NAI</strong> <strong>OXI</strong></div><dl><dt><label for="quiz-0">1. Είχε διαγνωστεί σε κάποιον από τους γονείς σας οστεοπόρωση ή είχε προκληθεί κάταγμα στα ισχία μετά από ένα απλό πέσιμο ή χτύπημα;</label></dt> <dd><input id="quiz-0" type="radio" name="question-0" value="yes" class="yes" /><input type="radio" name="question-0" value="no" /></dd> <dt><label for="quiz-1">2. Έχετε σπάσει κάποιο οστό μετά από ένα μικρό πέσιμο ή χτύπημα</label></dt> <dd><input id="quiz-1" type="radio" name="question-1" value="yes" class="yes" /><input type="radio" name="question-1" value="no" /></dd> <dt><label for="quiz-2">3. Έχετε λάβει κορτικοστεροειδή (κορτιζόνη κ.λπ.) για περισσότερο από 3 μήνες;</label></dt> <dd><input id="quiz-2" type="radio" name="question-2" value="yes" class="yes" /><input type="radio" name="question-2" value="no" /></dd> <dt><label for="quiz-3">4. Έχετε χάσει περισσότερο από 3 εκατοστά ύψος;</label></dt> <dd><input id="quiz-3" type="radio" name="question-3" value="yes" class="yes" /><input type="radio" name="question-3" value="no" /></dd> <dt><label for="quiz-4">5. Όταν πίνετε αλκοόλ ξεπερνάτε τα φυσιολογικά επίπεδα;</label></dt> <dd><input id="quiz-4" type="radio" name="question-4" value="yes" class="yes" /><input type="radio" name="question-4" value="no" /></dd> <dt><label for="quiz-5">6. Καπνίζετε πάνω από 20 τσιγάρα την ημέρα;</label></dt> <dd><input id="quiz-5" type="radio" name="question-5" value="yes" class="yes" /><input type="radio" name="question-5" value="no" /></dd> <dt><label for="quiz-6">7. Υποφέρετε συχνά από διάρροια η οποία προκαλείται από προβλήματα όπως κοιλιοκάκη ή τη νόσο του Κρόουν;</label></dt> <dd><input id="quiz-6" type="radio" name="question-6" value="yes" class="yes" /><input type="radio" name="question-6" value="no" /></dd> <dt><label for="quiz-7">8. Μπήκατε στην εμμηνόπαυση πριν την ηλικία των 45;</label></dt> <dd><input id="quiz-7" type="radio" name="question-7" value="yes" class="yes" /><input type="radio" name="question-7" value="no" /></dd> <dt><label for="quiz-8">9. Έχει σταματήσει η περίοδος σας ποτέ για 12 μήνες ή περισσότερο; (εκτός από τις περιπτώσεις της εγκυμοσύνης ή της εμμηνόπαυσης) </label></dt> <dd><input id="quiz-8" type="radio" name="question-8" value="yes" class="yes" /><input type="radio" name="question-8" value="no" /></dd> <dt><label for="quiz-9">10. Έχετε ποτέ υποφέρει από αδυναμία, έλλειψη ενέργειας ή άλλα συμπτώματα τα οποία σχετίζονται με τα χαμηλά επίπεδα τεστοστερόνης;</label></dt> <dd><input id="quiz-9" type="radio" name="question-9" value="yes" class="yes" /><input type="radio" name="question-9" value="no" /></dd></dl> <button type="button">Διάγνωση</button> </fieldset></form>');
$("#quiz-eipf-2188 button").click(function(){answer=0;$('input[value="yes"]').each(function(A){if(this.checked==true){answer=1;}});if(answer==1){$("#quiz-eipf-2188 form").after('<strong class="answer">Εάν έχετε απαντήσει  «ναι» σε κάποια από αυτές τις ερωτήσεις δεν σημαίνει ότι έχετε οστεοπόρωση, αλλά ότι υπάρχει κίνδυνος. Σας συνιστούμε να δείξετε το τεστ αυτό στον γιατρό σας, ο οποίος και θα σας συμβουλέψει για τις υπόλοιπες εξετάσεις που θα πρέπει να κάνετε.</strong>');$("#quiz-eipf-2188 button").hide();$("#quiz-eipf-2188 .answer").show("slow");$("#quiz-eipf-2188 form").after('<button type="button" onclick="history.go(0)">Επανάληψη</button>');}else{$("#quiz-eipf-2188 form").after('<strong class="answer">Εάν έχετε απαντήσει «όχι» σε όλες σας τις ερωτήσεις, σιγουρευτείτε ότι επενδύετε στα οστά σας ακολουθώντας έναν υγιεινό τρόπο ζωής, ο οποίος περιλαμβάνει αρκετό ασβέστιο και συχνή άσκηση. Εάν είσαστε πάνω από 50, σας συμβουλεύουμε να συζητήσετε με τον γιατρό σας για την υγεία των οστών σας!</strong>');
$("#quiz-eipf-2188 button").hide();$("#quiz-eipf-2188 .answer").show("slow");$("#quiz-eipf-2188 form").after('<button type="button" onclick="history.go(0)">Επανάληψη</button>');}});}function quickLinksDropdown(){var A=0;$("#region18 div.quick_links_dropdown ul li").hover(function(){clearTimeout(A);$("ul",$(this)).slideDown("normal");},function(){var B=$(this);A=setTimeout(function(){$("ul",B).slideUp("fast",function(){slide=false;});},500);});}function glossary(A,B){var A=(A)?parseInt(A):150;var B=(B)?parseInt(B):6;function C(F,G){var E=0;var D=$("#glossary dl dd.show dl dd.show").height();$("#glossary dl dd.show dl > dt").each(function(){E+=$(this).height()+G;});height=(E>D)?E:D;height+=F;if($("#region1 #glossary").length>0){$("#region1").css("height",height);}}C(A,B);$("#glossary > dl > dt").not("dt.empty").each(function(){$(this).click(function(){$("#glossary > dl > dd").removeClass("show");$(this).next("dd").addClass("show");C(A,B);});});$("#glossary > dl > dd > dl > dt").each(function(){$(this).click(function(){$("#glossary > dl > dd > dl > dd").removeClass("show");
$("#glossary > dl > dd > dl > dt").removeClass("mark");$(this).addClass("mark");$(this).next("dd").addClass("show");C(A,B);});});}function banner(){}function fireAll(){quiz();glossary();quickLinksDropdown();eipf.faq.initFaqGear();}$(document).ready(fireAll);if(window.Editor){Editor.defaultTinyMCEConfig.theme_advanced_styles="Portrait=portrait;More=more;Clear image=cl;Image left=img-left;Image right=img-right;Caption left=caption-left;Caption center=caption-center;Caption right=caption-right;Glossary=glossary;Fax=contact-fax;Phone=contact-phone;Facts table=facts-table;Link pointer=link-pointer;No link pointer=no-link-pointer;Red=red;Blue=blue;Underline=underline;Bullet-list=bullet";}