(function(){var W=this,ab,F=W.jQuery,R=W.$,T=W.jQuery=W.$=function(d,c){return new T.fn.init(d,c)},L=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,ac=/^.[^:#\[\.,]*$/;T.fn=T.prototype={init:function(g,d){g=g||document;if(g.nodeType){this[0]=g;this.length=1;this.context=g;return this}if(typeof g==="string"){var e=L.exec(g);if(e&&(e[1]||!d)){if(e[1]){g=T.clean([e[1]],d)}else{var c=document.getElementById(e[3]);if(c&&c.id!=e[3]){return T().find(g)}var f=T(c||[]);f.context=document;f.selector=g;return f}}else{return T(d).find(g)}}else{if(T.isFunction(g)){return T(document).ready(g)}}if(g.selector&&g.context){this.selector=g.selector;this.context=g.context}return this.setArray(T.isArray(g)?g:T.makeArray(g))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(c){return c===ab?Array.prototype.slice.call(this):this[c]},pushStack:function(e,c,f){var d=T(e);d.prevObject=this;d.context=this.context;if(c==="find"){d.selector=this.selector+(this.selector?" ":"")+f}else{if(c){d.selector=this.selector+"."+c+"("+f+")"}}return d},setArray:function(c){this.length=0;Array.prototype.push.apply(this,c);return this},each:function(c,d){return T.each(this,c,d)},index:function(c){return T.inArray(c&&c.jquery?c[0]:c,this)},attr:function(e,c,d){var f=e;if(typeof e==="string"){if(c===ab){return this[0]&&T[d||"attr"](this[0],e)}else{f={};f[e]=c}}return this.each(function(g){for(e in f){T.attr(d?this.style:this,e,T.prop(this,f[e],d,g,e))}})},css:function(d,c){if((d=="width"||d=="height")&&parseFloat(c)<0){c=ab}return this.attr(d,c,"curCSS")},text:function(c){if(typeof c!=="object"&&c!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(c))}var d="";T.each(c||this,function(){T.each(this.childNodes,function(){if(this.nodeType!=8){d+=this.nodeType!=1?this.nodeValue:T.fn.text([this])}})});return d},wrapAll:function(d){if(this[0]){var c=T(d,this[0].ownerDocument).clone();if(this[0].parentNode){c.insertBefore(this[0])}c.map(function(){var e=this;while(e.firstChild){e=e.firstChild}return e}).append(this)}return this},wrapInner:function(c){return this.each(function(){T(this).contents().wrapAll(c)})},wrap:function(c){return this.each(function(){T(this).wrapAll(c)})},append:function(){return this.domManip(arguments,true,function(c){if(this.nodeType==1){this.appendChild(c)}})},prepend:function(){return this.domManip(arguments,true,function(c){if(this.nodeType==1){this.insertBefore(c,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(c){this.parentNode.insertBefore(c,this)})},after:function(){return this.domManip(arguments,false,function(c){this.parentNode.insertBefore(c,this.nextSibling)})},end:function(){return this.prevObject||T([])},push:[].push,sort:[].sort,splice:[].splice,find:function(d){if(this.length===1){var c=this.pushStack([],"find",d);c.length=0;T.find(d,this[0],c);return c}else{return this.pushStack(T.unique(T.map(this,function(e){return T.find(d,e)})),"find",d)}},clone:function(d){var f=this.map(function(){if(!T.support.noCloneEvent&&!T.isXMLDoc(this)){var h=this.outerHTML;if(!h){var g=this.ownerDocument.createElement("div");g.appendChild(this.cloneNode(true));h=g.innerHTML}return T.clean([h.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(d===true){var c=this.find("*").andSelf(),e=0;f.find("*").andSelf().each(function(){if(this.nodeName!==c[e].nodeName){return}var k=T.data(c[e],"events");for(var g in k){for(var h in k[g]){T.event.add(this,g,k[g][h],k[g][h].data)}}e++})}return f},filter:function(c){return this.pushStack(T.isFunction(c)&&T.grep(this,function(d,e){return c.call(d,e)})||T.multiFilter(c,T.grep(this,function(d){return d.nodeType===1})),"filter",c)},closest:function(e){var c=T.expr.match.POS.test(e)?T(e):null,d=0;return this.map(function(){var f=this;while(f&&f.ownerDocument){if(c?c.index(f)>-1:T(f).is(e)){T.data(f,"closest",d);return f}f=f.parentNode;d++}})},not:function(d){if(typeof d==="string"){if(ac.test(d)){return this.pushStack(T.multiFilter(d,this,true),"not",d)}else{d=T.multiFilter(d,this)}}var c=d.length&&d[d.length-1]!==ab&&!d.nodeType;return this.filter(function(){return c?T.inArray(this,d)<0:this!=d})},add:function(c){return this.pushStack(T.unique(T.merge(this.get(),typeof c==="string"?T(c):T.makeArray(c))))},is:function(c){return !!c&&T.multiFilter(c,this).length>0},hasClass:function(c){return !!c&&this.is("."+c)},val:function(e){if(e===ab){var m=this[0];if(m){if(T.nodeName(m,"option")){return(m.attributes.value||{}).specified?m.value:m.text}if(T.nodeName(m,"select")){var g=m.selectedIndex,d=[],c=m.options,h=m.type=="select-one";if(g<0){return null}for(var l=h?g:0,f=h?g+1:c.length;l<f;l++){var k=c[l];if(k.selected){e=T(k).val();if(h){return e}d.push(e)}}return d}return(m.value||"").replace(/\r/g,"")}return ab}if(typeof e==="number"){e+=""}return this.each(function(){if(this.nodeType!=1){return}if(T.isArray(e)&&/radio|checkbox/.test(this.type)){this.checked=(T.inArray(this.value,e)>=0||T.inArray(this.name,e)>=0)}else{if(T.nodeName(this,"select")){var n=T.makeArray(e);T("option",this).each(function(){this.selected=(T.inArray(this.value,n)>=0||T.inArray(this.text,n)>=0)});if(!n.length){this.selectedIndex=-1}}else{this.value=e}}})},html:function(c){return c===ab?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(c)},replaceWith:function(c){return this.after(c).remove()},eq:function(c){return this.slice(c,+c+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(c){return this.pushStack(T.map(this,function(d,e){return c.call(d,e,d)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(f,c,d){if(this[0]){var g=(this[0].ownerDocument||this[0]).createDocumentFragment(),l=T.clean(f,(this[0].ownerDocument||this[0]),g),h=g.firstChild;if(h){for(var k=0,m=this.length;k<m;k++){d.call(e(this[k],h),this.length>1||k>0?g.cloneNode(true):g)}}if(l){T.each(l,E)}}return this;function e(o,n){return c&&T.nodeName(o,"table")&&T.nodeName(n,"tr")?(o.getElementsByTagName("tbody")[0]||o.appendChild(o.ownerDocument.createElement("tbody"))):o}}};T.fn.init.prototype=T.fn;function E(d,c){if(c.src){T.ajax({url:c.src,async:false,dataType:"script"})}else{T.globalEval(c.text||c.textContent||c.innerHTML||"")}if(c.parentNode){c.parentNode.removeChild(c)}}function ad(){return +new Date}T.extend=T.fn.extend=function(){var e=arguments[0]||{},g=1,f=arguments.length,l=false,h;if(typeof e==="boolean"){l=e;e=arguments[1]||{};g=2}if(typeof e!=="object"&&!T.isFunction(e)){e={}}if(f==g){e=this;--g}for(;g<f;g++){if((h=arguments[g])!=null){for(var k in h){var d=e[k],c=h[k];if(e===c){continue}if(l&&c&&typeof c==="object"&&!c.nodeType){e[k]=T.extend(l,d||(c.length!=null?[]:{}),c)}else{if(c!==ab){e[k]=c}}}}}return e};var ag=/z-?index|font-?weight|opacity|zoom|line-?height/i,Q=document.defaultView||{},M=Object.prototype.toString;T.extend({noConflict:function(c){W.$=R;if(c){W.jQuery=F}return T},isFunction:function(c){return M.call(c)==="[object Function]"},isArray:function(c){return M.call(c)==="[object Array]"},isXMLDoc:function(c){return c.nodeType===9&&c.documentElement.nodeName!=="HTML"||!!c.ownerDocument&&T.isXMLDoc(c.ownerDocument)},globalEval:function(c){if(c&&/\S/.test(c)){var d=document.getElementsByTagName("head")[0]||document.documentElement,e=document.createElement("script");e.type="text/javascript";if(T.support.scriptEval){e.appendChild(document.createTextNode(c))}else{e.text=c}d.insertBefore(e,d.firstChild);d.removeChild(e)}},nodeName:function(c,d){return c.nodeName&&c.nodeName.toUpperCase()==d.toUpperCase()},each:function(g,c,h){var k,f=0,e=g.length;if(h){if(e===ab){for(k in g){if(c.apply(g[k],h)===false){break}}}else{for(;f<e;){if(c.apply(g[f++],h)===false){break}}}}else{if(e===ab){for(k in g){if(c.call(g[k],k,g[k])===false){break}}}else{for(var d=g[0];f<e&&c.call(d,f,d)!==false;d=g[++f]){}}}return g},prop:function(d,c,e,f,g){if(T.isFunction(c)){c=c.call(d,f)}return typeof c==="number"&&e=="curCSS"&&!ag.test(g)?c+"px":c},className:{add:function(d,c){T.each((c||"").split(/\s+/),function(f,e){if(d.nodeType==1&&!T.className.has(d.className,e)){d.className+=(d.className?" ":"")+e}})},remove:function(d,c){if(d.nodeType==1){d.className=c!==ab?T.grep(d.className.split(/\s+/),function(e){return !T.className.has(c,e)}).join(" "):""}},has:function(c,d){return c&&T.inArray(d,(c.className||c).toString().split(/\s+/))>-1}},swap:function(d,e,c){var g={};for(var f in e){g[f]=d.style[f];d.style[f]=e[f]}c.call(d);for(var f in e){d.style[f]=g[f]}},css:function(g,k,e,l){if(k=="width"||k=="height"){var c,h={position:"absolute",visibility:"hidden",display:"block"},d=k=="width"?["Left","Right"]:["Top","Bottom"];function f(){c=k=="width"?g.offsetWidth:g.offsetHeight;if(l==="border"){return}T.each(d,function(){if(!l){c-=parseFloat(T.curCSS(g,"padding"+this,true))||0}if(l==="margin"){c+=parseFloat(T.curCSS(g,"margin"+this,true))||0}else{c-=parseFloat(T.curCSS(g,"border"+this+"Width",true))||0}})}if(g.offsetWidth!==0){f()}else{T.swap(g,h,f)}return Math.max(0,Math.round(c))}return T.curCSS(g,k,e)},curCSS:function(g,l,k){var d,m=g.style;if(l=="opacity"&&!T.support.opacity){d=T.attr(m,"opacity");return d==""?"1":d}if(l.match(/float/i)){l=H}if(!k&&m&&m[l]){d=m[l]}else{if(Q.getComputedStyle){if(l.match(/float/i)){l="float"}l=l.replace(/([A-Z])/g,"-$1").toLowerCase();var c=Q.getComputedStyle(g,null);if(c){d=c.getPropertyValue(l)}if(l=="opacity"&&d==""){d="1"}}else{if(g.currentStyle){var f=l.replace(/\-(\w)/g,function(o,n){return n.toUpperCase()});d=g.currentStyle[l]||g.currentStyle[f];if(!/^\d+(px)?$/i.test(d)&&/^\d/.test(d)){var h=m.left,e=g.runtimeStyle.left;g.runtimeStyle.left=g.currentStyle.left;m.left=d||0;d=m.pixelLeft+"px";m.left=h;g.runtimeStyle.left=e}}}}return d},clean:function(k,d,f){d=d||document;if(typeof d.createElement==="undefined"){d=d.ownerDocument||d[0]&&d[0].ownerDocument||document}if(!f&&k.length===1&&typeof k[0]==="string"){var g=/^<(\w+)\s*\/?>$/.exec(k[0]);if(g){return[d.createElement(g[1])]}}var h=[],l=[],c=d.createElement("div");T.each(k,function(p,m){if(typeof m==="number"){m+=""}if(!m){return}if(typeof m==="string"){m=m.replace(/(<(\w+)[^>]*?)\/>/g,function(u,t,v){return v.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?u:t+"></"+v+">"});var q=m.replace(/^\s+/,"").substring(0,10).toLowerCase();var o=!q.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!q.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||q.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!q.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!q.indexOf("<td")||!q.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!q.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!T.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];c.innerHTML=o[1]+m+o[2];while(o[0]--){c=c.lastChild}if(!T.support.tbody){var n=/<tbody/i.test(m),r=!q.indexOf("<table")&&!n?c.firstChild&&c.firstChild.childNodes:o[1]=="<table>"&&!n?c.childNodes:[];for(var s=r.length-1;s>=0;--s){if(T.nodeName(r[s],"tbody")&&!r[s].childNodes.length){r[s].parentNode.removeChild(r[s])}}}if(!T.support.leadingWhitespace&&/^\s/.test(m)){c.insertBefore(d.createTextNode(m.match(/^\s*/)[0]),c.firstChild)}m=T.makeArray(c.childNodes)}if(m.nodeType){h.push(m)}else{h=T.merge(h,m)}});if(f){for(var e=0;h[e];e++){if(T.nodeName(h[e],"script")&&(!h[e].type||h[e].type.toLowerCase()==="text/javascript")){l.push(h[e].parentNode?h[e].parentNode.removeChild(h[e]):h[e])}else{if(h[e].nodeType===1){h.splice.apply(h,[e+1,0].concat(T.makeArray(h[e].getElementsByTagName("script"))))}f.appendChild(h[e])}}return l}return h},attr:function(e,h,d){if(!e||e.nodeType==3||e.nodeType==8){return ab}var g=!T.isXMLDoc(e),c=d!==ab;h=g&&T.props[h]||h;if(e.tagName){var k=/href|src|style/.test(h);if(h=="selected"&&e.parentNode){e.parentNode.selectedIndex}if(h in e&&g&&!k){if(c){if(h=="type"&&T.nodeName(e,"input")&&e.parentNode){throw"type property can't be changed"}e[h]=d}if(T.nodeName(e,"form")&&e.getAttributeNode(h)){return e.getAttributeNode(h).nodeValue}if(h=="tabIndex"){var f=e.getAttributeNode("tabIndex");return f&&f.specified?f.value:e.nodeName.match(/(button|input|object|select|textarea)/i)?0:e.nodeName.match(/^(a|area)$/i)&&e.href?0:ab}return e[h]}if(!T.support.style&&g&&h=="style"){return T.attr(e.style,"cssText",d)}if(c){e.setAttribute(h,""+d)}var l=!T.support.hrefNormalized&&g&&k?e.getAttribute(h,2):e.getAttribute(h);return l===null?ab:l}if(!T.support.opacity&&h=="opacity"){if(c){e.zoom=1;e.filter=(e.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(d)+""=="NaN"?"":"alpha(opacity="+d*100+")")}return e.filter&&e.filter.indexOf("opacity=")>=0?(parseFloat(e.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}h=h.replace(/-([a-z])/ig,function(n,m){return m.toUpperCase()});if(c){e[h]=d}return e[h]},trim:function(c){return(c||"").replace(/^\s+|\s+$/g,"")},makeArray:function(c){var e=[];if(c!=null){var d=c.length;if(d==null||typeof c==="string"||T.isFunction(c)||c.setInterval){e[0]=c}else{while(d){e[--d]=c[d]}}}return e},inArray:function(d,c){for(var f=0,e=c.length;f<e;f++){if(c[f]===d){return f}}return -1},merge:function(d,g){var f=0,e,c=d.length;if(!T.support.getAll){while((e=g[f++])!=null){if(e.nodeType!=8){d[c++]=e}}}else{while((e=g[f++])!=null){d[c++]=e}}return d},unique:function(c){var h=[],k={};try{for(var g=0,f=c.length;g<f;g++){var d=T.data(c[g]);if(!k[d]){k[d]=true;h.push(c[g])}}}catch(e){h=c}return h},grep:function(g,c,h){var f=[];for(var e=0,d=g.length;e<d;e++){if(!h!=!c(g[e],e)){f.push(g[e])}}return f},map:function(h,c){var g=[];for(var f=0,e=h.length;f<e;f++){var d=c(h[f],f);if(d!=null){g[g.length]=d}}return g.concat.apply([],g)}});var O=navigator.userAgent.toLowerCase();T.browser={version:(O.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(O),opera:/opera/.test(O),msie:/msie/.test(O)&&!/opera/.test(O),mozilla:/mozilla/.test(O)&&!/(compatible|webkit)/.test(O)};T.each({parent:function(c){return c.parentNode},parents:function(c){return T.dir(c,"parentNode")},next:function(c){return T.nth(c,2,"nextSibling")},prev:function(c){return T.nth(c,2,"previousSibling")},nextAll:function(c){return T.dir(c,"nextSibling")},prevAll:function(c){return T.dir(c,"previousSibling")},siblings:function(c){return T.sibling(c.parentNode.firstChild,c)},children:function(c){return T.sibling(c.firstChild)},contents:function(c){return T.nodeName(c,"iframe")?c.contentDocument||c.contentWindow.document:T.makeArray(c.childNodes)}},function(d,c){T.fn[d]=function(f){var e=T.map(this,c);if(f&&typeof f=="string"){e=T.multiFilter(f,e)}return this.pushStack(T.unique(e),d,f)}});T.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(d,c){T.fn[d]=function(l){var g=[],e=T(l);for(var f=0,k=e.length;f<k;f++){var h=(f>0?this.clone(true):this).get();T.fn[c].apply(T(e[f]),h);g=g.concat(h)}return this.pushStack(g,d,l)}});T.each({removeAttr:function(c){T.attr(this,c,"");if(this.nodeType==1){this.removeAttribute(c)}},addClass:function(c){T.className.add(this,c)},removeClass:function(c){T.className.remove(this,c)},toggleClass:function(c,d){if(typeof d!=="boolean"){d=!T.className.has(this,c)}T.className[d?"add":"remove"](this,c)},remove:function(c){if(!c||T.filter(c,[this]).length){T("*",this).add([this]).each(function(){T.event.remove(this);T.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){T(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(d,c){T.fn[d]=function(){return this.each(c,arguments)}});function Y(d,c){return d[0]&&parseInt(T.curCSS(d[0],c,true),10)||0}var aa="jQuery"+ad(),I=0,S={};T.extend({cache:{},data:function(e,f,d){e=e==W?S:e;var c=e[aa];if(!c){c=e[aa]=++I}if(f&&!T.cache[c]){T.cache[c]={}}if(d!==ab){T.cache[c][f]=d}return f?T.cache[c][f]:c},removeData:function(e,f){e=e==W?S:e;var c=e[aa];if(f){if(T.cache[c]){delete T.cache[c][f];f="";for(f in T.cache[c]){break}if(!f){T.removeData(e)}}}else{try{delete e[aa]}catch(d){if(e.removeAttribute){e.removeAttribute(aa)}}delete T.cache[c]}},queue:function(e,f,c){if(e){f=(f||"fx")+"queue";var d=T.data(e,f);if(!d||T.isArray(c)){d=T.data(e,f,T.makeArray(c))}else{if(c){d.push(c)}}}return d},dequeue:function(c,d){var f=T.queue(c,d),e=f.shift();if(!d||d==="fx"){e=f[0]}if(e!==ab){e.call(c)}}});T.fn.extend({data:function(f,d){var c=f.split(".");c[1]=c[1]?"."+c[1]:"";if(d===ab){var e=this.triggerHandler("getData"+c[1]+"!",[c[0]]);if(e===ab&&this.length){e=T.data(this[0],f)}return e===ab&&c[1]?this.data(c[0]):e}else{return this.trigger("setData"+c[1]+"!",[c[0],d]).each(function(){T.data(this,f,d)})}},removeData:function(c){return this.each(function(){T.removeData(this,c)})},queue:function(d,c){if(typeof d!=="string"){c=d;d="fx"}if(c===ab){return T.queue(this[0],d)}return this.each(function(){var e=T.queue(this,d,c);if(d=="fx"&&e.length==1){e[0].call(this)}})},dequeue:function(c){return this.each(function(){T.dequeue(this,c)})}});(function(){var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,l=0,p=Object.prototype.toString;var r=function(v,z,am,al){am=am||[];z=z||document;if(z.nodeType!==1&&z.nodeType!==9){return[]}if(!v||typeof v!=="string"){return am}var u=[],x,ai,B,A,ak,y,w=true;d.lastIndex=0;while((x=d.exec(v))!==null){u.push(x[1]);if(x[2]){y=RegExp.rightContext;break}}if(u.length>1&&k.exec(v)){if(u.length===2&&o.relative[u[0]]){ai=n(u[0]+u[1],z)}else{ai=o.relative[u[0]]?[z]:r(u.shift(),z);while(u.length){v=u.shift();if(o.relative[v]){v+=u.shift()}ai=n(v,ai)}}}else{var aj=al?{expr:u.pop(),set:s(al)}:r.find(u.pop(),u.length===1&&z.parentNode?z.parentNode:z,e(z));ai=r.filter(aj.expr,aj.set);if(u.length>0){B=s(ai)}else{w=false}while(u.length){var C=u.pop(),D=C;if(!o.relative[C]){C=""}else{D=u.pop()}if(D==null){D=z}o.relative[C](B,D,e(z))}}if(!B){B=ai}if(!B){throw"Syntax error, unrecognized expression: "+(C||v)}if(p.call(B)==="[object Array]"){if(!w){am.push.apply(am,B)}else{if(z.nodeType===1){for(var t=0;B[t]!=null;t++){if(B[t]&&(B[t]===true||B[t].nodeType===1&&m(z,B[t]))){am.push(ai[t])}}}else{for(var t=0;B[t]!=null;t++){if(B[t]&&B[t].nodeType===1){am.push(ai[t])}}}}}else{s(B,am)}if(y){r(y,z,am,al);if(q){hasDuplicate=false;am.sort(q);if(hasDuplicate){for(var t=1;t<am.length;t++){if(am[t]===am[t-1]){am.splice(t--,1)}}}}}return am};r.matches=function(u,t){return r(u,null,null,t)};r.find=function(t,A,B){var u,w;if(!t){return[]}for(var x=0,y=o.order.length;x<y;x++){var v=o.order[x],w;if((w=o.match[v].exec(t))){var z=RegExp.leftContext;if(z.substr(z.length-1)!=="\\"){w[1]=(w[1]||"").replace(/\\/g,"");u=o.find[v](w,A,B);if(u!=null){t=t.replace(o.match[v],"");break}}}}if(!u){u=A.getElementsByTagName("*")}return{set:u,expr:t}};r.filter=function(ak,al,D,x){var y=ak,B=[],t=al,v,A,u=al&&al[0]&&e(al[0]);while(ak&&al.length){for(var am in o.filter){if((v=o.match[am].exec(ak))!=null){var z=o.filter[am],C,ai;A=false;if(t==B){B=[]}if(o.preFilter[am]){v=o.preFilter[am](v,t,D,B,x,u);if(!v){A=C=true}else{if(v===true){continue}}}if(v){for(var w=0;(ai=t[w])!=null;w++){if(ai){C=z(ai,v,w,t);var aj=x^!!C;if(D&&C!=null){if(aj){A=true}else{t[w]=false}}else{if(aj){B.push(ai);A=true}}}}}if(C!==ab){if(!D){t=B}ak=ak.replace(o.match[am],"");if(!A){return[]}break}}}if(ak==y){if(A==null){throw"Syntax error, unrecognized expression: "+ak}else{break}}y=ak}return t};var o=r.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(t){return t.getAttribute("href")}},relative:{"+":function(t,A,u){var w=typeof A==="string",B=w&&!/\W/.test(A),v=w&&!B;if(B&&!u){A=A.toUpperCase()}for(var x=0,y=t.length,z;x<y;x++){if((z=t[x])){while((z=z.previousSibling)&&z.nodeType!==1){}t[x]=v||z&&z.nodeName===A?z||false:z===A}}if(v){r.filter(A,t,true)}},">":function(y,v,x){var A=typeof v==="string";if(A&&!/\W/.test(v)){v=x?v:v.toUpperCase();for(var u=0,w=y.length;u<w;u++){var z=y[u];if(z){var t=z.parentNode;y[u]=t.nodeName===v?t:false}}}else{for(var u=0,w=y.length;u<w;u++){var z=y[u];if(z){y[u]=A?z.parentNode:z.parentNode===v}}if(A){r.filter(v,y,true)}}},"":function(t,v,x){var u=l++,w=c;if(!v.match(/\W/)){var y=v=x?v:v.toUpperCase();w=f}w("parentNode",v,u,t,y,x)},"~":function(t,v,x){var u=l++,w=c;if(typeof v==="string"&&!v.match(/\W/)){var y=v=x?v:v.toUpperCase();w=f}w("previousSibling",v,u,t,y,x)}},find:{ID:function(v,u,t){if(typeof u.getElementById!=="undefined"&&!t){var w=u.getElementById(v[1]);return w?[w]:[]}},NAME:function(u,y,x){if(typeof y.getElementsByName!=="undefined"){var v=[],z=y.getElementsByName(u[1]);for(var t=0,w=z.length;t<w;t++){if(z[t].getAttribute("name")===u[1]){v.push(z[t])}}return v.length===0?null:v}},TAG:function(u,t){return t.getElementsByTagName(u[1])}},preFilter:{CLASS:function(t,v,u,w,y,x){t=" "+t[1].replace(/\\/g,"")+" ";if(x){return t}for(var A=0,z;(z=v[A])!=null;A++){if(z){if(y^(z.className&&(" "+z.className+" ").indexOf(t)>=0)){if(!u){w.push(z)}}else{if(u){v[A]=false}}}}return false},ID:function(t){return t[1].replace(/\\/g,"")},TAG:function(u,v){for(var t=0;v[t]===false;t++){}return v[t]&&e(v[t])?u[1]:u[1].toUpperCase()},CHILD:function(u){if(u[1]=="nth"){var t=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(u[2]=="even"&&"2n"||u[2]=="odd"&&"2n+1"||!/\D/.test(u[2])&&"0n+"+u[2]||u[2]);u[2]=(t[1]+(t[2]||1))-0;u[3]=t[3]-0}u[0]=l++;return u},ATTR:function(z,v,u,w,y,x){var t=z[1].replace(/\\/g,"");if(!x&&o.attrMap[t]){z[1]=o.attrMap[t]}if(z[2]==="~="){z[4]=" "+z[4]+" "}return z},PSEUDO:function(y,v,u,w,x){if(y[1]==="not"){if(y[3].match(d).length>1||/^\w/.test(y[3])){y[3]=r(y[3],null,null,v)}else{var t=r.filter(y[3],v,u,true^x);if(!u){w.push.apply(w,t)}return false}}else{if(o.match.POS.test(y[0])||o.match.CHILD.test(y[0])){return true}}return y},POS:function(t){t.unshift(true);return t}},filters:{enabled:function(t){return t.disabled===false&&t.type!=="hidden"},disabled:function(t){return t.disabled===true},checked:function(t){return t.checked===true},selected:function(t){t.parentNode.selectedIndex;return t.selected===true},parent:function(t){return !!t.firstChild},empty:function(t){return !t.firstChild},has:function(t,u,v){return !!r(v[3],t).length},header:function(t){return/h\d/i.test(t.nodeName)},text:function(t){return"text"===t.type},radio:function(t){return"radio"===t.type},checkbox:function(t){return"checkbox"===t.type},file:function(t){return"file"===t.type},password:function(t){return"password"===t.type},submit:function(t){return"submit"===t.type},image:function(t){return"image"===t.type},reset:function(t){return"reset"===t.type},button:function(t){return"button"===t.type||t.nodeName.toUpperCase()==="BUTTON"},input:function(t){return/input|select|textarea|button/i.test(t.nodeName)}},setFilters:{first:function(t,u){return u===0},last:function(u,v,w,t){return v===t.length-1},even:function(t,u){return u%2===0},odd:function(t,u){return u%2===1},lt:function(t,u,v){return u<v[3]-0},gt:function(t,u,v){return u>v[3]-0},nth:function(t,u,v){return v[3]-0==u},eq:function(t,u,v){return v[3]-0==u}},filter:{PSEUDO:function(y,u,t,x){var v=u[1],A=o.filters[v];if(A){return A(y,t,u,x)}else{if(v==="contains"){return(y.textContent||y.innerText||"").indexOf(u[3])>=0}else{if(v==="not"){var z=u[3];for(var t=0,w=z.length;t<w;t++){if(z[t]===y){return false}}return true}}}},CHILD:function(A,x){var u=x[1],z=A;switch(u){case"only":case"first":while(z=z.previousSibling){if(z.nodeType===1){return false}}if(u=="first"){return true}z=A;case"last":while(z=z.nextSibling){if(z.nodeType===1){return false}}return true;case"nth":var y=x[2],B=x[3];if(y==1&&B==0){return true}var v=x[0],C=A.parentNode;if(C&&(C.sizcache!==v||!A.nodeIndex)){var w=0;for(z=C.firstChild;z;z=z.nextSibling){if(z.nodeType===1){z.nodeIndex=++w}}C.sizcache=v}var t=A.nodeIndex-B;if(y==0){return t==0}else{return(t%y==0&&t/y>=0)}}},ID:function(t,u){return t.nodeType===1&&t.getAttribute("id")===u},TAG:function(t,u){return(u==="*"&&t.nodeType===1)||t.nodeName===u},CLASS:function(t,u){return(" "+(t.className||t.getAttribute("class"))+" ").indexOf(u)>-1},ATTR:function(y,t){var u=t[1],w=o.attrHandle[u]?o.attrHandle[u](y):y[u]!=null?y[u]:y.getAttribute(u),x=w+"",z=t[2],v=t[4];return w==null?z==="!=":z==="="?x===v:z==="*="?x.indexOf(v)>=0:z==="~="?(" "+x+" ").indexOf(v)>=0:!v?x&&w!==false:z==="!="?x!=v:z==="^="?x.indexOf(v)===0:z==="$="?x.substr(x.length-v.length)===v:z==="|="?x===v||x.substr(0,v.length+1)===v+"-":false},POS:function(y,v,u,x){var w=v[2],t=o.setFilters[w];if(t){return t(y,u,v,x)}}}};var k=o.match.POS;for(var g in o.match){o.match[g]=RegExp(o.match[g].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var s=function(t,u){t=Array.prototype.slice.call(t);if(u){u.push.apply(u,t);return u}return t};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(h){s=function(x,t){var v=t||[];if(p.call(x)==="[object Array]"){Array.prototype.push.apply(v,x)}else{if(typeof x.length==="number"){for(var u=0,w=x.length;u<w;u++){v.push(x[u])}}else{for(var u=0;x[u];u++){v.push(x[u])}}}return v}}var q;if(document.documentElement.compareDocumentPosition){q=function(u,v){var t=u.compareDocumentPosition(v)&4?-1:u===v?0:1;if(t===0){hasDuplicate=true}return t}}else{if("sourceIndex" in document.documentElement){q=function(u,v){var t=u.sourceIndex-v.sourceIndex;if(t===0){hasDuplicate=true}return t}}else{if(document.createRange){q=function(t,v){var u=t.ownerDocument.createRange(),w=v.ownerDocument.createRange();u.selectNode(t);u.collapse(true);w.selectNode(v);w.collapse(true);var x=u.compareBoundaryPoints(Range.START_TO_END,w);if(x===0){hasDuplicate=true}return x}}}}(function(){var u=document.createElement("form"),t="script"+(new Date).getTime();u.innerHTML="<input name='"+t+"'/>";var v=document.documentElement;v.insertBefore(u,v.firstChild);if(!!document.getElementById(t)){o.find.ID=function(z,y,x){if(typeof y.getElementById!=="undefined"&&!x){var w=y.getElementById(z[1]);return w?w.id===z[1]||typeof w.getAttributeNode!=="undefined"&&w.getAttributeNode("id").nodeValue===z[1]?[w]:ab:[]}};o.filter.ID=function(x,w){var y=typeof x.getAttributeNode!=="undefined"&&x.getAttributeNode("id");return x.nodeType===1&&y&&y.nodeValue===w}}v.removeChild(u)})();(function(){var t=document.createElement("div");t.appendChild(document.createComment(""));if(t.getElementsByTagName("*").length>0){o.find.TAG=function(w,x){var y=x.getElementsByTagName(w[1]);if(w[1]==="*"){var u=[];for(var v=0;y[v];v++){if(y[v].nodeType===1){u.push(y[v])}}y=u}return y}}t.innerHTML="<a href='#'></a>";if(t.firstChild&&typeof t.firstChild.getAttribute!=="undefined"&&t.firstChild.getAttribute("href")!=="#"){o.attrHandle.href=function(u){return u.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var u=r,t=document.createElement("div");t.innerHTML="<p class='TEST'></p>";if(t.querySelectorAll&&t.querySelectorAll(".TEST").length===0){return}r=function(y,z,w,v){z=z||document;if(!v&&z.nodeType===9&&!e(z)){try{return s(z.querySelectorAll(y),w)}catch(x){}}return u(y,z,w,v)};r.find=u.find;r.filter=u.filter;r.selectors=u.selectors;r.matches=u.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var t=document.createElement("div");t.innerHTML="<div class='test e'></div><div class='test'></div>";if(t.getElementsByClassName("e").length===0){return}t.lastChild.className="e";if(t.getElementsByClassName("e").length===1){return}o.order.splice(1,0,"CLASS");o.find.CLASS=function(w,v,u){if(typeof v.getElementsByClassName!=="undefined"&&!u){return v.getElementsByClassName(w[1])}}})()}function f(z,u,v,B,t,C){var D=z=="previousSibling"&&!C;for(var x=0,y=B.length;x<y;x++){var A=B[x];if(A){if(D&&A.nodeType===1){A.sizcache=v;A.sizset=x}A=A[z];var w=false;while(A){if(A.sizcache===v){w=B[A.sizset];break}if(A.nodeType===1&&!C){A.sizcache=v;A.sizset=x}if(A.nodeName===u){w=A;break}A=A[z]}B[x]=w}}}function c(z,u,v,B,t,C){var D=z=="previousSibling"&&!C;for(var x=0,y=B.length;x<y;x++){var A=B[x];if(A){if(D&&A.nodeType===1){A.sizcache=v;A.sizset=x}A=A[z];var w=false;while(A){if(A.sizcache===v){w=B[A.sizset];break}if(A.nodeType===1){if(!C){A.sizcache=v;A.sizset=x}if(typeof u!=="string"){if(A===u){w=true;break}}else{if(r.filter(u,[A]).length>0){w=A;break}}}A=A[z]}B[x]=w}}}var m=document.compareDocumentPosition?function(t,u){return t.compareDocumentPosition(u)&16}:function(t,u){return t!==u&&(t.contains?t.contains(u):true)};var e=function(t){return t.nodeType===9&&t.documentElement.nodeName!=="HTML"||!!t.ownerDocument&&e(t.ownerDocument)};var n=function(w,y){var t=[],A="",z,u=y.nodeType?[y]:y;while((z=o.match.PSEUDO.exec(w))){A+=z[0];w=w.replace(o.match.PSEUDO,"")}w=o.relative[w]?w+"*":w;for(var x=0,v=u.length;x<v;x++){r(w,u[x],t)}return r.filter(A,t)};T.find=r;T.filter=r.filter;T.expr=r.selectors;T.expr[":"]=T.expr.filters;r.selectors.filters.hidden=function(t){return t.offsetWidth===0||t.offsetHeight===0};r.selectors.filters.visible=function(t){return t.offsetWidth>0||t.offsetHeight>0};r.selectors.filters.animated=function(t){return T.grep(T.timers,function(u){return t===u.elem}).length};T.multiFilter=function(t,v,u){if(u){t=":not("+t+")"}return r.matches(t,v)};T.dir=function(u,v){var w=[],t=u[v];while(t&&t!=document){if(t.nodeType==1){w.push(t)}t=t[v]}return w};T.nth=function(x,w,u,t){w=w||1;var v=0;for(;x;x=x[u]){if(x.nodeType==1&&++v==w){break}}return x};T.sibling=function(t,u){var v=[];for(;t;t=t.nextSibling){if(t.nodeType==1&&t!=u){v.push(t)}}return v};return;W.Sizzle=r})();T.event={add:function(e,h,f,c){if(e.nodeType==3||e.nodeType==8){return}if(e.setInterval&&e!=W){e=W}if(!f.guid){f.guid=this.guid++}if(c!==ab){var g=f;f=this.proxy(g);f.data=c}var k=T.data(e,"events")||T.data(e,"events",{}),d=T.data(e,"handle")||T.data(e,"handle",function(){return typeof T!=="undefined"&&!T.event.triggered?T.event.handle.apply(arguments.callee.elem,arguments):ab});d.elem=e;T.each(h.split(/\s+/),function(o,n){var m=n.split(".");n=m.shift();f.type=m.slice().sort().join(".");var l=k[n];if(T.event.specialAll[n]){T.event.specialAll[n].setup.call(e,c,m)}if(!l){l=k[n]={};if(!T.event.special[n]||T.event.special[n].setup.call(e,c,m)===false){if(e.addEventListener){e.addEventListener(n,d,false)}else{if(e.attachEvent){e.attachEvent("on"+n,d)}}}}l[f.guid]=f;T.event.global[n]=true});e=null},guid:1,global:{},remove:function(d,g,e){if(d.nodeType==3||d.nodeType==8){return}var h=T.data(d,"events"),k,l;if(h){if(g===ab||(typeof g==="string"&&g.charAt(0)==".")){for(var f in h){this.remove(d,f+(g||""))}}else{if(g.type){e=g.handler;g=g.type}T.each(g.split(/\s+/),function(q,o){var m=o.split(".");o=m.shift();var p=RegExp("(^|\\.)"+m.slice().sort().join(".*\\.")+"(\\.|$)");if(h[o]){if(e){delete h[o][e.guid]}else{for(var n in h[o]){if(p.test(h[o][n].type)){delete h[o][n]}}}if(T.event.specialAll[o]){T.event.specialAll[o].teardown.call(d,m)}for(k in h[o]){break}if(!k){if(!T.event.special[o]||T.event.special[o].teardown.call(d,m)===false){if(d.removeEventListener){d.removeEventListener(o,T.data(d,"handle"),false)}else{if(d.detachEvent){d.detachEvent("on"+o,T.data(d,"handle"))}}}k=null;delete h[o]}}})}for(k in h){break}if(!k){var c=T.data(d,"handle");if(c){c.elem=null}T.removeData(d,"events");T.removeData(d,"handle")}}},trigger:function(f,d,g,l){var h=f.type||f;if(!l){f=typeof f==="object"?f[aa]?f:T.extend(T.Event(h),f):T.Event(h);if(h.indexOf("!")>=0){f.type=h=h.slice(0,-1);f.exclusive=true}if(!g){f.stopPropagation();if(this.global[h]){T.each(T.cache,function(){if(this.events&&this.events[h]){T.event.trigger(f,d,this.handle.elem)}})}}if(!g||g.nodeType==3||g.nodeType==8){return ab}f.result=ab;f.target=g;d=T.makeArray(d);d.unshift(f)}f.currentTarget=g;var e=T.data(g,"handle");if(e){e.apply(g,d)}if((!g[h]||(T.nodeName(g,"a")&&h=="click"))&&g["on"+h]&&g["on"+h].apply(g,d)===false){f.result=false}if(!l&&g[h]&&!f.isDefaultPrevented()&&!(T.nodeName(g,"a")&&h=="click")){this.triggered=true;try{g[h]()}catch(c){}}this.triggered=false;if(!f.isPropagationStopped()){var k=g.parentNode||g.ownerDocument;if(k){T.event.trigger(f,d,k,true)}}},handle:function(d){var e,l;d=arguments[0]=T.event.fix(d||W.event);d.currentTarget=this;var c=d.type.split(".");d.type=c.shift();e=!c.length&&!d.exclusive;var f=RegExp("(^|\\.)"+c.slice().sort().join(".*\\.")+"(\\.|$)");l=(T.data(this,"events")||{})[d.type];for(var h in l){var g=l[h];if(e||f.test(g.type)){d.handler=g;d.data=g.data;var k=g.apply(this,arguments);if(k!==ab){d.result=k;if(k===false){d.preventDefault();d.stopPropagation()}}if(d.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(e){if(e[aa]){return e}var g=e;e=T.Event(g);for(var f=this.props.length,c;f;){c=this.props[--f];e[c]=g[c]}if(!e.target){e.target=e.srcElement||document}if(e.target.nodeType==3){e.target=e.target.parentNode}if(!e.relatedTarget&&e.fromElement){e.relatedTarget=e.fromElement==e.target?e.toElement:e.fromElement}if(e.pageX==null&&e.clientX!=null){var d=document.documentElement,h=document.body;e.pageX=e.clientX+(d&&d.scrollLeft||h&&h.scrollLeft||0)-(d.clientLeft||0);e.pageY=e.clientY+(d&&d.scrollTop||h&&h.scrollTop||0)-(d.clientTop||0)}if(!e.which&&((e.charCode||e.charCode===0)?e.charCode:e.keyCode)){e.which=e.charCode||e.keyCode}if(!e.metaKey&&e.ctrlKey){e.metaKey=e.ctrlKey}if(!e.which&&e.button){e.which=(e.button&1?1:(e.button&2?3:(e.button&4?2:0)))}return e},proxy:function(c,d){d=d||function(){return c.apply(this,arguments)};d.guid=c.guid=c.guid||d.guid||this.guid++;return d},special:{ready:{setup:P,teardown:function(){}}},specialAll:{live:{setup:function(d,c){T.event.add(this,c[0],af)},teardown:function(c){if(c.length){var e=0,d=RegExp("(^|\\.)"+c[0]+"(\\.|$)");T.each((T.data(this,"events").live||{}),function(){if(d.test(this.type)){e++}});if(e<1){T.event.remove(this,c[0],af)}}}}}};T.Event=function(c){if(!this.preventDefault){return new T.Event(c)}if(c&&c.type){this.originalEvent=c;this.type=c.type}else{this.type=c}this.timeStamp=ad();this[aa]=true};function X(){return false}function J(){return true}T.Event.prototype={preventDefault:function(){this.isDefaultPrevented=J;var c=this.originalEvent;if(!c){return}if(c.preventDefault){c.preventDefault()}c.returnValue=false},stopPropagation:function(){this.isPropagationStopped=J;var c=this.originalEvent;if(!c){return}if(c.stopPropagation){c.stopPropagation()}c.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=J;this.stopPropagation()},isDefaultPrevented:X,isPropagationStopped:X,isImmediatePropagationStopped:X};var ah=function(d){var e=d.relatedTarget;while(e&&e!=this){try{e=e.parentNode}catch(c){e=this}}if(e!=this){d.type=d.data;T.event.handle.apply(this,arguments)}};T.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(c,d){T.event.special[d]={setup:function(){T.event.add(this,c,ah,d)},teardown:function(){T.event.remove(this,c,ah)}}});T.fn.extend({bind:function(d,c,e){return d=="unload"?this.one(d,c,e):this.each(function(){T.event.add(this,d,e||c,e&&c)})},one:function(d,c,e){var f=T.event.proxy(e||c,function(g){T(this).unbind(g,f);return(e||c).apply(this,arguments)});return this.each(function(){T.event.add(this,d,f,e&&c)})},unbind:function(c,d){return this.each(function(){T.event.remove(this,c,d)})},trigger:function(d,c){return this.each(function(){T.event.trigger(d,c,this)})},triggerHandler:function(e,c){if(this[0]){var d=T.Event(e);d.preventDefault();d.stopPropagation();T.event.trigger(d,c,this[0]);return d.result}},toggle:function(c){var e=arguments,d=1;while(d<e.length){T.event.proxy(c,e[d++])}return this.click(T.event.proxy(c,function(f){this.lastToggle=(this.lastToggle||0)%d;f.preventDefault();return e[this.lastToggle++].apply(this,arguments)||false}))},hover:function(d,c){return this.mouseenter(d).mouseleave(c)},ready:function(c){P();if(T.isReady){c.call(document,T)}else{T.readyList.push(c)}return this},live:function(c,d){var e=T.event.proxy(d);e.guid+=this.selector+c;T(document).bind(Z(c,this.selector),this.selector,e);return this},die:function(c,d){T(document).unbind(Z(c,this.selector),d?{guid:d.guid+this.selector+c}:null);return this}});function af(c){var f=RegExp("(^|\\.)"+c.type+"(\\.|$)"),d=true,e=[];T.each(T.data(this,"events").live||[],function(k,h){if(f.test(h.type)){var g=T(c.target).closest(h.data)[0];if(g){e.push({elem:g,fn:h})}}});e.sort(function(g,h){return T.data(g.elem,"closest")-T.data(h.elem,"closest")});T.each(e,function(){if(this.fn.call(this.elem,c,this.fn.data)===false){return(d=false)}});return d}function Z(c,d){return["live",c,d.replace(/\./g,"`").replace(/ /g,"|")].join(".")}T.extend({isReady:false,readyList:[],ready:function(){if(!T.isReady){T.isReady=true;if(T.readyList){T.each(T.readyList,function(){this.call(document,T)});T.readyList=null}T(document).triggerHandler("ready")}}});var G=false;function P(){if(G){return}G=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);T.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);T.ready()}});if(document.documentElement.doScroll&&W==W.top){(function(){if(T.isReady){return}try{document.documentElement.doScroll("left")}catch(c){setTimeout(arguments.callee,0);return}T.ready()})()}}}T.event.add(W,"load",T.ready)}T.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(c,d){T.fn[d]=function(e){return e?this.bind(d,e):this.trigger(d)}});T(W).bind("unload",function(){for(var c in T.cache){if(c!=1&&T.cache[c].handle){T.event.remove(T.cache[c].handle.elem)}}});(function(){T.support={};var h=document.documentElement,g=document.createElement("script"),c=document.createElement("div"),d="script"+(new Date).getTime();c.style.display="none";c.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 f=c.getElementsByTagName("*"),k=c.getElementsByTagName("a")[0];if(!f||!f.length||!k){return}T.support={leadingWhitespace:c.firstChild.nodeType==3,tbody:!c.getElementsByTagName("tbody").length,objectAll:!!c.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!c.getElementsByTagName("link").length,style:/red/.test(k.getAttribute("style")),hrefNormalized:k.getAttribute("href")==="/a",opacity:k.style.opacity==="0.5",cssFloat:!!k.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};g.type="text/javascript";try{g.appendChild(document.createTextNode("window."+d+"=1;"))}catch(e){}h.insertBefore(g,h.firstChild);if(W[d]){T.support.scriptEval=true;delete W[d]}h.removeChild(g);if(c.attachEvent&&c.fireEvent){c.attachEvent("onclick",function(){T.support.noCloneEvent=false;c.detachEvent("onclick",arguments.callee)});c.cloneNode(true).fireEvent("onclick")}T(function(){var l=document.createElement("div");l.style.width=l.style.paddingLeft="1px";document.body.appendChild(l);T.boxModel=T.support.boxModel=l.offsetWidth===2;document.body.removeChild(l).style.display="none"})})();var H=T.support.cssFloat?"cssFloat":"styleFloat";T.props={"for":"htmlFor","class":"className","float":H,cssFloat:H,styleFloat:H,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};T.fn.extend({_load:T.fn.load,load:function(g,d,c){if(typeof g!=="string"){return this._load(g)}var e=g.indexOf(" ");if(e>=0){var k=g.slice(e,g.length);g=g.slice(0,e)}var f="GET";if(d){if(T.isFunction(d)){c=d;d=null}else{if(typeof d==="object"){d=T.param(d);f="POST"}}}var h=this;T.ajax({url:g,type:f,dataType:"html",data:d,complete:function(m,l){if(l=="success"||l=="notmodified"){h.html(k?T("<div/>").append(m.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(k):m.responseText)}if(c){h.each(c,[m.responseText,l,m])}}});return this},serialize:function(){return T.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?T.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(e,d){var c=T(this).val();return c==null?null:T.isArray(c)?T.map(c,function(f,g){return{name:d.name,value:f}}):{name:d.name,value:c}}).get()}});T.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(d,c){T.fn[c]=function(e){return this.bind(c,e)}});var N=ad();T.extend({get:function(f,d,c,e){if(T.isFunction(d)){c=d;d=null}return T.ajax({type:"GET",url:f,data:d,success:c,dataType:e})},getScript:function(d,c){return T.get(d,null,c,"script")},getJSON:function(e,d,c){return T.get(e,d,c,"json")},post:function(f,d,c,e){if(T.isFunction(d)){c=d;d={}}return T.ajax({type:"POST",url:f,data:d,success:c,dataType:e})},ajaxSetup:function(c){T.extend(T.ajaxSettings,c)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return W.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(o){o=T.extend(true,o,T.extend(true,{},T.ajaxSettings,o));var c,v=/=\?(&|$)/g,h,d,u=o.type.toUpperCase();if(o.data&&o.processData&&typeof o.data!=="string"){o.data=T.param(o.data)}if(o.dataType=="jsonp"){if(u=="GET"){if(!o.url.match(v)){o.url+=(o.url.match(/\?/)?"&":"?")+(o.jsonp||"callback")+"=?"}}else{if(!o.data||!o.data.match(v)){o.data=(o.data?o.data+"&":"")+(o.jsonp||"callback")+"=?"}}o.dataType="json"}if(o.dataType=="json"&&(o.data&&o.data.match(v)||o.url.match(v))){c="jsonp"+N++;if(o.data){o.data=(o.data+"").replace(v,"="+c+"$1")}o.url=o.url.replace(v,"="+c+"$1");o.dataType="script";W[c]=function(y){d=y;s();p();W[c]=ab;try{delete W[c]}catch(x){}if(t){t.removeChild(f)}}}if(o.dataType=="script"&&o.cache==null){o.cache=false}if(o.cache===false&&u=="GET"){var w=ad();var e=o.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+w+"$2");o.url=e+((e==o.url)?(o.url.match(/\?/)?"&":"?")+"_="+w:"")}if(o.data&&u=="GET"){o.url+=(o.url.match(/\?/)?"&":"?")+o.data;o.data=null}if(o.global&&!T.active++){T.event.trigger("ajaxStart")}var k=/^(\w+:)?\/\/([^\/?#]+)/.exec(o.url);if(o.dataType=="script"&&u=="GET"&&k&&(k[1]&&k[1]!=location.protocol||k[2]!=location.host)){var t=document.getElementsByTagName("head")[0];var f=document.createElement("script");f.src=o.url;if(o.scriptCharset){f.charset=o.scriptCharset}if(!c){var m=false;f.onload=f.onreadystatechange=function(){if(!m&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){m=true;s();p();f.onload=f.onreadystatechange=null;t.removeChild(f)}}}t.appendChild(f);return ab}var q=false;var r=o.xhr();if(o.username){r.open(u,o.url,o.async,o.username,o.password)}else{r.open(u,o.url,o.async)}try{if(o.data){r.setRequestHeader("Content-Type",o.contentType)}if(o.ifModified){r.setRequestHeader("If-Modified-Since",T.lastModified[o.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}r.setRequestHeader("X-Requested-With","XMLHttpRequest");r.setRequestHeader("Accept",o.dataType&&o.accepts[o.dataType]?o.accepts[o.dataType]+", */*":o.accepts._default)}catch(g){}if(o.beforeSend&&o.beforeSend(r,o)===false){if(o.global&&!--T.active){T.event.trigger("ajaxStop")}r.abort();return false}if(o.global){T.event.trigger("ajaxSend",[r,o])}var n=function(z){if(r.readyState==0){if(l){clearInterval(l);l=null;if(o.global&&!--T.active){T.event.trigger("ajaxStop")}}}else{if(!q&&r&&(r.readyState==4||z=="timeout")){q=true;if(l){clearInterval(l);l=null}h=z=="timeout"?"timeout":!T.httpSuccess(r)?"error":o.ifModified&&T.httpNotModified(r,o.url)?"notmodified":"success";if(h=="success"){try{d=T.httpData(r,o.dataType,o)}catch(x){h="parsererror"}}if(h=="success"){var y;try{y=r.getResponseHeader("Last-Modified")}catch(x){}if(o.ifModified&&y){T.lastModified[o.url]=y}if(!c){s()}}else{T.handleError(o,r,h)}p();if(z){r.abort()}if(o.async){r=null}}}};if(o.async){var l=setInterval(n,13);if(o.timeout>0){setTimeout(function(){if(r&&!q){n("timeout")}},o.timeout)}}try{r.send(o.data)}catch(g){T.handleError(o,r,null,g)}if(!o.async){n()}function s(){if(o.success){o.success(d,h)}if(o.global){T.event.trigger("ajaxSuccess",[r,o])}}function p(){if(o.complete){o.complete(r,h)}if(o.global){T.event.trigger("ajaxComplete",[r,o])}if(o.global&&!--T.active){T.event.trigger("ajaxStop")}}return r},handleError:function(e,c,f,d){if(e.error){e.error(c,f,d)}if(e.global){T.event.trigger("ajaxError",[c,e,d])}},active:0,httpSuccess:function(c){try{return !c.status&&location.protocol=="file:"||(c.status>=200&&c.status<300)||c.status==304||c.status==1223}catch(d){}return false},httpNotModified:function(d,f){try{var c=d.getResponseHeader("Last-Modified");return d.status==304||c==T.lastModified[f]}catch(e){}return false},httpData:function(c,e,f){var g=c.getResponseHeader("content-type"),h=e=="xml"||!e&&g&&g.indexOf("xml")>=0,d=h?c.responseXML:c.responseText;if(h&&d.documentElement.tagName=="parsererror"){throw"parsererror"}if(f&&f.dataFilter){d=f.dataFilter(d,e)}if(typeof d==="string"){if(e=="script"){T.globalEval(d)}if(e=="json"){d=W["eval"]("("+d+")")}}return d},param:function(f){var d=[];function c(h,g){d[d.length]=encodeURIComponent(h)+"="+encodeURIComponent(g)}if(T.isArray(f)||f.jquery){T.each(f,function(){c(this.name,this.value)})}else{for(var e in f){if(T.isArray(f[e])){T.each(f[e],function(){c(e,this)})}else{c(e,T.isFunction(f[e])?f[e]():f[e])}}}return d.join("&").replace(/%20/g,"+")}});var V={},U,ae=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function K(d,e){var c={};T.each(ae.concat.apply([],ae.slice(0,e)),function(){c[this]=d});return c}T.fn.extend({show:function(e,c){if(e){return this.animate(K("show",3),e,c)}else{for(var g=0,k=this.length;g<k;g++){var l=T.data(this[g],"olddisplay");this[g].style.display=l||"";if(T.css(this[g],"display")==="none"){var h=this[g].tagName,d;if(V[h]){d=V[h]}else{var f=T("<"+h+" />").appendTo("body");d=f.css("display");if(d==="none"){d="block"}f.remove();V[h]=d}T.data(this[g],"olddisplay",d)}}for(var g=0,k=this.length;g<k;g++){this[g].style.display=T.data(this[g],"olddisplay")||""}return this}},hide:function(d,c){if(d){return this.animate(K("hide",3),d,c)}else{for(var e=0,f=this.length;e<f;e++){var g=T.data(this[e],"olddisplay");if(!g&&g!=="none"){T.data(this[e],"olddisplay",T.css(this[e],"display"))}}for(var e=0,f=this.length;e<f;e++){this[e].style.display="none"}return this}},_toggle:T.fn.toggle,toggle:function(c,d){var e=typeof c==="boolean";return T.isFunction(c)&&T.isFunction(d)?this._toggle.apply(this,arguments):c==null||e?this.each(function(){var f=e?c:T(this).is(":hidden");T(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),c,d)},fadeTo:function(e,c,d){return this.animate({opacity:c},e,d)},animate:function(c,f,d,e){var g=T.speed(f,d,e);return this[g.queue===false?"each":"queue"](function(){var k=T.extend({},g),m,h=this.nodeType==1&&T(this).is(":hidden"),l=this;for(m in c){if(c[m]=="hide"&&h||c[m]=="show"&&!h){return k.complete.call(this)}if((m=="height"||m=="width")&&this.style){k.display=T.css(this,"display");k.overflow=this.style.overflow}}if(k.overflow!=null){this.style.overflow="hidden"}k.curAnim=T.extend({},c);T.each(c,function(s,o){var p=new T.fx(l,k,s);if(/toggle|show|hide/.test(o)){p[o=="toggle"?h?"show":"hide":o](c)}else{var q=o.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),n=p.cur(true)||0;if(q){var t=parseFloat(q[2]),r=q[3]||"px";if(r!="px"){l.style[s]=(t||1)+r;n=((t||1)/p.cur(true))*n;l.style[s]=n+r}if(q[1]){t=((q[1]=="-="?-1:1)*t)+n}p.custom(n,t,r)}else{p.custom(n,o,"")}}});return true})},stop:function(d,e){var c=T.timers;if(d){this.queue([])}this.each(function(){for(var f=c.length-1;f>=0;f--){if(c[f].elem==this){if(e){c[f](true)}c.splice(f,1)}}});if(!e){this.dequeue()}return this}});T.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(d,c){T.fn[d]=function(f,e){return this.animate(c,f,e)}});T.extend({speed:function(d,c,e){var f=typeof d==="object"?d:{complete:e||!e&&c||T.isFunction(d)&&d,duration:d,easing:e&&c||c&&!T.isFunction(c)&&c};f.duration=T.fx.off?0:typeof f.duration==="number"?f.duration:T.fx.speeds[f.duration]||T.fx.speeds._default;f.old=f.complete;f.complete=function(){if(f.queue!==false){T(this).dequeue()}if(T.isFunction(f.old)){f.old.call(this)}};return f},easing:{linear:function(d,c,f,e){return f+e*d},swing:function(d,c,f,e){return((-Math.cos(d*Math.PI)/2)+0.5)*e+f}},timers:[],fx:function(d,e,c){this.options=e;this.elem=d;this.prop=c;if(!e.orig){e.orig={}}}});T.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(T.fx.step[this.prop]||T.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(c){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var d=parseFloat(T.css(this.elem,this.prop,c));return d&&d>-10000?d:parseFloat(T.curCSS(this.elem,this.prop))||0},custom:function(c,d,e){this.startTime=ad();this.start=c;this.end=d;this.unit=e||this.unit||"px";this.now=this.start;this.pos=this.state=0;var g=this;function f(h){return g.step(h)}f.elem=this.elem;if(f()&&T.timers.push(f)&&!U){U=setInterval(function(){var h=T.timers;for(var k=0;k<h.length;k++){if(!h[k]()){h.splice(k--,1)}}if(!h.length){clearInterval(U);U=ab}},13)}},show:function(){this.options.orig[this.prop]=T.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());T(this.elem).show()},hide:function(){this.options.orig[this.prop]=T.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(e){var f=ad();if(e||f>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var h=true;for(var g in this.options.curAnim){if(this.options.curAnim[g]!==true){h=false}}if(h){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(T.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){T(this.elem).hide()}if(this.options.hide||this.options.show){for(var d in this.options.curAnim){T.attr(this.elem.style,d,this.options.orig[d])}}this.options.complete.call(this.elem)}return false}else{var c=f-this.startTime;this.state=c/this.options.duration;this.pos=T.easing[this.options.easing||(T.easing.swing?"swing":"linear")](this.state,c,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};T.extend(T.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(c){T.attr(c.elem.style,"opacity",c.now)},_default:function(c){if(c.elem.style&&c.elem.style[c.prop]!=null){c.elem.style[c.prop]=c.now+c.unit}else{c.elem[c.prop]=c.now}}}});if(document.documentElement.getBoundingClientRect){T.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return T.offset.bodyOffset(this[0])}var h=this[0].getBoundingClientRect(),e=this[0].ownerDocument,k=e.body,l=e.documentElement,c=l.clientTop||k.clientTop||0,d=l.clientLeft||k.clientLeft||0,f=h.top+(self.pageYOffset||T.boxModel&&l.scrollTop||k.scrollTop)-c,g=h.left+(self.pageXOffset||T.boxModel&&l.scrollLeft||k.scrollLeft)-d;return{top:f,left:g}}}else{T.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return T.offset.bodyOffset(this[0])}T.offset.initialized||T.offset.initialize();var h=this[0],m=h.offsetParent,n=h,c=h.ownerDocument,e,l=c.documentElement,g=c.body,f=c.defaultView,o=f.getComputedStyle(h,null),d=h.offsetTop,k=h.offsetLeft;while((h=h.parentNode)&&h!==g&&h!==l){e=f.getComputedStyle(h,null);d-=h.scrollTop,k-=h.scrollLeft;if(h===m){d+=h.offsetTop,k+=h.offsetLeft;if(T.offset.doesNotAddBorder&&!(T.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(h.tagName))){d+=parseInt(e.borderTopWidth,10)||0,k+=parseInt(e.borderLeftWidth,10)||0}n=m,m=h.offsetParent}if(T.offset.subtractsBorderForOverflowNotVisible&&e.overflow!=="visible"){d+=parseInt(e.borderTopWidth,10)||0,k+=parseInt(e.borderLeftWidth,10)||0}o=e}if(o.position==="relative"||o.position==="static"){d+=g.offsetTop,k+=g.offsetLeft}if(o.position==="fixed"){d+=Math.max(l.scrollTop,g.scrollTop),k+=Math.max(l.scrollLeft,g.scrollLeft)}return{top:d,left:k}}}T.offset={initialize:function(){if(this.initialized){return}var e=document.body,m=document.createElement("div"),k,l,c,h,d,n,g=e.style.marginTop,f='<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>';d={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(n in d){m.style[n]=d[n]}m.innerHTML=f;e.insertBefore(m,e.firstChild);k=m.firstChild,l=k.firstChild,h=k.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(l.offsetTop!==5);this.doesAddBorderForTableAndCells=(h.offsetTop===5);k.style.overflow="hidden",k.style.position="relative";this.subtractsBorderForOverflowNotVisible=(l.offsetTop===-5);e.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(e.offsetTop===0);e.style.marginTop=g;e.removeChild(m);this.initialized=true},bodyOffset:function(e){T.offset.initialized||T.offset.initialize();var c=e.offsetTop,d=e.offsetLeft;if(T.offset.doesNotIncludeMarginInBodyOffset){c+=parseInt(T.curCSS(e,"marginTop",true),10)||0,d+=parseInt(T.curCSS(e,"marginLeft",true),10)||0}return{top:c,left:d}}};T.fn.extend({position:function(){var d=0,e=0,g;if(this[0]){var f=this.offsetParent(),c=this.offset(),h=/^body|html$/i.test(f[0].tagName)?{top:0,left:0}:f.offset();c.top-=Y(this,"marginTop");c.left-=Y(this,"marginLeft");h.top+=Y(f,"borderTopWidth");h.left+=Y(f,"borderLeftWidth");g={top:c.top-h.top,left:c.left-h.left}}return g},offsetParent:function(){var c=this[0].offsetParent||document.body;while(c&&(!/^body|html$/i.test(c.tagName)&&T.css(c,"position")=="static")){c=c.offsetParent}return T(c)}});T.each(["Left","Top"],function(d,e){var c="scroll"+e;T.fn[c]=function(f){if(!this[0]){return null}return f!==ab?this.each(function(){this==W||this==document?W.scrollTo(!d?f:T(W).scrollLeft(),d?f:T(W).scrollTop()):this[c]=f}):this[0]==W||this[0]==document?self[d?"pageYOffset":"pageXOffset"]||T.boxModel&&document.documentElement[c]||document.body[c]:this[0][c]}});T.each(["Height","Width"],function(d,f){var h=d?"Left":"Top",e=d?"Right":"Bottom",g=f.toLowerCase();T.fn["inner"+f]=function(){return this[0]?T.css(this[0],g,false,"padding"):null};T.fn["outer"+f]=function(k){return this[0]?T.css(this[0],g,false,k?"margin":"border"):null};var c=f.toLowerCase();T.fn[c]=function(k){return this[0]==W?document.compatMode=="CSS1Compat"&&document.documentElement["client"+f]||document.body["client"+f]:this[0]==document?Math.max(document.documentElement["client"+f],document.body["scroll"+f],document.documentElement["scroll"+f],document.body["offset"+f],document.documentElement["offset"+f]):k===ab?(this.length?T.css(this[0],c):null):this.css(c,typeof k==="string"?k:k+"px")}})})();var block="";var oldIE=0;var initZoneTop=0;var initZoneHeight=0;var menuZoneTop=0;var menuZoneLeft=0;var menuZoneHeight=0;var menuZoneWidth=0;function initMenus(){oldIE=checkOldIE();if(oldIE==1){initZoneTop=getMenuOffsetTop();initZoneHeight=document.getElementById("cat_1").childNodes[0].offsetHeight}if(document.getElementById&&document.createTextNode){setKeyboardEvents();setMouseEvents();hideSubMenus()}block=""}function getMenuOffsetTop(){var c=getTitleElement();if(c==null){return 0}var d=0;if(c.offsetParent){do{d+=c.offsetTop}while(c=c.offsetParent)}return d}function getTitleElement(){var c=document.getElementsByTagName("a");for(var d=0;d<c.length;d++){if(c[d].className=="cat_title"){return c[d]}}return null}function setKeyboardEvents(){var d=document.getElementsByTagName("a");for(var c=0;c<d.length;c++){if(d[c].className=="cat_title"){d[c].onfocus=function(){hideSubMenus();deploy(this.parentNode)}}}}function setMouseEvents(){var d=document.getElementsByTagName("div");for(var c=0;c<d.length;c++){if(d[c].className=="rounded_middle"||d[c].className.indexOf("rounded_top")>=0){block=d[c].parentNode.id;undeploy(d[c].parentNode);d[c].onmouseover=function(){deploy(this)};setOnMouseOut(d[c],d[c])}}}function setOnMouseOut(d,c){if(oldIE==1){d.onmouseout=function(){checkMouseOut(c.parentNode)}}else{d.onmouseout=function(){undeploy(c.parentNode)}}}function deploy(d){block=d.parentNode.id;hideSubMenus();var c=d.parentNode.childNodes;for(var e=0;e<c.length;e++){if(c[e].className=="rounded_top"||c[e].className=="selected"){c[e].className="on_main_category";setOnMouseOut(c[e],d)}else{if(c[e].className=="rounded_middle"){c[e].style.display="block";c[e].style.position="absolute";if(oldIE==1){underCoverSelect(c[e])}}}}}function checkMouseOut(d){var c=0;var g=0;var f=window.event;if(f.pageX||f.pageY){c=f.pageX;g=f.pageY}else{if(f.clientX||f.clientY){c=f.clientX+document.body.scrollLeft+document.documentElement.scrollLeft;g=f.clientY+document.body.scrollTop+document.documentElement.scrollTop}}if(g<=menuZoneTop){undeploy(d)}else{if(g>=(menuZoneTop+menuZoneHeight)){undeploy(d)}else{if(c<=menuZoneLeft){undeploy(d)}else{if(c>=(menuZoneLeft+menuZoneWidth)){undeploy(d)}}}}}function checkOldIE(){if(/MSIE (\d+\.\d+);/.test(navigator.userAgent)){var c=new Number(RegExp.$1);if(c<7){return 1}}return 0}function undeploy(d){if(d!=null&&d.id==block){var c=d.childNodes;for(var e=0;e<c.length;e++){if(c[e].className=="on_main_category"){c[e].className="rounded_top"}else{if(c[e].className=="rounded_middle"){c[e].style.display="none";c[e].style.position="relative"}}}if(oldIE==1){removeIframe()}}}function hideSubMenus(){for(var c=1;c<6;c++){undeploy(document.getElementById("cat_"+c))}}function underCoverSelect(e){var c=e.parentNode.childNodes;c[0].style.zIndex=20;c[1].style.zIndex=20;e.style.zIndex=20;var d=document.getElementById("menuIframe");d.className="menuIframe";d.style.display="block";d.style.visibility="visible";d.style.position="absolute";d.style.left=e.offsetLeft+"px";d.style.top=e.offsetTop+"px";d.style.height=e.offsetHeight+"px";d.style.width=e.offsetWidth+"px";d.style.zIndex=e.style.zIndex-1;d.style.opacity=0;d.style.filter="alpha(opacity=0)";d.style.display="block";setMenuZone(d)}function setMenuZone(c){menuZoneTop=initZoneTop;menuZoneLeft=c.offsetLeft;menuZoneHeight=initZoneHeight+c.offsetHeight;menuZoneWidth=c.offsetWidth}function removeIframe(){document.getElementById("menuIframe").style.display="none"}(function(i){var u=navigator.userAgent;var e=
/*@cc_on!@*/
false;if(/webkit/i.test(u)){setTimeout(function(){var dr=document.readyState;if(dr=="loaded"||dr=="complete"){i()}else{setTimeout(arguments.callee,10)}},10)}else{if((/mozilla/i.test(u)&&!/(compati)/.test(u))||(/opera/i.test(u))){document.addEventListener("DOMContentLoaded",i,false)}else{if(e){(function(){var t=document.createElement("doc:rdy");try{t.doScroll("left");i();t=null}catch(e){setTimeout(arguments.callee,0)}})()}else{window.onload=i}}}})(initMenus);var xw=window;var xtpage="";var xtsite,xtsd,xtdi,xtn2;var xd,xtdmc,xtprm,xtclzone=(xw.scriptOnClickZone!=null)?xw.scriptOnClickZone:0;function updateXitiDiv(h,c,f,d,n){var l=document.getElementById("xtsite");if(l!=null){if(l.innerHTML==null||l.innerHTML==""){l.innerHTML=h}}var g=document.getElementById("xtsd");if(g!=null){if(g.innerHTML==null||g.innerHTML==""){g.innerHTML=c}}var m=document.getElementById("xtn2");if(m!=null){if(m.innerHTML==null||m.innerHTML==""||m.innerHTML=="0"||m.innerHTML==0){m.innerHTML=f}}var e=document.getElementById("xtdi");if(e!=null){if(e.innerHTML==null||e.innerHTML==""||e.innerHTML=="0"||e.innerHTML==0){e.innerHTML=d}}var k=document.getElementById("xtpage");if(k!=null){if(k.innerHTML==null||k.innerHTML==""){k.innerHTML=n}}}function getDi(f){var g=getAllImportanceDegree();var d="";var e="0";for(var c=0;c<g.length;c++){if(f.substring(0,g[c][0].length)==g[c][0]){e=g[c][1];break}}return e}function offerPresentationStat(d,g,n,h,m,e,c,p){var q=getLevel2SiteForOfferPresentation();var f=getXtsiteByProductPyramid();xd=document;xtdmc="";xtprm="";xtsite="";xtdi=getDi(d);if(p!="true"){xtsd=getXtsd();for(var k=0;k<f.length;k++){if(f[k][0]==d){xtsite=f[k][1];break}}}else{xtsite=getXtsitePreview();xtsd=getXtsdPreview()}xtn2="0";for(var l=0;l<q.length;l++){if(xtsite+g==q[l][0]){xtn2=q[l][1];break}}xtpage=m;if(h!=""){xtpage=xtpage+"::"+e+"::"+c}var o=document;updateXitiDiv(xtsite,xtsd,xtn2,xtdi,xtpage);document.write('<script type="text/javascript" src="/gc_1_0/js/xtcore.js"><');document.write("/script>")}function offerPresentationStatClickZone(d,g,n,h,m,e,c,p){var q=getLevel2SiteForOfferPresentation();var f=getXtsiteByProductPyramid();xd=document;xtdmc="";xtprm="";xtsite="";xtdi=getDi(d);if(p!="true"){xtsd=getXtsd();for(var k=0;k<f.length;k++){if(f[k][0]==d){xtsite=f[k][1];break}}}else{xtsite=getXtsitePreview();xtsd=getXtsdPreview()}xtn2="0";for(var l=0;l<q.length;l++){if(xtsite+g==q[l][0]){xtn2=q[l][1];break}}xtpage=m;if(h!=""){xtpage=xtpage+"::"+e+"::"+c}if(xtpage==""){xtpage=m}var o=document;updateXitiDiv(xtsite,xtsd,xtn2,xtdi,xtpage);document.write('<script type="text/javascript" src="/gc_1_0/js/xtclicks.js"><');document.write("/script>");document.write('<script type="text/javascript" src="/gc_1_0/js/xtcore.js"><');document.write("/script>")}function xtclURL(d){var e="";var f="";var c=0;while(c<name_b.length){var d=name_b.charAt(c);if(d=="%"&&d.substring(c,3)=="%3C"){d="<";c+=3}if(d=="%"&&d.substring(c,3)=="%3D"){d="=";c+=3}else{if(d=="%"&&d.substring(c,3)=="%3E"){d=">";c+=3}else{c++}}e+=d}c=0;while(c<e.length-1){var d=e.charAt(c);if(d=="<"&&e.charAt(c+1)==">"){c+=2}else{f+=d;c++}}return f}function Getxtorcookie(d){var c=d+"=";var f=0;while(f<xd.cookie.length){var e=f+c.length;if(xd.cookie.substring(f,e)==c){return valeurxtorcook(e)}f=xd.cookie.indexOf(" ",f)+1;if(f==0){break}}return null}function valeurxtorcook(c){var d=xd.cookie.indexOf(";",c);if(d==-1){d=xd.cookie.length}return unescape(xtclURL(xd.cookie.substring(c,d)))}function recupxtor(d){var c=xtclURL(xtnv.location.search.toLowerCase());xtpos=c.indexOf(d+"=");if(xtpos>0){chq=c.substring(1,c.length);mq=chq.substring(chq.indexOf(d+"="),chq.length);pos3=mq.indexOf("&");if(pos3==-1){pos3=mq.indexOf("%26")}if(pos3==-1){pos3=mq.length}return mq.substring(mq.indexOf("=")+1,pos3)}else{return null}}function wcookie(g,f,e,d,c){f=(c==0)?f:escape(f);xd.cookie=g+"="+f+";expires="+e.toGMTString()+" ;path=/"+d}var functions=new Array();var ranges=new Array();var documents=new Array();function Function(d,c){this.id=d;this.libelle=c}function Range(e,c,d){this.id=e;this.libelle=c;this.idFunction=d}function Document(f,c,d,e){this.id=f;this.libelle=c;this.idFunction=d;this.idRange=e}function rangeActivation(c,e,d){if(c!=""){document.range_form.p_ranges.disabled=false}else{document.range_form.p_ranges.disabled=true;document.range_form.p_ranges.options[0].selected=true}document.document_form.p_documents.disabled=true;document.document_form.p_documents.options[0].selected=true;document.getElementById("submitButton").style.display="none";document.getElementById("submitButtonHide").style.display="inline";fillRangeList(c,e,d)}function legacyRangeActivation(c,d){if(c!=""){document.range_form.p_ranges.disabled=false}else{document.range_form.p_ranges.disabled=true;document.range_form.p_ranges.options[0].selected=true}document.getElementById("submitButton").style.display="none";document.getElementById("submitButtonHide").style.display="inline";fillRangeList(c,d);document.getElementById("document_legacy_message").innerHTML="<p/>"}function documentActivation(e,d,h,f,c,g){if(e!=""&&d!=""){document.document_form.p_documents.disabled=false}else{document.document_form.p_documents.disabled=true;document.document_form.p_documents.options[0].selected=true}document.getElementById("submitButton").style.display="none";document.getElementById("submitButtonHide").style.display="inline";fillDocumentList(e,d,h,f,c,g)}function formActivation(c){document.getElementById("submitButton").style.display="none";document.getElementById("submitButtonHide").style.display="inline";if(c!=""&&c!=0){document.getElementById("submitButton").style.display="inline";document.getElementById("submitButtonHide").style.display="none"}}function formLegacyActivation(d,c,f,h){document.getElementById("submitButton").style.display="none";document.getElementById("submitButtonHide").style.display="inline";if(d!=""&&d!=0){if(f=="true"&&hashMapAvailableContentTypeFromPrep!=null){var e=c.split(",");var g=0;for(j=0;j<e.length;j++){if(hashMapAvailableContentTypeFromPrep.get(e[j])!=null&&hashMapAvailableContentTypeFromPrep.get(e[j])!=""){g++}}if(g>0){document.getElementById("submitButton").style.display="inline";document.getElementById("submitButtonHide").style.display="none";document.getElementById("document_legacy_message").innerHTML="<p/>"}else{document.getElementById("submitButton").style.display="none";document.getElementById("submitButtonHide").style.display="inline";document.getElementById("document_legacy_message").innerHTML="<p>"+h+"</p>"}}else{document.getElementById("submitButton").style.display="inline";document.getElementById("submitButtonHide").style.display="none";document.getElementById("document_legacy_message").innerHTML="<p/>"}}else{document.getElementById("document_legacy_message").innerHTML="<p/>"}}function fillFunctionList(d){var c=document.function_form.p_functions;c.options.length=1;c.options[0]=new Option(d,0);for(i=0;i<functions.length;i++){c.options[c.options.length]=new Option(functions[i].libelle,functions[i].id)}}function fillRangeList(c,f,e){var d=document.range_form.p_ranges;d.options.length=1;d.options[0]=new Option(f,0);for(i=0;i<ranges.length;i++){if(c!=""&&ranges[i].idFunction==c){d.options[d.options.length]=new Option(ranges[i].libelle,ranges[i].id)}}if(d.options.length==1){d.disabled=true}if(document.document_form!=null){var g=document.document_form.p_documents;if(g!=null){g.options.length=1;g.options[0]=new Option(f,0)}}}function getAllContentTypesForASpecificRange(e,d){var f={};f={set:function(h,k){this[h]=k},get:function(h){return this[h]}};var c="";for(i=0;i<documents.length;i++){if(e!=""&&d!=""&&documents[i].idRange==e&&documents[i].idFunction==d){var g=documents[i].id.split(",");for(j=0;j<g.length;j++){if(f.get(g[j])!=g[j]){c+=g[j]+",";f[g[j]]=g[j]}}}}c=c.substr(0,c.length-1);return c}function fillDocumentList(o,l,h,e,q,c){var k=document.getElementById("p_documents");while(k.options.length!=0){k.options[k.options.length-1]=null}var p={};p={set:function(r,s){this[r]=s},get:function(r){return this[r]}};var d=document.document_form.p_documents;if(e=="true"&&hashMapAvailableContentTypeFromPrep!=null){d.options.length=1;d.options[0]=new Option(h,0);var n=0;for(i=0;i<documents.length;i++){if(o!=""&&l!=""&&documents[i].idRange==o&&documents[i].idFunction==l){var m=documents[i].id.split(",");var f=0;var g="";for(j=0;j<m.length;j++){if(p.get(m[j])!=m[j]&&hashMapAvailableContentTypeFromPrep.get(m[j])!=null&&hashMapAvailableContentTypeFromPrep.get(m[j])!=""){f++;n++;if(f==1){g=hashMapAvailableContentTypeFromPrep.get(m[j])}p.set(m[j],m[j])}}if(f>0){if(q=="true"&&f==1){d.options[d.options.length]=new Option(g,documents[i].id)}else{d.options[d.options.length]=new Option(documents[i].libelle,documents[i].id)}}}}if(d.options.length==1){d.disabled=true}if(n==0){d.options[0]=new Option(c,0);d.disabled=true}}else{d.options.length=1;d.options[0]=new Option(h,0);for(i=0;i<documents.length;i++){if(o!=""&&l!=""&&documents[i].idRange==o&&documents[i].idFunction==l){d.options[d.options.length]=new Option(documents[i].libelle,documents[i].id)}}if(d.options.length==1){d.disabled=true}}}function getContentTypesFromResource(url){var sousChaine1Position=eval(url.indexOf("%26c=",0)+5);var sousChaine2Position=url.indexOf("~",0);var contentTypes=url.substring(sousChaine1Position,sousChaine2Position);return contentTypes}function getXMLHttpRequest(){var d=null;if(window.XMLHttpRequest){d=new XMLHttpRequest()}else{if(window.ActiveXObject){try{d=new ActiveXObject("Msxml2.XMLHTTP")}catch(c){try{d=new ActiveXObject("Microsoft.XMLHTTP")}catch(c){}}}else{d=false}}return d}function execute(h,l,k,g,e,f,d,m,c){xhrPrep=getXMLHttpRequest();hashMapAvailableContentTypeFromPrep=null;xhrPrep.onreadystatechange=function(){handleHttpResponse();fillDocumentList(k,g,f,d,m,c)};xhrPrep.open("GET",h+replaceByHexadecimalValue(l)+"%26p="+k+"%26c="+getAllContentTypesForASpecificRange(k,g)+"%26L="+e,true);xhrPrep.send(null);return true}function executeLegacy(g,d,h,k,c,e,f){xhrPrep=getXMLHttpRequest();hashMapAvailableContentTypeFromPrep=null;xhrPrep.open("GET",g+replaceByHexadecimalValue(d)+"%26p="+h+"%26c="+c+"%26L="+k,true);xhrPrep.send("");xhrPrep.onreadystatechange=function(){handleHttpResponse();formLegacyActivation(h,c,e,f)};return true}function nodeCleaner(c){if(!c.data.replace(/\s/g,"")){c.parentNode.removeChild(c)}}function cleanXML(c){var d=c.getElementsByTagName("*");for(i=0;i<d.length;i++){a=d[i].previousSibling;if(a&&a.nodeType==3){nodeCleaner(a)}b=d[i].nextSibling;if(b&&b.nodeType==3){nodeCleaner(b)}}return c}function handleHttpResponse(){if(xhrPrep.readyState==4&&xhrPrep.status==200){response=xhrPrep.responseXML.documentElement;if(response!=null){response=cleanXML(xhrPrep.responseXML.documentElement);hashMapAvailableContentTypeFromPrep=getAvailableDocumentsTypes(response)}}}function displayResult(g){var e="";var l=g.getElementsByTagName("range_id").item(0).firstChild.nodeValue;var d=g.getElementsByTagName("contains_doc").item(0).firstChild.nodeValue;var c=g.getElementsByTagName("content_type");e+="<h1>Range (id: "+l+", contains_doc: "+d+")</h1>";for(i=0;i<c.length;i++){var h=c.item(i).getElementsByTagName("id").item(0).firstChild.nodeValue;var f=c.item(i).getElementsByTagName("title").item(0).firstChild.nodeValue;var k=c.item(i).getElementsByTagName("contains_doc").item(0).firstChild.nodeValue;e+="<p>content type (id: "+h+",title: "+f+", contains_doc: "+k+"</p>"}document.getElementById("content").innerHTML=e}function getAvailableDocumentsTypes(g){var l={set:function(m,n){this[m]=n},get:function(m){return this[m]}};var f=g.getElementsByTagName("contains_doc");var d=0;for(i=0;i<f.length;i++){if(f[i].parentNode.tagName=="check_content"){d=f[i].firstChild.nodeValue}}if(d==1){var c=g.getElementsByTagName("content_type");for(i=0;i<c.length;i++){var h=getNodeValue(c.item(i).getElementsByTagName("id").item(0));var e=getNodeValue(c.item(i).getElementsByTagName("title").item(0));var k=getNodeValue(c.item(i).getElementsByTagName("contains_doc").item(0));if(k==1&&h!=""){l.set(h,e)}}}return l}function getNodeValue(c){var d="";if(c!=null&&c.hasChildNodes()){d=c.firstChild.nodeValue}return d}function replaceByHexadecimalValue(c){c=c.replace("?","%3F","g");c=c.replace("&","%26","g");return c}var xw=window;var xtpage="";var xtsite,xtsd,xtdi,xtn2;var xtdmc,xtprm,xtclzone=(xw.scriptOnClickZone!=null)?xw.scriptOnClickZone:0;function updateXitiDiv(h,c,f,d,n){var l=document.getElementById("xtsite");if(l!=null){if(l.innerHTML==null||l.innerHTML==""){l.innerHTML=h}}var g=document.getElementById("xtsd");if(g!=null){if(g.innerHTML==null||g.innerHTML==""){g.innerHTML=c}}var m=document.getElementById("xtn2");if(m!=null){if(m.innerHTML==null||m.innerHTML==""||m.innerHTML=="0"||m.innerHTML==0){m.innerHTML=f}}var e=document.getElementById("xtdi");if(e!=null){if(e.innerHTML==null||e.innerHTML==""||e.innerHTML=="0"||e.innerHTML==0){e.innerHTML=d}}var k=document.getElementById("xtpage");if(k!=null){if(k.innerHTML==null||k.innerHTML==""){k.innerHTML=n}}}function getDi(f){var g=getAllImportanceDegree();var d="";var e="0";for(var c=0;c<g.length;c++){if(f.substring(0,g[c][0].length)==g[c][0]){e=g[c][1];break}}return e}function pageStatClickZone(r,p){var n=document;var f=""+r;if(r=="error"){f=window.location.href.replace(new RegExp("^http://[^/]+(/sites)?/[^/]+/([^/]+/.*)\\.page","g"),"$2")}var t=getLevel2SiteForSite();var g=getXtsiteByLang();var c=f.split("/");var o=getExcludedPages();var s="false";for(var h=0;h<o.length;h++){var q=o[h];if(comparePath(f,q)){s=true;break}}var e=c[0];if(p!="true"){for(var l=0;l<g.length;l++){if(g[l][0]==e){xtsite=g[l][1];break}}xtsd=getXtsd()}else{xtsite=getXtsitePreview();xtsd=getXtsdPreview()}xtdmc="";xtprm="";xtdi=getDi(f);xtn2="0";var d="";for(var m=0;m<t.length;m++){if(r=="error"&&t[m][0]=="error"||r!="error"&&f.substring(0,t[m][0].length)==t[m][0]){xtn2=t[m][1];if(r=="error"){d=f.substring(f.indexOf("/")+1)}else{if(f.length==t[m][0].length){uri_s=f.split("/");d=""+uri_s[uri_s.length-1]}else{d=new String(f.substring(t[m][0].length))}}break}}if(xtn2==0){d=r}if(d!=""){xtpage=d.split("/").join("::")}updateXitiDiv(xtsite,xtsd,xtn2,xtdi,xtpage);if(s=="false"){document.write('<script type="text/javascript" src="/gc_1_0/js/xtclicks.js"><');document.write("/script>");document.write('<script type="text/javascript" src="/gc_1_0/js/xtcore.js"><');document.write("/script>")}}function pageStat(r,p){var n=document;var f=""+r;if(r=="error"){f=window.location.href.replace(new RegExp("^http://[^/]+(/sites)?/[^/]+/([^/]+/.*)\\.page","g"),"$2")}var t=getLevel2SiteForSite();var g=getXtsiteByLang();var c=f.split("/");var o=getExcludedPages();var s="false";for(var h=0;h<o.length;h++){var q=o[h];if(comparePath(f,q)){s=true;break}}var e=c[0];if(p!="true"){for(var l=0;l<g.length;l++){if(g[l][0]==e){xtsite=g[l][1];break}}xtsd=getXtsd()}else{xtsite=getXtsitePreview();xtsd=getXtsdPreview()}xtdmc="";xtprm="";xtdi=getDi(f);xtn2="0";var d="";for(var m=0;m<t.length;m++){if(r=="error"&&t[m][0]=="error"||r!="error"&&f.substring(0,t[m][0].length)==t[m][0]){xtn2=t[m][1];if(r=="error"){d=f.substring(f.indexOf("/")+1)}else{if(f.length==t[m][0].length){uri_s=f.split("/");d=""+uri_s[uri_s.length-1]}else{d=new String(f.substring(t[m][0].length))}}break}}if(xtn2==0){d=r}if(d!=""){xtpage=d.split("/").join("::")}updateXitiDiv(xtsite,xtsd,xtn2,xtdi,xtpage);if(s=="false"){document.write('<script type="text/javascript" src="/gc_1_0/js/xtcore.js"><');document.write("/script>")}}function xtclURL(d){var e="";var f="";var c=0;while(c<name_b.length){var d=name_b.charAt(c);if(d=="%"&&d.substring(c,3)=="%3C"){d="<";c+=3}if(d=="%"&&d.substring(c,3)=="%3D"){d="=";c+=3}else{if(d=="%"&&d.substring(c,3)=="%3E"){d=">";c+=3}else{c++}}e+=d}c=0;while(c<e.length-1){var d=e.charAt(c);if(d=="<"&&e.charAt(c+1)==">"){c+=2}else{f+=d;c++}}return f}function xtf1(e,d){d=((d!=null)&&(d!=xtud))?d:"0";var c=e+"=";i=0;while(i<xd.cookie.length){var f=i+c.length;if(xd.cookie.substring(i,f)==c){return xtf2(f,d)}i=xd.cookie.indexOf(" ",i)+1;if(i==0){break}}return null}function xtf2(d,c){var e=xd.cookie.indexOf(";",d);if(e==-1){e=xd.cookie.length}if(c!="1"){return unescape(xtclURL(xd.cookie.substring(d,e)))}else{return xtclURL(xd.cookie.substring(d,e))}}function wck(g,f,e,d,c){f=(c==0)?f:escape(f);xd.cookie=g+"="+f+";expires="+e.toGMTString()+";path=/"+d}function xtf3(l,d){try{xtdeb=xt6.location.href}catch(k){xtdeb=xw.location.href}if((d==null)||(d==xtud)){var c=xtclURL(xtdeb.toLowerCase())}else{var c=d}var h=c.indexOf(l+"=");if(h>0){var g=c.substring(1,c.length),f=g.substring(g.indexOf(l+"="),g.length);pos3=f.indexOf("&");if(pos3==-1){pos3=f.indexOf("%26")}if(pos3==-1){pos3=f.length}return f.substring(f.indexOf("=")+1,pos3)}else{return null}}function f_nb(c){c=c-Math.floor(c/100)*100;if(c<10){return"0"+c}else{return c}}function xt_ParseUrl(c,n,l,k){var d=new Array;if((n.length>0)&&(xt15!="")){var m=1600-l.length,g=0,f=0,e="";while(n.length>m&&e!=n){e=n;var h="&pdt";if(n.lastIndexOf(h,m)<=0){h="&"}d[g]=n.substring(0,n.lastIndexOf(h,m));n=n.substring(n.lastIndexOf(h,m),n.length);g++;m=1600}d[g]=n;for(f=0;f<=g;f++){if(g>0){d[f]+="&idhit="+(f+1)+"-"+(g+1)+"-"+xt8+"-"+xt15+"-"+xt17}if(f>0){d[f]="s="+xt8+"&cmd="+xt15+"&idcart="+xt17+d[f]}else{d[f]+=l}if((k=="")||(k==null)){xd.write('<img width="1" height="1" src="'+c+d[f]+'">')}else{xt_img=new Image();xt_img.src=c+d[f]}}}}function comparePath(c,g){var l=""+g;var m=""+c;var h=l.split("/");var e=m.split("/");var k=0;var f=0;if(h[0]==""){f++}if(e[0]==""){k++}while(k<e.length){if(f>=h.length){return false}if(e[k]!=h[f]){if(h[f]=="*"){while(h[f]=="*"&&f<h.length){f++}if(f>=h.length){return true}var d=true;while(k<e.length-1&&d){if(e[k]==h[f]&&e[k+1]!=h[f]){d=false}else{k++}}}else{return false}}else{k++;f++}}return true}function linkStat(s,r,m,e,f){var k=new String(r);var u=getLevel2SiteForSite();var l=getXtsiteByLang();var d=k.split("/");var h=d[3];for(var o=0;o<l.length;o++){if(u[o][0]==h){xtsite=u[o][1];break}}var q=getXtsd();section="0";var g="";for(var p=0;p<u.length;p++){if(k.substring(0,u[p][0].length)==u[p][0]){section=u[p][1];g=new String(k.substring(u[p][0].length));break}}var c=m.split("/");var t=m;if(c.length>0){t=c[c.length-1]}var n="";if(g!=""){n=g.split("/").join("::")+"::"+t}else{n=t}xt_med("C",section,n,e)}var BrowserDetect={init:function(){this.browser=this.searchString(this.dataBrowser)||"An unknown browser";this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version";this.OS=this.searchString(this.dataOS)||"an unknown OS"},searchString:function(f){for(var c=0;c<f.length;c++){var d=f[c].string;var e=f[c].prop;this.versionSearchString=f[c].versionSearch||f[c].identity;if(d){if(d.indexOf(f[c].subString)!=-1){return f[c].identity}}else{if(e){return f[c].identity}}}},searchVersion:function(d){var c=d.indexOf(this.versionSearchString);if(c==-1){return}return parseFloat(d.substring(c+this.versionSearchString.length+1))},dataBrowser:[{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari"},{prop:window.opera,identity:"Opera"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]};BrowserDetect.init();function getURI(){var e=window.location+"";var d=window.location.host+"";var c=e.substring(e.indexOf(d)+d.length,e.lastIndexOf(".page"));return c}function setInnerHTML(e,d){var c=(window.document.getElementById)?window.document.getElementById(e):window.document[e];c.innerHTML=d}function getTextWidth(e){var d=150;var c=document.createElement("span");c.style.visibility="hidden";c.style.position="absolute";c.appendChild(document.createTextNode(e));document.getElementsByTagName("body")[0].appendChild(c);d=c.offsetWidth;document.getElementsByTagName("body")[0].removeChild(c);c=null;return d}function getDate_YYYY_MM_DD(d){var e=d.substring(0,2);var f=d.substring(3,5);var c=d.substring(6,10);document.write(c+"/"+f+"/"+e)}function setMasterDivID(){document.getElementsByTagName("body").item(0).firstChild.id="MASTER"}function goToPage(d){var c=d.split(",");if(c[0]==""){return}if(c[1]=="_self"){window.location=c[0]}else{if(c[1]=="_blank"){window.open(c[0])}else{popup(c[0])}}}function writeTruncatedTextBreadcrumb(d,e){var c;var f=document.getElementById("ruler");if(f==null){f=document.all.ruler}f.innerHTML=e;elements=f.getElementsByTagName("span");c=0;while(f.offsetWidth>d&&c<elements.length){elements[c].getElementsByTagName("a")[0].innerHTML="...";c++}}function normalizePageName(d){var c="";var g=d.toLowerCase();for(var e=0;e<g.length;e++){var f="";var h=g.charCodeAt(e);if(h==130||h==138||h==136||h==137){f="e"}else{if(h==133||h==131||h==132||h==160){f="a"}else{if(h==139||h==140||h==141){f="i"}else{if(h==147||h==148||h==149){f="o"}else{if(h==150||h==151||h==154){f="u"}else{if(h==135){f="c"}else{if(h==32){f="_"}else{if((h>=65&&h<=90)||(h>=97&&h<=122)||(h>=47&&h<=58)||h==45||h==92||h==95||h==126){f=g.charAt(e)}}}}}}}}c+=f}return c}function reloadBreadcrumb(d,c){setTimeout(function(){writeTruncatedTextBreadcrumb(d,c)},1000)}function initRightCol(){if(document.getElementById&&document.createTextNode){if(document.getElementById("hiddenContent")!=null&&document.getElementById("open_image")!=null){document.getElementById("hiddenContent").style.display="none";document.getElementById("open_image").onclick=function(){document.getElementById("open_image").style.display="none";document.getElementById("hiddenContent").style.display="block"};document.getElementById("open_image").onrelease=function(){document.getElementById("open_image").style.display="none";document.getElementById("hiddenContent").style.display="block"};document.getElementById("hiddenContent").onclick=function(){document.getElementById("open_image").style.display="block";document.getElementById("hiddenContent").style.display="none"};document.getElementById("hiddenContent").onrelease=function(){document.getElementById("open_image").style.display="block";document.getElementById("hiddenContent").style.display="none"}}}}window.onload=function(){initRightCol()};var maiaApp;var flash;var geocoder;var upperLeftCornerX;var upperLeftCornerY;var lowerRightCornerX;var lowerRightCornerY;var p_adress_1;var p_adress_2;var p_zip_code;var p_city;var p_country;var p_regionId;var p_autoZoom;var initX;var initY;var partnerViewer;var init=true;var poiList;var levels=Array(0.5,1,3,8,25,100,350,1050,3500);var lim53003=6;function WGSPlusMeters(n,c,f){var d=6378137;var m=6356752.314;var o=d*d;var g=m*m;var p=3.14159265;var h=f/d;var e=Math.tan(n.y*p/180);e=e*e;var l=(c*Math.sqrt(o+(g*e)))/o;var k=new Coordinates(n.x+l*180/p,n.y+h*180/p,n.radius,"wgs84");return k}function setBoundsFromCentre(d,k,h){if(k==undefined){k=300}if(h==undefined){h=300}var f=Math.abs(levels[d.coordinates.radius-1])*k;var c=Math.abs(levels[d.coordinates.radius-1])*h;var g=WGSPlusMeters(d.coordinates,-f,c);var e=WGSPlusMeters(d.coordinates,f,-c);d.upperLeftCorner=g;d.lowerRightCorner=e}function initMap(){flash=FlashWrapper.getInstance("Maia");maiaApp.addDefaultTools();var d=new BaseMapTool(flash);maiaApp.addTool(d);maiaApp.addTool(new DnDPanTool(flash));maiaApp.addTool(new WheelZoomTool(flash));var e=flash.createProxy("onCoordinateChangeProxy");e.defineFunction("onMaiaMapCoordinateChange");e.onMaiaMapCoordinateChange=function(g){setBoundsFromCentre(g);var f={upperLeftCorner:g.upperLeftCorner,lowerRightCorner:g.lowerRightCorner};setCorners(f);updateCoordinates(p_address_1,p_address_2,p_zip_code,p_city,p_country,p_regionId,partners_attribute_1,partners_attribute_2,partners_attribute_3,partners_attribute_4,upperLeftCornerX,upperLeftCornerY,lowerRightCornerX,lowerRightCornerY,partnerViewer,p_autoZoom)};maiaApp.getMapModel().addListener(e);var c=flash.createProxy("poiListenerProxy");c.defineFunction("onPOIIconRelease");c.onPOIIconRelease=function(g){var k=g.poi;var h=k.getID().split("#")[1];var f=p_partner_viewer+"p_partnerId="+h;window.location=f};maiaApp.addPOIListener(c);if(init){init=false;maiaApp.navigateTo(initX,initY)}}function drawMap(h,g,e,f,c,k,d){if(init){initX=g;initY=e;partnerViewer=f;p_autoZoom=d;poiList=new Array()}maiaApp=new MaiaApp("Maia","m1",h,initMap,{displayWidth:c,displayHeight:k,x:g,y:e,radius:5})}function drawCascadingMap(d,e,c,f){maiaApp=new MaiaApp("Maia","m1",d,onCascadingMaiaInit,{intro:e,introBackgroundColor:15790320,introWidth:350,displayWidth:c,displayHeight:f})}function zoomOnPOICanvas(){var d=maiaApp.getPOICanvas().getGeographicExtent();if((d.upperLeftCorner.x==null)||(d.upperLeftCorner.y==null)||(d.lowerRightCorner.x==null)||(d.lowerRightCorner.y==null)){return}var c=new MRectangleShape(d.lowerRightCorner,d.upperLeftCorner,flash);maiaApp.addShape(c);c.setFillStyle(null);maiaApp.bestView(d.upperLeftCorner,d.lowerRightCorner)}function setCorners(c){upperLeftCornerX=c.upperLeftCorner.x;upperLeftCornerY=c.upperLeftCorner.y;lowerRightCornerX=c.lowerRightCorner.x;lowerRightCornerY=c.lowerRightCorner.y}function isInsideBounds(c,e,d){xLT=d.upperLeftCorner.x;yLT=d.upperLeftCorner.y;xRB=d.lowerRightCorner.x;yRB=d.lowerRightCorner.y;if(c<xLT||c>xRB){return false}else{if(e<yRB||e>yLT){return false}else{return true}}}function isVisible(c,d){xLT=maiaApp.getVisibleBounds()[0]._x;yLT=maiaApp.getVisibleBounds()[0]._y;xRB=maiaApp.getVisibleBounds()[1]._x;yRB=maiaApp.getVisibleBounds()[1]._y;if(c<xLT||c>xRB){return false}else{if(d<yRB||d>yLT){return false}else{return true}}}function getCorners(){xLT=maiaApp.getVisibleBounds()[0]._x;yLT=maiaApp.getVisibleBounds()[0]._y;xRB=maiaApp.getVisibleBounds()[1]._x;yRB=maiaApp.getVisibleBounds()[1]._y;alert("[ "+xLT+" ; "+xRB+" ],\n[ "+yLT+" ; "+yRB+" ]")}function refresh(d){clearPois();setBoundsFromCentre(d);var c={upperLeftCorner:d.upperLeftCorner,lowerRightCorner:d.lowerRightCorner};setCorners(c);updateCoordinates(partners_attribute_1,partners_attribute_2,partners_attribute_3,partners_attribute_4,upperLeftCornerX,upperLeftCornerY,lowerRightCornerX,lowerRightCornerY,partnerViewer,p_autoZoom)}function clearPois(){maiaApp.clearPOIs();if(poiList==null){return}for(var c=0;c<poiList.length;c++){flash.release(poiList[c])}}function drawPoi(g,d,c,f){var e=new POI(g,{label:d,index:1,x:c,y:f,cs:"wgs84",icon:partner_locator_poi_icon,nomVille:d},flash);maiaApp.addPOI(e);poiList.push(e)}function show_partner(d,f){var c=new Coordinates(d,f);var e=new CoordinatesLocation(c,flash);geocoder.geocode(e)}var dropdowncontent={disableanchorlink:true,hidedivmouseout:[true,200],ajaxloadingmsg:"Loading content. Please wait...",ajaxbustcache:true,getposOffset:function(d,c){return(d.offsetParent)?d[c]+this.getposOffset(d.offsetParent,c):d[c]},isContained:function(d,f){var f=window.event||f;var g=f.relatedTarget||((f.type=="mouseover")?f.fromElement:f.toElement);while(g&&g!=d){try{g=g.parentNode}catch(f){g=d}}if(g==d){return true}else{return false}},show:function(f,d,h){if(!this.isContained(f,h)){var h=window.event||h;if(h.type=="click"&&d.style.visibility=="visible"){d.style.visibility="hidden";return}var c=(d.dropposition[0]=="left")?-(d.offsetWidth-f.offsetWidth):0;var g=(d.dropposition[1]=="top")?-d.offsetHeight:f.offsetHeight;d.style.left=this.getposOffset(f,"offsetLeft")+c+"px";d.style.top=this.getposOffset(f,"offsetTop")+g+"px";d.style.clip=(d.dropposition[1]=="top")?"rect(auto auto auto 0)":"rect(0 auto 0 0)";d.style.visibility="visible";d.startTime=new Date().getTime();d.contentheight=parseInt(d.offsetHeight);if(typeof window["hidetimer_"+d.id]!="undefined"){clearTimeout(window["hidetimer_"+d.id])}this.slideengine(d,(d.dropposition[1]=="top")?"up":"down")}},curveincrement:function(c){return(1-Math.cos(c*Math.PI))/2},slideengine:function(f,g){var c=new Date().getTime()-f.startTime;if(c<f.glidetime){var e=(g=="down")?this.curveincrement(c/f.glidetime):1-this.curveincrement(c/f.glidetime);var d=(e*f.contentheight)+"px";f.style.clip=(g=="down")?"rect(0 auto "+d+" 0)":"rect("+d+" auto auto 0)";window["glidetimer_"+f.id]=setTimeout(function(){dropdowncontent.slideengine(f,g)},10)}else{f.style.clip="rect(0 auto auto 0)"}},hide:function(d,c,f){if(!dropdowncontent.isContained(d,f)){window["hidetimer_"+c.id]=setTimeout(function(){c.style.visibility="hidden";c.style.left=c.style.top=0;clearTimeout(window["glidetimer_"+c.id])},dropdowncontent.hidedivmouseout[1])}},hidediv:function(c){document.getElementById(c).style.visibility="hidden"},ajaxconnect:function(d,c){var h=false;var g="";if(window.XMLHttpRequest){h=new XMLHttpRequest()}else{if(window.ActiveXObject){try{h=new ActiveXObject("Msxml2.XMLHTTP")}catch(f){try{h=new ActiveXObject("Microsoft.XMLHTTP")}catch(f){}}}else{return false}}document.getElementById(c).innerHTML=this.ajaxloadingmsg;h.onreadystatechange=function(){dropdowncontent.loadpage(h,c)};if(this.ajaxbustcache){g=(d.indexOf("?")!=-1)?"&"+new Date().getTime():"?"+new Date().getTime()}h.open("GET",d+g,true);h.send(null)},loadpage:function(d,c){if(d.readyState==4&&(d.status==200||window.location.href.indexOf("http")==-1)){document.getElementById(c).innerHTML=d.responseText}},init:function(g,k,h,f){var d=document.getElementById(g);var c=document.getElementById(d.getAttribute("rel"));var e=d.getAttribute("rev");if(e!=null&&e!=""){this.ajaxconnect(e,d.getAttribute("rel"))}c.dropposition=k.split("-");c.glidetime=h||1000;c.style.left=c.style.top=0;if(typeof f=="undefined"||f=="mouseover"){d.onmouseover=function(l){dropdowncontent.show(this,c,l)};d.onmouseout=function(l){dropdowncontent.hide(c,c,l)}}else{if(f=="focus"){d.onfocus=function(l){dropdowncontent.show(this,c,l)};d.onblur=function(l){dropdowncontent.hide(c,c,l)}}else{d.onclick=function(l){dropdowncontent.show(this,c,l);return false}}}if(this.hidedivmouseout[0]==true){c.onmouseout=function(l){dropdowncontent.hide(this,c,l)}}}};function Get_Cookie(d){var h=document.cookie.split(";");var c="";var g="";var e="";var f=false;for(i=0;i<h.length;i++){c=h[i].split("=");g=c[0].replace(/^\s+|\s+$/g,"");if(g==d){f=true;if(c.length>1){e=unescape(c[1].replace(/^\s+|\s+$/g,""))}return e;break}c=null;g=""}if(!f){return null}}function Set_Cookie(e,g,f,k,c,l){var d=new Date();d.setTime(d.getTime());if(f){f=f*1000*60*60*24}var h=new Date(d.getTime()+(f));document.cookie=e+"="+escape(g)+((f)?";expires="+h.toGMTString():"")+((k)?";path="+k:"")+((c)?";domain="+c:"")+((l)?";secure":"")}function Delete_Cookie(d,e,c){if(Get_Cookie(d)){document.cookie=d+"="+((e)?";path="+e:"")+((c)?";domain="+c:"")+";expires=Thu, 01-Jan-1970 00:00:01 GMT"}};