(function(){var L=this,G,Y=L.jQuery,P=L.$,O=L.jQuery=L.$=function(e,f){return new O.fn.init(e,f)},d=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,F=/^.[^:#\[\.,]*$/;
O.fn=O.prototype={init:function(e,h){e=e||document;if(e.nodeType){this[0]=e;this.length=1;this.context=e;
return this}if(typeof e==="string"){var g=d.exec(e);if(g&&(g[1]||!h)){if(g[1]){e=O.clean([g[1]],h)}else{var j=document.getElementById(g[3]);
if(j&&j.id!=g[3]){return O().find(e)}var f=O(j||[]);f.context=document;f.selector=e;return f}}else{return O(h).find(e)
}}else{if(O.isFunction(e)){return O(document).ready(e)}}if(e.selector&&e.context){this.selector=e.selector;
this.context=e.context}return this.setArray(O.isArray(e)?e:O.makeArray(e))},selector:"",jquery:"1.3.2",size:function(){return this.length
},get:function(e){return e===G?Array.prototype.slice.call(this):this[e]},pushStack:function(f,h,e){var g=O(f);
g.prevObject=this;g.context=this.context;if(h==="find"){g.selector=this.selector+(this.selector?" ":"")+e
}else{if(h){g.selector=this.selector+"."+h+"("+e+")"}}return g},setArray:function(e){this.length=0;Array.prototype.push.apply(this,e);
return this},each:function(f,e){return O.each(this,f,e)},index:function(e){return O.inArray(e&&e.jquery?e[0]:e,this)
},attr:function(f,h,g){var e=f;if(typeof f==="string"){if(h===G){return this[0]&&O[g||"attr"](this[0],f)
}else{e={};e[f]=h}}return this.each(function(j){for(f in e){O.attr(g?this.style:this,f,O.prop(this,e[f],g,j,f))
}})},css:function(e,f){if((e=="width"||e=="height")&&parseFloat(f)<0){f=G}return this.attr(e,f,"curCSS")
},text:function(f){if(typeof f!=="object"&&f!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(f))
}var e="";O.each(f||this,function(){O.each(this.childNodes,function(){if(this.nodeType!=8){e+=this.nodeType!=1?this.nodeValue:O.fn.text([this])
}})});return e},wrapAll:function(e){if(this[0]){var f=O(e,this[0].ownerDocument).clone();if(this[0].parentNode){f.insertBefore(this[0])
}f.map(function(){var g=this;while(g.firstChild){g=g.firstChild}return g}).append(this)}return this},wrapInner:function(e){return this.each(function(){O(this).contents().wrapAll(e)
})},wrap:function(e){return this.each(function(){O(this).wrapAll(e)})},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType==1){this.appendChild(e)
}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType==1){this.insertBefore(e,this.firstChild)
}})},before:function(){return this.domManip(arguments,false,function(e){this.parentNode.insertBefore(e,this)
})},after:function(){return this.domManip(arguments,false,function(e){this.parentNode.insertBefore(e,this.nextSibling)
})},end:function(){return this.prevObject||O([])},push:[].push,sort:[].sort,splice:[].splice,find:function(e){if(this.length===1){var f=this.pushStack([],"find",e);
f.length=0;O.find(e,this[0],f);return f}else{return this.pushStack(O.unique(O.map(this,function(g){return O.find(e,g)
})),"find",e)}},clone:function(g){var e=this.map(function(){if(!O.support.noCloneEvent&&!O.isXMLDoc(this)){var j=this.outerHTML;
if(!j){var k=this.ownerDocument.createElement("div");k.appendChild(this.cloneNode(true));j=k.innerHTML
}return O.clean([j.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)
}});if(g===true){var h=this.find("*").andSelf(),f=0;e.find("*").andSelf().each(function(){if(this.nodeName!==h[f].nodeName){return 
}var j=O.data(h[f],"events");for(var l in j){for(var k in j[l]){O.event.add(this,l,j[l][k],j[l][k].data)
}}f++})}return e},filter:function(e){return this.pushStack(O.isFunction(e)&&O.grep(this,function(g,f){return e.call(g,f)
})||O.multiFilter(e,O.grep(this,function(f){return f.nodeType===1})),"filter",e)},closest:function(e){var g=O.expr.match.POS.test(e)?O(e):null,f=0;
return this.map(function(){var h=this;while(h&&h.ownerDocument){if(g?g.index(h)>-1:O(h).is(e)){O.data(h,"closest",f);
return h}h=h.parentNode;f++}})},not:function(e){if(typeof e==="string"){if(F.test(e)){return this.pushStack(O.multiFilter(e,this,true),"not",e)
}else{e=O.multiFilter(e,this)}}var f=e.length&&e[e.length-1]!==G&&!e.nodeType;return this.filter(function(){return f?O.inArray(this,e)<0:this!=e
})},add:function(e){return this.pushStack(O.unique(O.merge(this.get(),typeof e==="string"?O(e):O.makeArray(e))))
},is:function(e){return !!e&&O.multiFilter(e,this).length>0},hasClass:function(e){return !!e&&this.is("."+e)
},val:function(l){if(l===G){var e=this[0];if(e){if(O.nodeName(e,"option")){return(e.attributes.value||{}).specified?e.value:e.text
}if(O.nodeName(e,"select")){var j=e.selectedIndex,m=[],n=e.options,h=e.type=="select-one";if(j<0){return null
}for(var f=h?j:0,k=h?j+1:n.length;f<k;f++){var g=n[f];if(g.selected){l=O(g).val();if(h){return l}m.push(l)
}}return m}return(e.value||"").replace(/\r/g,"")}return G}if(typeof l==="number"){l+=""}return this.each(function(){if(this.nodeType!=1){return 
}if(O.isArray(l)&&/radio|checkbox/.test(this.type)){this.checked=(O.inArray(this.value,l)>=0||O.inArray(this.name,l)>=0)
}else{if(O.nodeName(this,"select")){var o=O.makeArray(l);O("option",this).each(function(){this.selected=(O.inArray(this.value,o)>=0||O.inArray(this.text,o)>=0)
});if(!o.length){this.selectedIndex=-1}}else{this.value=l}}})},html:function(e){return e===G?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(e)
},replaceWith:function(e){return this.after(e).remove()},eq:function(e){return this.slice(e,+e+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))
},map:function(e){return this.pushStack(O.map(this,function(g,f){return e.call(g,f,g)}))},andSelf:function(){return this.add(this.prevObject)
},domManip:function(k,o,n){if(this[0]){var j=(this[0].ownerDocument||this[0]).createDocumentFragment(),f=O.clean(k,(this[0].ownerDocument||this[0]),j),h=j.firstChild;
if(h){for(var g=0,e=this.length;g<e;g++){n.call(m(this[g],h),this.length>1||g>0?j.cloneNode(true):j)}}if(f){O.each(f,Z)
}}return this;function m(l,p){return o&&O.nodeName(l,"table")&&O.nodeName(p,"tr")?(l.getElementsByTagName("tbody")[0]||l.appendChild(l.ownerDocument.createElement("tbody"))):l
}}};O.fn.init.prototype=O.fn;function Z(e,f){if(f.src){O.ajax({url:f.src,async:false,dataType:"script"})
}else{O.globalEval(f.text||f.textContent||f.innerHTML||"")}if(f.parentNode){f.parentNode.removeChild(f)
}}function E(){return +new Date}O.extend=O.fn.extend=function(){var k=arguments[0]||{},h=1,j=arguments.length,e=false,g;
if(typeof k==="boolean"){e=k;k=arguments[1]||{};h=2}if(typeof k!=="object"&&!O.isFunction(k)){k={}}if(j==h){k=this;
--h}for(;h<j;h++){if((g=arguments[h])!=null){for(var f in g){var l=k[f],m=g[f];if(k===m){continue}if(e&&m&&typeof m==="object"&&!m.nodeType){k[f]=O.extend(e,l||(m.length!=null?[]:{}),m)
}else{if(m!==G){k[f]=m}}}}}return k};var B=/z-?index|font-?weight|opacity|zoom|line-?height/i,Q=document.defaultView||{},S=Object.prototype.toString;
O.extend({noConflict:function(e){L.$=P;if(e){L.jQuery=Y}return O},isFunction:function(e){return S.call(e)==="[object Function]"
},isArray:function(e){return S.call(e)==="[object Array]"},isXMLDoc:function(e){return e.nodeType===9&&e.documentElement.nodeName!=="HTML"||!!e.ownerDocument&&O.isXMLDoc(e.ownerDocument)
},globalEval:function(g){if(g&&/\S/.test(g)){var f=document.getElementsByTagName("head")[0]||document.documentElement,e=document.createElement("script");
e.type="text/javascript";if(O.support.scriptEval){e.appendChild(document.createTextNode(g))}else{e.text=g
}f.insertBefore(e,f.firstChild);f.removeChild(e)}},nodeName:function(f,e){return f.nodeName&&f.nodeName.toUpperCase()==e.toUpperCase()
},each:function(g,l,f){var e,h=0,j=g.length;if(f){if(j===G){for(e in g){if(l.apply(g[e],f)===false){break
}}}else{for(;h<j;){if(l.apply(g[h++],f)===false){break}}}}else{if(j===G){for(e in g){if(l.call(g[e],e,g[e])===false){break
}}}else{for(var k=g[0];h<j&&l.call(k,h,k)!==false;k=g[++h]){}}}return g},prop:function(h,j,g,f,e){if(O.isFunction(j)){j=j.call(h,f)
}return typeof j==="number"&&g=="curCSS"&&!B.test(e)?j+"px":j},className:{add:function(e,f){O.each((f||"").split(/\s+/),function(g,h){if(e.nodeType==1&&!O.className.has(e.className,h)){e.className+=(e.className?" ":"")+h
}})},remove:function(e,f){if(e.nodeType==1){e.className=f!==G?O.grep(e.className.split(/\s+/),function(g){return !O.className.has(f,g)
}).join(" "):""}},has:function(f,e){return f&&O.inArray(e,(f.className||f).toString().split(/\s+/))>-1
}},swap:function(h,g,j){var e={};for(var f in g){e[f]=h.style[f];h.style[f]=g[f]}j.call(h);for(var f in g){h.style[f]=e[f]
}},css:function(h,f,k,e){if(f=="width"||f=="height"){var m,g={position:"absolute",visibility:"hidden",display:"block"},l=f=="width"?["Left","Right"]:["Top","Bottom"];
function j(){m=f=="width"?h.offsetWidth:h.offsetHeight;if(e==="border"){return }O.each(l,function(){if(!e){m-=parseFloat(O.curCSS(h,"padding"+this,true))||0
}if(e==="margin"){m+=parseFloat(O.curCSS(h,"margin"+this,true))||0}else{m-=parseFloat(O.curCSS(h,"border"+this+"Width",true))||0
}})}if(h.offsetWidth!==0){j()}else{O.swap(h,g,j)}return Math.max(0,Math.round(m))}return O.curCSS(h,f,k)
},curCSS:function(j,f,g){var m,e=j.style;if(f=="opacity"&&!O.support.opacity){m=O.attr(e,"opacity");return m==""?"1":m
}if(f.match(/float/i)){f=W}if(!g&&e&&e[f]){m=e[f]}else{if(Q.getComputedStyle){if(f.match(/float/i)){f="float"
}f=f.replace(/([A-Z])/g,"-$1").toLowerCase();var n=Q.getComputedStyle(j,null);if(n){m=n.getPropertyValue(f)
}if(f=="opacity"&&m==""){m="1"}}else{if(j.currentStyle){var k=f.replace(/\-(\w)/g,function(o,p){return p.toUpperCase()
});m=j.currentStyle[f]||j.currentStyle[k];if(!/^\d+(px)?$/i.test(m)&&/^\d/.test(m)){var h=e.left,l=j.runtimeStyle.left;
j.runtimeStyle.left=j.currentStyle.left;e.left=m||0;m=e.pixelLeft+"px";e.left=h;j.runtimeStyle.left=l
}}}}return m},clean:function(f,l,j){l=l||document;if(typeof l.createElement==="undefined"){l=l.ownerDocument||l[0]&&l[0].ownerDocument||document
}if(!j&&f.length===1&&typeof f[0]==="string"){var h=/^<(\w+)\s*\/?>$/.exec(f[0]);if(h){return[l.createElement(h[1])]
}}var g=[],e=[],m=l.createElement("div");O.each(f,function(q,u){if(typeof u==="number"){u+=""}if(!u){return 
}if(typeof u==="string"){u=u.replace(/(<(\w+)[^>]*?)\/>/g,function(w,x,v){return v.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?w:x+"></"+v+">"
});var p=u.replace(/^\s+/,"").substring(0,10).toLowerCase();var r=!p.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!p.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||p.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!p.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!p.indexOf("<td")||!p.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!p.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!O.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];
m.innerHTML=r[1]+u+r[2];while(r[0]--){m=m.lastChild}if(!O.support.tbody){var s=/<tbody/i.test(u),o=!p.indexOf("<table")&&!s?m.firstChild&&m.firstChild.childNodes:r[1]=="<table>"&&!s?m.childNodes:[];
for(var n=o.length-1;n>=0;--n){if(O.nodeName(o[n],"tbody")&&!o[n].childNodes.length){o[n].parentNode.removeChild(o[n])
}}}if(!O.support.leadingWhitespace&&/^\s/.test(u)){m.insertBefore(l.createTextNode(u.match(/^\s*/)[0]),m.firstChild)
}u=O.makeArray(m.childNodes)}if(u.nodeType){g.push(u)}else{g=O.merge(g,u)}});if(j){for(var k=0;g[k];k++){if(O.nodeName(g[k],"script")&&(!g[k].type||g[k].type.toLowerCase()==="text/javascript")){e.push(g[k].parentNode?g[k].parentNode.removeChild(g[k]):g[k])
}else{if(g[k].nodeType===1){g.splice.apply(g,[k+1,0].concat(O.makeArray(g[k].getElementsByTagName("script"))))
}j.appendChild(g[k])}}return e}return g},attr:function(k,g,l){if(!k||k.nodeType==3||k.nodeType==8){return G
}var h=!O.isXMLDoc(k),m=l!==G;g=h&&O.props[g]||g;if(k.tagName){var f=/href|src|style/.test(g);if(g=="selected"&&k.parentNode){k.parentNode.selectedIndex
}if(g in k&&h&&!f){if(m){if(g=="type"&&O.nodeName(k,"input")&&k.parentNode){throw"type property can't be changed"
}k[g]=l}if(O.nodeName(k,"form")&&k.getAttributeNode(g)){return k.getAttributeNode(g).nodeValue}if(g=="tabIndex"){var j=k.getAttributeNode("tabIndex");
return j&&j.specified?j.value:k.nodeName.match(/(button|input|object|select|textarea)/i)?0:k.nodeName.match(/^(a|area)$/i)&&k.href?0:G
}return k[g]}if(!O.support.style&&h&&g=="style"){return O.attr(k.style,"cssText",l)}if(m){k.setAttribute(g,""+l)
}var e=!O.support.hrefNormalized&&h&&f?k.getAttribute(g,2):k.getAttribute(g);return e===null?G:e}if(!O.support.opacity&&g=="opacity"){if(m){k.zoom=1;
k.filter=(k.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(l)+""=="NaN"?"":"alpha(opacity="+l*100+")")
}return k.filter&&k.filter.indexOf("opacity=")>=0?(parseFloat(k.filter.match(/opacity=([^)]*)/)[1])/100)+"":""
}g=g.replace(/-([a-z])/ig,function(n,o){return o.toUpperCase()});if(m){k[g]=l}return k[g]},trim:function(e){return(e||"").replace(/^\s+|\s+$/g,"")
},makeArray:function(g){var e=[];if(g!=null){var f=g.length;if(f==null||typeof g==="string"||O.isFunction(g)||g.setInterval){e[0]=g
}else{while(f){e[--f]=g[f]}}}return e},inArray:function(g,h){for(var e=0,f=h.length;e<f;e++){if(h[e]===g){return e
}}return -1},merge:function(h,e){var f=0,g,j=h.length;if(!O.support.getAll){while((g=e[f++])!=null){if(g.nodeType!=8){h[j++]=g
}}}else{while((g=e[f++])!=null){h[j++]=g}}return h},unique:function(m){var g=[],f={};try{for(var h=0,j=m.length;
h<j;h++){var l=O.data(m[h]);if(!f[l]){f[l]=true;g.push(m[h])}}}catch(k){g=m}return g},grep:function(f,k,e){var g=[];
for(var h=0,j=f.length;h<j;h++){if(!e!=!k(f[h],h)){g.push(f[h])}}return g},map:function(e,k){var f=[];
for(var g=0,h=e.length;g<h;g++){var j=k(e[g],g);if(j!=null){f[f.length]=j}}return f.concat.apply([],f)
}});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(e){return e.parentNode},parents:function(e){return O.dir(e,"parentNode")},next:function(e){return O.nth(e,2,"nextSibling")
},prev:function(e){return O.nth(e,2,"previousSibling")},nextAll:function(e){return O.dir(e,"nextSibling")
},prevAll:function(e){return O.dir(e,"previousSibling")},siblings:function(e){return O.sibling(e.parentNode.firstChild,e)
},children:function(e){return O.sibling(e.firstChild)},contents:function(e){return O.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:O.makeArray(e.childNodes)
}},function(e,f){O.fn[e]=function(g){var h=O.map(this,f);if(g&&typeof g=="string"){h=O.multiFilter(g,h)
}return this.pushStack(O.unique(h),e,g)}});O.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,f){O.fn[e]=function(g){var k=[],n=O(g);
for(var m=0,h=n.length;m<h;m++){var j=(m>0?this.clone(true):this).get();O.fn[f].apply(O(n[m]),j);k=k.concat(j)
}return this.pushStack(k,e,g)}});O.each({removeAttr:function(e){O.attr(this,e,"");if(this.nodeType==1){this.removeAttribute(e)
}},addClass:function(e){O.className.add(this,e)},removeClass:function(e){O.className.remove(this,e)},toggleClass:function(f,e){if(typeof e!=="boolean"){e=!O.className.has(this,f)
}O.className[e?"add":"remove"](this,f)},remove:function(e){if(!e||O.filter(e,[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(e,f){O.fn[e]=function(){return this.each(f,arguments)
}});function J(e,f){return e[0]&&parseInt(O.curCSS(e[0],f,true),10)||0}var H="jQuery"+E(),V=0,a={};O.extend({cache:{},data:function(f,e,g){f=f==L?a:f;
var h=f[H];if(!h){h=f[H]=++V}if(e&&!O.cache[h]){O.cache[h]={}}if(g!==G){O.cache[h][e]=g}return e?O.cache[h][e]:h
},removeData:function(g,f){g=g==L?a:g;var j=g[H];if(f){if(O.cache[j]){delete O.cache[j][f];f="";for(f in O.cache[j]){break
}if(!f){O.removeData(g)}}}else{try{delete g[H]}catch(h){if(g.removeAttribute){g.removeAttribute(H)}}delete O.cache[j]
}},queue:function(f,e,h){if(f){e=(e||"fx")+"queue";var g=O.data(f,e);if(!g||O.isArray(h)){g=O.data(f,e,O.makeArray(h))
}else{if(h){g.push(h)}}}return g},dequeue:function(h,g){var e=O.queue(h,g),f=e.shift();if(!g||g==="fx"){f=e[0]
}if(f!==G){f.call(h)}}});O.fn.extend({data:function(e,g){var h=e.split(".");h[1]=h[1]?"."+h[1]:"";if(g===G){var f=this.triggerHandler("getData"+h[1]+"!",[h[0]]);
if(f===G&&this.length){f=O.data(this[0],e)}return f===G&&h[1]?this.data(h[0]):f}else{return this.trigger("setData"+h[1]+"!",[h[0],g]).each(function(){O.data(this,e,g)
})}},removeData:function(e){return this.each(function(){O.removeData(this,e)})},queue:function(e,f){if(typeof e!=="string"){f=e;
e="fx"}if(f===G){return O.queue(this[0],e)}return this.each(function(){var g=O.queue(this,e,f);if(e=="fx"&&g.length==1){g[0].call(this)
}})},dequeue:function(e){return this.each(function(){O.dequeue(this,e)})}});(function(){var u=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,n=0,j=Object.prototype.toString;
var g=function(AA,w,AD,AE){AD=AD||[];w=w||document;if(w.nodeType!==1&&w.nodeType!==9){return[]}if(!AA||typeof AA!=="string"){return AD
}var AB=[],y,AH,AK,e,AF,x,z=true;u.lastIndex=0;while((y=u.exec(AA))!==null){AB.push(y[1]);if(y[2]){x=RegExp.rightContext;
break}}if(AB.length>1&&o.exec(AA)){if(AB.length===2&&k.relative[AB[0]]){AH=l(AB[0]+AB[1],w)}else{AH=k.relative[AB[0]]?[w]:g(AB.shift(),w);
while(AB.length){AA=AB.shift();if(k.relative[AA]){AA+=AB.shift()}AH=l(AA,AH)}}}else{var AG=AE?{expr:AB.pop(),set:f(AE)}:g.find(AB.pop(),AB.length===1&&w.parentNode?w.parentNode:w,s(w));
AH=g.filter(AG.expr,AG.set);if(AB.length>0){AK=f(AH)}else{z=false}while(AB.length){var AJ=AB.pop(),AI=AJ;
if(!k.relative[AJ]){AJ=""}else{AI=AB.pop()}if(AI==null){AI=w}k.relative[AJ](AK,AI,s(w))}}if(!AK){AK=AH
}if(!AK){throw"Syntax error, unrecognized expression: "+(AJ||AA)}if(j.call(AK)==="[object Array]"){if(!z){AD.push.apply(AD,AK)
}else{if(w.nodeType===1){for(var AC=0;AK[AC]!=null;AC++){if(AK[AC]&&(AK[AC]===true||AK[AC].nodeType===1&&m(w,AK[AC]))){AD.push(AH[AC])
}}}else{for(var AC=0;AK[AC]!=null;AC++){if(AK[AC]&&AK[AC].nodeType===1){AD.push(AH[AC])}}}}}else{f(AK,AD)
}if(x){g(x,w,AD,AE);if(h){hasDuplicate=false;AD.sort(h);if(hasDuplicate){for(var AC=1;AC<AD.length;AC++){if(AD[AC]===AD[AC-1]){AD.splice(AC--,1)
}}}}}return AD};g.matches=function(e,w){return g(e,null,null,w)};g.find=function(AC,e,AD){var AB,z;if(!AC){return[]
}for(var y=0,x=k.order.length;y<x;y++){var AA=k.order[y],z;if((z=k.match[AA].exec(AC))){var w=RegExp.leftContext;
if(w.substr(w.length-1)!=="\\"){z[1]=(z[1]||"").replace(/\\/g,"");AB=k.find[AA](z,e,AD);if(AB!=null){AC=AC.replace(k.match[AA],"");
break}}}}if(!AB){AB=e.getElementsByTagName("*")}return{set:AB,expr:AC}};g.filter=function(AF,AE,AI,y){var x=AF,AK=[],AC=AE,AA,e,AB=AE&&AE[0]&&s(AE[0]);
while(AF&&AE.length){for(var AD in k.filter){if((AA=k.match[AD].exec(AF))!=null){var w=k.filter[AD],AJ,AH;
e=false;if(AC==AK){AK=[]}if(k.preFilter[AD]){AA=k.preFilter[AD](AA,AC,AI,AK,y,AB);if(!AA){e=AJ=true}else{if(AA===true){continue
}}}if(AA){for(var z=0;(AH=AC[z])!=null;z++){if(AH){AJ=w(AH,AA,z,AC);var AG=y^!!AJ;if(AI&&AJ!=null){if(AG){e=true
}else{AC[z]=false}}else{if(AG){AK.push(AH);e=true}}}}}if(AJ!==G){if(!AI){AC=AK}AF=AF.replace(k.match[AD],"");
if(!e){return[]}break}}}if(AF==x){if(e==null){throw"Syntax error, unrecognized expression: "+AF}else{break
}}x=AF}return AC};var k=g.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(e){return e.getAttribute("href")
}},relative:{"+":function(AC,e,AB){var z=typeof e==="string",AD=z&&!/\W/.test(e),AA=z&&!AD;if(AD&&!AB){e=e.toUpperCase()
}for(var y=0,x=AC.length,w;y<x;y++){if((w=AC[y])){while((w=w.previousSibling)&&w.nodeType!==1){}AC[y]=AA||w&&w.nodeName===e?w||false:w===e
}}if(AA){g.filter(e,AC,true)}},">":function(AB,w,AC){var z=typeof w==="string";if(z&&!/\W/.test(w)){w=AC?w:w.toUpperCase();
for(var x=0,e=AB.length;x<e;x++){var AA=AB[x];if(AA){var y=AA.parentNode;AB[x]=y.nodeName===w?y:false
}}}else{for(var x=0,e=AB.length;x<e;x++){var AA=AB[x];if(AA){AB[x]=z?AA.parentNode:AA.parentNode===w}}if(z){g.filter(w,AB,true)
}}},"":function(y,w,AA){var x=n++,e=v;if(!w.match(/\W/)){var z=w=AA?w:w.toUpperCase();e=r}e("parentNode",w,x,y,z,AA)
},"~":function(y,w,AA){var x=n++,e=v;if(typeof w==="string"&&!w.match(/\W/)){var z=w=AA?w:w.toUpperCase();
e=r}e("previousSibling",w,x,y,z,AA)}},find:{ID:function(w,x,y){if(typeof x.getElementById!=="undefined"&&!y){var e=x.getElementById(w[1]);
return e?[e]:[]}},NAME:function(x,AA,AB){if(typeof AA.getElementsByName!=="undefined"){var w=[],z=AA.getElementsByName(x[1]);
for(var y=0,e=z.length;y<e;y++){if(z[y].getAttribute("name")===x[1]){w.push(z[y])}}return w.length===0?null:w
}},TAG:function(e,w){return w.getElementsByTagName(e[1])}},preFilter:{CLASS:function(y,w,x,e,AB,AC){y=" "+y[1].replace(/\\/g,"")+" ";
if(AC){return y}for(var z=0,AA;(AA=w[z])!=null;z++){if(AA){if(AB^(AA.className&&(" "+AA.className+" ").indexOf(y)>=0)){if(!x){e.push(AA)
}}else{if(x){w[z]=false}}}}return false},ID:function(e){return e[1].replace(/\\/g,"")},TAG:function(w,e){for(var x=0;
e[x]===false;x++){}return e[x]&&s(e[x])?w[1]:w[1].toUpperCase()},CHILD:function(e){if(e[1]=="nth"){var w=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(e[2]=="even"&&"2n"||e[2]=="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);
e[2]=(w[1]+(w[2]||1))-0;e[3]=w[3]-0}e[0]=n++;return e},ATTR:function(z,w,x,e,AA,AB){var y=z[1].replace(/\\/g,"");
if(!AB&&k.attrMap[y]){z[1]=k.attrMap[y]}if(z[2]==="~="){z[4]=" "+z[4]+" "}return z},PSEUDO:function(z,w,x,e,AA){if(z[1]==="not"){if(z[3].match(u).length>1||/^\w/.test(z[3])){z[3]=g(z[3],null,null,w)
}else{var y=g.filter(z[3],w,x,true^AA);if(!x){e.push.apply(e,y)}return false}}else{if(k.match.POS.test(z[0])||k.match.CHILD.test(z[0])){return true
}}return z},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"
},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){e.parentNode.selectedIndex;
return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild
},has:function(x,w,e){return !!g(e[3],x).length},header:function(e){return/h\d/i.test(e.nodeName)},text:function(e){return"text"===e.type
},radio:function(e){return"radio"===e.type},checkbox:function(e){return"checkbox"===e.type},file:function(e){return"file"===e.type
},password:function(e){return"password"===e.type},submit:function(e){return"submit"===e.type},image:function(e){return"image"===e.type
},reset:function(e){return"reset"===e.type},button:function(e){return"button"===e.type||e.nodeName.toUpperCase()==="BUTTON"
},input:function(e){return/input|select|textarea|button/i.test(e.nodeName)}},setFilters:{first:function(w,e){return e===0
},last:function(x,w,e,y){return w===y.length-1},even:function(w,e){return e%2===0},odd:function(w,e){return e%2===1
},lt:function(x,w,e){return w<e[3]-0},gt:function(x,w,e){return w>e[3]-0},nth:function(x,w,e){return e[3]-0==w
},eq:function(x,w,e){return e[3]-0==w}},filter:{PSEUDO:function(AB,x,y,AC){var w=x[1],z=k.filters[w];
if(z){return z(AB,y,x,AC)}else{if(w==="contains"){return(AB.textContent||AB.innerText||"").indexOf(x[3])>=0
}else{if(w==="not"){var AA=x[3];for(var y=0,e=AA.length;y<e;y++){if(AA[y]===AB){return false}}return true
}}}},CHILD:function(e,y){var AB=y[1],w=e;switch(AB){case"only":case"first":while(w=w.previousSibling){if(w.nodeType===1){return false
}}if(AB=="first"){return true}w=e;case"last":while(w=w.nextSibling){if(w.nodeType===1){return false}}return true;
case"nth":var x=y[2],AE=y[3];if(x==1&&AE==0){return true}var AA=y[0],AD=e.parentNode;if(AD&&(AD.sizcache!==AA||!e.nodeIndex)){var z=0;
for(w=AD.firstChild;w;w=w.nextSibling){if(w.nodeType===1){w.nodeIndex=++z}}AD.sizcache=AA}var AC=e.nodeIndex-AE;
if(x==0){return AC==0}else{return(AC%x==0&&AC/x>=0)}}},ID:function(w,e){return w.nodeType===1&&w.getAttribute("id")===e
},TAG:function(w,e){return(e==="*"&&w.nodeType===1)||w.nodeName===e},CLASS:function(w,e){return(" "+(w.className||w.getAttribute("class"))+" ").indexOf(e)>-1
},ATTR:function(AA,y){var x=y[1],e=k.attrHandle[x]?k.attrHandle[x](AA):AA[x]!=null?AA[x]:AA.getAttribute(x),AB=e+"",z=y[2],w=y[4];
return e==null?z==="!=":z==="="?AB===w:z==="*="?AB.indexOf(w)>=0:z==="~="?(" "+AB+" ").indexOf(w)>=0:!w?AB&&e!==false:z==="!="?AB!=w:z==="^="?AB.indexOf(w)===0:z==="$="?AB.substr(AB.length-w.length)===w:z==="|="?AB===w||AB.substr(0,w.length+1)===w+"-":false
},POS:function(z,w,x,AA){var e=w[2],y=k.setFilters[e];if(y){return y(z,x,w,AA)}}}};var o=k.match.POS;
for(var q in k.match){k.match[q]=RegExp(k.match[q].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var f=function(w,e){w=Array.prototype.slice.call(w);
if(e){e.push.apply(e,w);return e}return w};try{Array.prototype.slice.call(document.documentElement.childNodes)
}catch(p){f=function(z,y){var w=y||[];if(j.call(z)==="[object Array]"){Array.prototype.push.apply(w,z)
}else{if(typeof z.length==="number"){for(var x=0,e=z.length;x<e;x++){w.push(z[x])}}else{for(var x=0;z[x];
x++){w.push(z[x])}}}return w}}var h;if(document.documentElement.compareDocumentPosition){h=function(w,e){var x=w.compareDocumentPosition(e)&4?-1:w===e?0:1;
if(x===0){hasDuplicate=true}return x}}else{if("sourceIndex" in document.documentElement){h=function(w,e){var x=w.sourceIndex-e.sourceIndex;
if(x===0){hasDuplicate=true}return x}}else{if(document.createRange){h=function(y,w){var x=y.ownerDocument.createRange(),e=w.ownerDocument.createRange();
x.selectNode(y);x.collapse(true);e.selectNode(w);e.collapse(true);var z=x.compareBoundaryPoints(Range.START_TO_END,e);
if(z===0){hasDuplicate=true}return z}}}}(function(){var w=document.createElement("form"),x="script"+(new Date).getTime();
w.innerHTML="<input name='"+x+"'/>";var e=document.documentElement;e.insertBefore(w,e.firstChild);if(!!document.getElementById(x)){k.find.ID=function(z,AA,AB){if(typeof AA.getElementById!=="undefined"&&!AB){var y=AA.getElementById(z[1]);
return y?y.id===z[1]||typeof y.getAttributeNode!=="undefined"&&y.getAttributeNode("id").nodeValue===z[1]?[y]:G:[]
}};k.filter.ID=function(AA,y){var z=typeof AA.getAttributeNode!=="undefined"&&AA.getAttributeNode("id");
return AA.nodeType===1&&z&&z.nodeValue===y}}e.removeChild(w)})();(function(){var e=document.createElement("div");
e.appendChild(document.createComment(""));if(e.getElementsByTagName("*").length>0){k.find.TAG=function(w,AA){var z=AA.getElementsByTagName(w[1]);
if(w[1]==="*"){var y=[];for(var x=0;z[x];x++){if(z[x].nodeType===1){y.push(z[x])}}z=y}return z}}e.innerHTML="<a href='#'></a>";
if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){k.attrHandle.href=function(w){return w.getAttribute("href",2)
}}})();if(document.querySelectorAll){(function(){var e=g,w=document.createElement("div");w.innerHTML="<p class='TEST'></p>";
if(w.querySelectorAll&&w.querySelectorAll(".TEST").length===0){return }g=function(AA,z,x,y){z=z||document;
if(!y&&z.nodeType===9&&!s(z)){try{return f(z.querySelectorAll(AA),x)}catch(AB){}}return e(AA,z,x,y)};
g.find=e.find;g.filter=e.filter;g.selectors=e.selectors;g.matches=e.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var e=document.createElement("div");
e.innerHTML="<div class='test e'></div><div class='test'></div>";if(e.getElementsByClassName("e").length===0){return 
}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return }k.order.splice(1,0,"CLASS");
k.find.CLASS=function(w,x,y){if(typeof x.getElementsByClassName!=="undefined"&&!y){return x.getElementsByClassName(w[1])
}}})()}function r(w,AB,AA,AF,AC,AE){var AD=w=="previousSibling"&&!AE;for(var y=0,x=AF.length;y<x;y++){var e=AF[y];
if(e){if(AD&&e.nodeType===1){e.sizcache=AA;e.sizset=y}e=e[w];var z=false;while(e){if(e.sizcache===AA){z=AF[e.sizset];
break}if(e.nodeType===1&&!AE){e.sizcache=AA;e.sizset=y}if(e.nodeName===AB){z=e;break}e=e[w]}AF[y]=z}}}function v(w,AB,AA,AF,AC,AE){var AD=w=="previousSibling"&&!AE;
for(var y=0,x=AF.length;y<x;y++){var e=AF[y];if(e){if(AD&&e.nodeType===1){e.sizcache=AA;e.sizset=y}e=e[w];
var z=false;while(e){if(e.sizcache===AA){z=AF[e.sizset];break}if(e.nodeType===1){if(!AE){e.sizcache=AA;
e.sizset=y}if(typeof AB!=="string"){if(e===AB){z=true;break}}else{if(g.filter(AB,[e]).length>0){z=e;break
}}}e=e[w]}AF[y]=z}}}var m=document.compareDocumentPosition?function(w,e){return w.compareDocumentPosition(e)&16
}:function(w,e){return w!==e&&(w.contains?w.contains(e):true)};var s=function(e){return e.nodeType===9&&e.documentElement.nodeName!=="HTML"||!!e.ownerDocument&&s(e.ownerDocument)
};var l=function(e,AC){var y=[],z="",AA,x=AC.nodeType?[AC]:AC;while((AA=k.match.PSEUDO.exec(e))){z+=AA[0];
e=e.replace(k.match.PSEUDO,"")}e=k.relative[e]?e+"*":e;for(var AB=0,w=x.length;AB<w;AB++){g(e,x[AB],y)
}return g.filter(z,y)};O.find=g;O.filter=g.filter;O.expr=g.selectors;O.expr[":"]=O.expr.filters;g.selectors.filters.hidden=function(e){return e.offsetWidth===0||e.offsetHeight===0
};g.selectors.filters.visible=function(e){return e.offsetWidth>0||e.offsetHeight>0};g.selectors.filters.animated=function(e){return O.grep(O.timers,function(w){return e===w.elem
}).length};O.multiFilter=function(x,e,w){if(w){x=":not("+x+")"}return g.matches(x,e)};O.dir=function(x,w){var e=[],y=x[w];
while(y&&y!=document){if(y.nodeType==1){e.push(y)}y=y[w]}return e};O.nth=function(z,e,x,y){e=e||1;var w=0;
for(;z;z=z[x]){if(z.nodeType==1&&++w==e){break}}return z};O.sibling=function(x,w){var e=[];for(;x;x=x.nextSibling){if(x.nodeType==1&&x!=w){e.push(x)
}}return e};return ;L.Sizzle=g})();O.event={add:function(j,f,h,l){if(j.nodeType==3||j.nodeType==8){return 
}if(j.setInterval&&j!=L){j=L}if(!h.guid){h.guid=this.guid++}if(l!==G){var g=h;h=this.proxy(g);h.data=l
}var e=O.data(j,"events")||O.data(j,"events",{}),k=O.data(j,"handle")||O.data(j,"handle",function(){return typeof O!=="undefined"&&!O.event.triggered?O.event.handle.apply(arguments.callee.elem,arguments):G
});k.elem=j;O.each(f.split(/\s+/),function(n,o){var p=o.split(".");o=p.shift();h.type=p.slice().sort().join(".");
var m=e[o];if(O.event.specialAll[o]){O.event.specialAll[o].setup.call(j,l,p)}if(!m){m=e[o]={};if(!O.event.special[o]||O.event.special[o].setup.call(j,l,p)===false){if(j.addEventListener){j.addEventListener(o,k,false)
}else{if(j.attachEvent){j.attachEvent("on"+o,k)}}}}m[h.guid]=h;O.event.global[o]=true});j=null},guid:1,global:{},remove:function(l,h,k){if(l.nodeType==3||l.nodeType==8){return 
}var g=O.data(l,"events"),f,e;if(g){if(h===G||(typeof h==="string"&&h.charAt(0)==".")){for(var j in g){this.remove(l,j+(h||""))
}}else{if(h.type){k=h.handler;h=h.type}O.each(h.split(/\s+/),function(n,p){var r=p.split(".");p=r.shift();
var o=RegExp("(^|\\.)"+r.slice().sort().join(".*\\.")+"(\\.|$)");if(g[p]){if(k){delete g[p][k.guid]}else{for(var q in g[p]){if(o.test(g[p][q].type)){delete g[p][q]
}}}if(O.event.specialAll[p]){O.event.specialAll[p].teardown.call(l,r)}for(f in g[p]){break}if(!f){if(!O.event.special[p]||O.event.special[p].teardown.call(l,r)===false){if(l.removeEventListener){l.removeEventListener(p,O.data(l,"handle"),false)
}else{if(l.detachEvent){l.detachEvent("on"+p,O.data(l,"handle"))}}}f=null;delete g[p]}}})}for(f in g){break
}if(!f){var m=O.data(l,"handle");if(m){m.elem=null}O.removeData(l,"events");O.removeData(l,"handle")}}},trigger:function(k,m,j,f){var h=k.type||k;
if(!f){k=typeof k==="object"?k[H]?k:O.extend(O.Event(h),k):O.Event(h);if(h.indexOf("!")>=0){k.type=h=h.slice(0,-1);
k.exclusive=true}if(!j){k.stopPropagation();if(this.global[h]){O.each(O.cache,function(){if(this.events&&this.events[h]){O.event.trigger(k,m,this.handle.elem)
}})}}if(!j||j.nodeType==3||j.nodeType==8){return G}k.result=G;k.target=j;m=O.makeArray(m);m.unshift(k)
}k.currentTarget=j;var l=O.data(j,"handle");if(l){l.apply(j,m)}if((!j[h]||(O.nodeName(j,"a")&&h=="click"))&&j["on"+h]&&j["on"+h].apply(j,m)===false){k.result=false
}if(!f&&j[h]&&!k.isDefaultPrevented()&&!(O.nodeName(j,"a")&&h=="click")){this.triggered=true;try{j[h]()
}catch(n){}}this.triggered=false;if(!k.isPropagationStopped()){var g=j.parentNode||j.ownerDocument;if(g){O.event.trigger(k,m,g,true)
}}},handle:function(m){var l,e;m=arguments[0]=O.event.fix(m||L.event);m.currentTarget=this;var n=m.type.split(".");
m.type=n.shift();l=!n.length&&!m.exclusive;var k=RegExp("(^|\\.)"+n.slice().sort().join(".*\\.")+"(\\.|$)");
e=(O.data(this,"events")||{})[m.type];for(var g in e){var h=e[g];if(l||k.test(h.type)){m.handler=h;m.data=h.data;
var f=h.apply(this,arguments);if(f!==G){m.result=f;if(f===false){m.preventDefault();m.stopPropagation()
}}if(m.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(h){if(h[H]){return h
}var f=h;h=O.Event(f);for(var g=this.props.length,k;g;){k=this.props[--g];h[k]=f[k]}if(!h.target){h.target=h.srcElement||document
}if(h.target.nodeType==3){h.target=h.target.parentNode}if(!h.relatedTarget&&h.fromElement){h.relatedTarget=h.fromElement==h.target?h.toElement:h.fromElement
}if(h.pageX==null&&h.clientX!=null){var j=document.documentElement,e=document.body;h.pageX=h.clientX+(j&&j.scrollLeft||e&&e.scrollLeft||0)-(j.clientLeft||0);
h.pageY=h.clientY+(j&&j.scrollTop||e&&e.scrollTop||0)-(j.clientTop||0)}if(!h.which&&((h.charCode||h.charCode===0)?h.charCode:h.keyCode)){h.which=h.charCode||h.keyCode
}if(!h.metaKey&&h.ctrlKey){h.metaKey=h.ctrlKey}if(!h.which&&h.button){h.which=(h.button&1?1:(h.button&2?3:(h.button&4?2:0)))
}return h},proxy:function(f,e){e=e||function(){return f.apply(this,arguments)};e.guid=f.guid=f.guid||e.guid||this.guid++;
return e},special:{ready:{setup:b,teardown:function(){}}},specialAll:{live:{setup:function(e,f){O.event.add(this,f[0],C)
},teardown:function(g){if(g.length){var e=0,f=RegExp("(^|\\.)"+g[0]+"(\\.|$)");O.each((O.data(this,"events").live||{}),function(){if(f.test(this.type)){e++
}});if(e<1){O.event.remove(this,g[0],C)}}}}}};O.Event=function(e){if(!this.preventDefault){return new O.Event(e)
}if(e&&e.type){this.originalEvent=e;this.type=e.type}else{this.type=e}this.timeStamp=E();this[H]=true
};function K(){return false}function U(){return true}O.Event.prototype={preventDefault:function(){this.isDefaultPrevented=U;
var f=this.originalEvent;if(!f){return }if(f.preventDefault){f.preventDefault()}f.returnValue=false},stopPropagation:function(){this.isPropagationStopped=U;
var f=this.originalEvent;if(!f){return }if(f.stopPropagation){f.stopPropagation()}f.cancelBubble=true
},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=U;this.stopPropagation()},isDefaultPrevented:K,isPropagationStopped:K,isImmediatePropagationStopped:K};
var A=function(g){var f=g.relatedTarget;while(f&&f!=this){try{f=f.parentNode}catch(h){f=this}}if(f!=this){g.type=g.data;
O.event.handle.apply(this,arguments)}};O.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(f,e){O.event.special[e]={setup:function(){O.event.add(this,f,A,e)
},teardown:function(){O.event.remove(this,f,A)}}});O.fn.extend({bind:function(f,g,e){return f=="unload"?this.one(f,g,e):this.each(function(){O.event.add(this,f,e||g,e&&g)
})},one:function(g,h,f){var e=O.event.proxy(f||h,function(j){O(this).unbind(j,e);return(f||h).apply(this,arguments)
});return this.each(function(){O.event.add(this,g,e,f&&h)})},unbind:function(f,e){return this.each(function(){O.event.remove(this,f,e)
})},trigger:function(e,f){return this.each(function(){O.event.trigger(e,f,this)})},triggerHandler:function(e,g){if(this[0]){var f=O.Event(e);
f.preventDefault();f.stopPropagation();O.event.trigger(f,g,this[0]);return f.result}},toggle:function(g){var e=arguments,f=1;
while(f<e.length){O.event.proxy(g,e[f++])}return this.click(O.event.proxy(g,function(h){this.lastToggle=(this.lastToggle||0)%f;
h.preventDefault();return e[this.lastToggle++].apply(this,arguments)||false}))},hover:function(e,f){return this.mouseenter(e).mouseleave(f)
},ready:function(e){b();if(O.isReady){e.call(document,O)}else{O.readyList.push(e)}return this},live:function(g,f){var e=O.event.proxy(f);
e.guid+=this.selector+g;O(document).bind(I(g,this.selector),this.selector,e);return this},die:function(f,e){O(document).unbind(I(f,this.selector),e?{guid:e.guid+this.selector+f}:null);
return this}});function C(h){var e=RegExp("(^|\\.)"+h.type+"(\\.|$)"),g=true,f=[];O.each(O.data(this,"events").live||[],function(j,k){if(e.test(k.type)){var l=O(h.target).closest(k.data)[0];
if(l){f.push({elem:l,fn:k})}}});f.sort(function(k,j){return O.data(k.elem,"closest")-O.data(j.elem,"closest")
});O.each(f,function(){if(this.fn.call(this.elem,h,this.fn.data)===false){return(g=false)}});return g
}function I(f,e){return["live",f,e.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(e){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(f,e){O.fn[e]=function(g){return g?this.bind(e,g):this.trigger(e)
}});O(L).bind("unload",function(){for(var e in O.cache){if(e!=1&&O.cache[e].handle){O.event.remove(O.cache[e].handle.elem)
}}});(function(){O.support={};var g=document.documentElement,h=document.createElement("script"),m=document.createElement("div"),l="script"+(new Date).getTime();
m.style.display="none";m.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 j=m.getElementsByTagName("*"),f=m.getElementsByTagName("a")[0];if(!j||!j.length||!f){return }O.support={leadingWhitespace:m.firstChild.nodeType==3,tbody:!m.getElementsByTagName("tbody").length,objectAll:!!m.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!m.getElementsByTagName("link").length,style:/red/.test(f.getAttribute("style")),hrefNormalized:f.getAttribute("href")==="/a",opacity:f.style.opacity==="0.5",cssFloat:!!f.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};
h.type="text/javascript";try{h.appendChild(document.createTextNode("window."+l+"=1;"))}catch(k){}g.insertBefore(h,g.firstChild);
if(L[l]){O.support.scriptEval=true;delete L[l]}g.removeChild(h);if(m.attachEvent&&m.fireEvent){m.attachEvent("onclick",function(){O.support.noCloneEvent=false;
m.detachEvent("onclick",arguments.callee)});m.cloneNode(true).fireEvent("onclick")}O(function(){var e=document.createElement("div");
e.style.width=e.style.paddingLeft="1px";document.body.appendChild(e);O.boxModel=O.support.boxModel=e.offsetWidth===2;
document.body.removeChild(e).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(g,k,l){if(typeof g!=="string"){return this._load(g)}var j=g.indexOf(" ");
if(j>=0){var e=g.slice(j,g.length);g=g.slice(0,j)}var h="GET";if(k){if(O.isFunction(k)){l=k;k=null}else{if(typeof k==="object"){k=O.param(k);
h="POST"}}}var f=this;O.ajax({url:g,type:h,dataType:"html",data:k,complete:function(n,m){if(m=="success"||m=="notmodified"){f.html(e?O("<div/>").append(n.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(e):n.responseText)
}if(l){f.each(l,[n.responseText,m,n])}}});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(e,f){var g=O(this).val();return g==null?null:O.isArray(g)?O.map(g,function(j,h){return{name:f.name,value:j}
}):{name:f.name,value:g}}).get()}});O.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(e,f){O.fn[f]=function(g){return this.bind(f,g)
}});var R=E();O.extend({get:function(e,g,h,f){if(O.isFunction(g)){h=g;g=null}return O.ajax({type:"GET",url:e,data:g,success:h,dataType:f})
},getScript:function(e,f){return O.get(e,null,f,"script")},getJSON:function(e,f,g){return O.get(e,f,g,"json")
},post:function(e,g,h,f){if(O.isFunction(g)){h=g;g={}}return O.ajax({type:"POST",url:e,data:g,success:h,dataType:f})
},ajaxSetup:function(e){O.extend(O.ajaxSettings,e)},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(o){o=O.extend(true,o,O.extend(true,{},O.ajaxSettings,o));
var AA,g=/=\?(&|$)/g,v,z,h=o.type.toUpperCase();if(o.data&&o.processData&&typeof o.data!=="string"){o.data=O.param(o.data)
}if(o.dataType=="jsonp"){if(h=="GET"){if(!o.url.match(g)){o.url+=(o.url.match(/\?/)?"&":"?")+(o.jsonp||"callback")+"=?"
}}else{if(!o.data||!o.data.match(g)){o.data=(o.data?o.data+"&":"")+(o.jsonp||"callback")+"=?"}}o.dataType="json"
}if(o.dataType=="json"&&(o.data&&o.data.match(g)||o.url.match(g))){AA="jsonp"+R++;if(o.data){o.data=(o.data+"").replace(g,"="+AA+"$1")
}o.url=o.url.replace(g,"="+AA+"$1");o.dataType="script";L[AA]=function(s){z=s;k();n();L[AA]=G;try{delete L[AA]
}catch(AB){}if(j){j.removeChild(x)}}}if(o.dataType=="script"&&o.cache==null){o.cache=false}if(o.cache===false&&h=="GET"){var f=E();
var y=o.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+f+"$2");o.url=y+((y==o.url)?(o.url.match(/\?/)?"&":"?")+"_="+f:"")
}if(o.data&&h=="GET"){o.url+=(o.url.match(/\?/)?"&":"?")+o.data;o.data=null}if(o.global&&!O.active++){O.event.trigger("ajaxStart")
}var u=/^(\w+:)?\/\/([^\/?#]+)/.exec(o.url);if(o.dataType=="script"&&h=="GET"&&u&&(u[1]&&u[1]!=location.protocol||u[2]!=location.host)){var j=document.getElementsByTagName("head")[0];
var x=document.createElement("script");x.src=o.url;if(o.scriptCharset){x.charset=o.scriptCharset}if(!AA){var q=false;
x.onload=x.onreadystatechange=function(){if(!q&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){q=true;
k();n();x.onload=x.onreadystatechange=null;j.removeChild(x)}}}j.appendChild(x);return G}var m=false;var l=o.xhr();
if(o.username){l.open(h,o.url,o.async,o.username,o.password)}else{l.open(h,o.url,o.async)}try{if(o.data){l.setRequestHeader("Content-Type",o.contentType)
}if(o.ifModified){l.setRequestHeader("If-Modified-Since",O.lastModified[o.url]||"Thu, 01 Jan 1970 00:00:00 GMT")
}l.setRequestHeader("X-Requested-With","XMLHttpRequest");l.setRequestHeader("Accept",o.dataType&&o.accepts[o.dataType]?o.accepts[o.dataType]+", */*":o.accepts._default)
}catch(w){}if(o.beforeSend&&o.beforeSend(l,o)===false){if(o.global&&!--O.active){O.event.trigger("ajaxStop")
}l.abort();return false}if(o.global){O.event.trigger("ajaxSend",[l,o])}var p=function(s){if(l.readyState==0){if(r){clearInterval(r);
r=null;if(o.global&&!--O.active){O.event.trigger("ajaxStop")}}}else{if(!m&&l&&(l.readyState==4||s=="timeout")){m=true;
if(r){clearInterval(r);r=null}v=s=="timeout"?"timeout":!O.httpSuccess(l)?"error":o.ifModified&&O.httpNotModified(l,o.url)?"notmodified":"success";
if(v=="success"){try{z=O.httpData(l,o.dataType,o)}catch(AC){v="parsererror"}}if(v=="success"){var AB;
try{AB=l.getResponseHeader("Last-Modified")}catch(AC){}if(o.ifModified&&AB){O.lastModified[o.url]=AB}if(!AA){k()
}}else{O.handleError(o,l,v)}n();if(s){l.abort()}if(o.async){l=null}}}};if(o.async){var r=setInterval(p,13);
if(o.timeout>0){setTimeout(function(){if(l&&!m){p("timeout")}},o.timeout)}}try{l.send(o.data)}catch(w){O.handleError(o,l,null,w)
}if(!o.async){p()}function k(){if(o.success){o.success(z,v)}if(o.global){O.event.trigger("ajaxSuccess",[l,o])
}}function n(){if(o.complete){o.complete(l,v)}if(o.global){O.event.trigger("ajaxComplete",[l,o])}if(o.global&&!--O.active){O.event.trigger("ajaxStop")
}}return l},handleError:function(g,j,f,h){if(g.error){g.error(j,f,h)}if(g.global){O.event.trigger("ajaxError",[j,g,h])
}},active:0,httpSuccess:function(g){try{return !g.status&&location.protocol=="file:"||(g.status>=200&&g.status<300)||g.status==304||g.status==1223
}catch(f){}return false},httpNotModified:function(h,f){try{var j=h.getResponseHeader("Last-Modified");
return h.status==304||j==O.lastModified[f]}catch(g){}return false},httpData:function(k,h,g){var f=k.getResponseHeader("content-type"),e=h=="xml"||!h&&f&&f.indexOf("xml")>=0,j=e?k.responseXML:k.responseText;
if(e&&j.documentElement.tagName=="parsererror"){throw"parsererror"}if(g&&g.dataFilter){j=g.dataFilter(j,h)
}if(typeof j==="string"){if(h=="script"){O.globalEval(j)}if(h=="json"){j=L["eval"]("("+j+")")}}return j
},param:function(e){var g=[];function h(j,k){g[g.length]=encodeURIComponent(j)+"="+encodeURIComponent(k)
}if(O.isArray(e)||e.jquery){O.each(e,function(){h(this.name,this.value)})}else{for(var f in e){if(O.isArray(e[f])){O.each(e[f],function(){h(f,this)
})}else{h(f,O.isFunction(e[f])?e[f]():e[f])}}}return g.join("&").replace(/%20/g,"+")}});var M={},N,D=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];
function T(f,e){var g={};O.each(D.concat.apply([],D.slice(0,e)),function(){g[this]=f});return g}O.fn.extend({show:function(k,n){if(k){return this.animate(T("show",3),k,n)
}else{for(var h=0,f=this.length;h<f;h++){var e=O.data(this[h],"olddisplay");this[h].style.display=e||"";
if(O.css(this[h],"display")==="none"){var g=this[h].tagName,m;if(M[g]){m=M[g]}else{var j=O("<"+g+" />").appendTo("body");
m=j.css("display");if(m==="none"){m="block"}j.remove();M[g]=m}O.data(this[h],"olddisplay",m)}}for(var h=0,f=this.length;
h<f;h++){this[h].style.display=O.data(this[h],"olddisplay")||""}return this}},hide:function(h,j){if(h){return this.animate(T("hide",3),h,j)
}else{for(var g=0,f=this.length;g<f;g++){var e=O.data(this[g],"olddisplay");if(!e&&e!=="none"){O.data(this[g],"olddisplay",O.css(this[g],"display"))
}}for(var g=0,f=this.length;g<f;g++){this[g].style.display="none"}return this}},_toggle:O.fn.toggle,toggle:function(g,f){var e=typeof g==="boolean";
return O.isFunction(g)&&O.isFunction(f)?this._toggle.apply(this,arguments):g==null||e?this.each(function(){var h=e?g:O(this).is(":hidden");
O(this)[h?"show":"hide"]()}):this.animate(T("toggle",3),g,f)},fadeTo:function(e,g,f){return this.animate({opacity:g},e,f)
},animate:function(j,f,h,g){var e=O.speed(f,h,g);return this[e.queue===false?"each":"queue"](function(){var l=O.extend({},e),n,m=this.nodeType==1&&O(this).is(":hidden"),k=this;
for(n in j){if(j[n]=="hide"&&m||j[n]=="show"&&!m){return l.complete.call(this)}if((n=="height"||n=="width")&&this.style){l.display=O.css(this,"display");
l.overflow=this.style.overflow}}if(l.overflow!=null){this.style.overflow="hidden"}l.curAnim=O.extend({},j);
O.each(j,function(p,u){var s=new O.fx(k,l,p);if(/toggle|show|hide/.test(u)){s[u=="toggle"?m?"show":"hide":u](j)
}else{var r=u.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),v=s.cur(true)||0;if(r){var o=parseFloat(r[2]),q=r[3]||"px";
if(q!="px"){k.style[p]=(o||1)+q;v=((o||1)/s.cur(true))*v;k.style[p]=v+q}if(r[1]){o=((r[1]=="-="?-1:1)*o)+v
}s.custom(v,o,q)}else{s.custom(v,u,"")}}});return true})},stop:function(f,e){var g=O.timers;if(f){this.queue([])
}this.each(function(){for(var h=g.length-1;h>=0;h--){if(g[h].elem==this){if(e){g[h](true)}g.splice(h,1)
}}});if(!e){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(e,f){O.fn[e]=function(g,h){return this.animate(f,g,h)
}});O.extend({speed:function(g,h,f){var e=typeof g==="object"?g:{complete:f||!f&&h||O.isFunction(g)&&g,duration:g,easing:f&&h||h&&!O.isFunction(h)&&h};
e.duration=O.fx.off?0:typeof e.duration==="number"?e.duration:O.fx.speeds[e.duration]||O.fx.speeds._default;
e.old=e.complete;e.complete=function(){if(e.queue!==false){O(this).dequeue()}if(O.isFunction(e.old)){e.old.call(this)
}};return e},easing:{linear:function(g,h,e,f){return e+f*g},swing:function(g,h,e,f){return((-Math.cos(g*Math.PI)/2)+0.5)*f+e
}},timers:[],fx:function(f,e,g){this.options=e;this.elem=f;this.prop=g;if(!e.orig){e.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(f){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]
}var e=parseFloat(O.css(this.elem,this.prop,f));return e&&e>-10000?e:parseFloat(O.curCSS(this.elem,this.prop))||0
},custom:function(j,h,g){this.startTime=E();this.start=j;this.end=h;this.unit=g||this.unit||"px";this.now=this.start;
this.pos=this.state=0;var e=this;function f(k){return e.step(k)}f.elem=this.elem;if(f()&&O.timers.push(f)&&!N){N=setInterval(function(){var l=O.timers;
for(var k=0;k<l.length;k++){if(!l[k]()){l.splice(k--,1)}}if(!l.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(h){var g=E();if(h||g>=this.options.duration+this.startTime){this.now=this.end;
this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var e=true;for(var f in this.options.curAnim){if(this.options.curAnim[f]!==true){e=false
}}if(e){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 j in this.options.curAnim){O.attr(this.elem.style,j,this.options.orig[j])
}}this.options.complete.call(this.elem)}return false}else{var k=g-this.startTime;this.state=k/this.options.duration;
this.pos=O.easing[this.options.easing||(O.easing.swing?"swing":"linear")](this.state,k,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(e){O.attr(e.elem.style,"opacity",e.now)
},_default:function(e){if(e.elem.style&&e.elem.style[e.prop]!=null){e.elem.style[e.prop]=e.now+e.unit
}else{e.elem[e.prop]=e.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 g=this[0].getBoundingClientRect(),k=this[0].ownerDocument,f=k.body,e=k.documentElement,m=e.clientTop||f.clientTop||0,l=e.clientLeft||f.clientLeft||0,j=g.top+(self.pageYOffset||O.boxModel&&e.scrollTop||f.scrollTop)-m,h=g.left+(self.pageXOffset||O.boxModel&&e.scrollLeft||f.scrollLeft)-l;
return{top:j,left:h}}}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 k=this[0],g=k.offsetParent,f=k,p=k.ownerDocument,n,h=p.documentElement,l=p.body,m=p.defaultView,e=m.getComputedStyle(k,null),o=k.offsetTop,j=k.offsetLeft;
while((k=k.parentNode)&&k!==l&&k!==h){n=m.getComputedStyle(k,null);o-=k.scrollTop,j-=k.scrollLeft;if(k===g){o+=k.offsetTop,j+=k.offsetLeft;
if(O.offset.doesNotAddBorder&&!(O.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(k.tagName))){o+=parseInt(n.borderTopWidth,10)||0,j+=parseInt(n.borderLeftWidth,10)||0
}f=g,g=k.offsetParent}if(O.offset.subtractsBorderForOverflowNotVisible&&n.overflow!=="visible"){o+=parseInt(n.borderTopWidth,10)||0,j+=parseInt(n.borderLeftWidth,10)||0
}e=n}if(e.position==="relative"||e.position==="static"){o+=l.offsetTop,j+=l.offsetLeft}if(e.position==="fixed"){o+=Math.max(h.scrollTop,l.scrollTop),j+=Math.max(h.scrollLeft,l.scrollLeft)
}return{top:o,left:j}}}O.offset={initialize:function(){if(this.initialized){return }var m=document.body,f=document.createElement("div"),h,g,o,j,n,e,k=m.style.marginTop,l='<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>';
n={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(e in n){f.style[e]=n[e]
}f.innerHTML=l;m.insertBefore(f,m.firstChild);h=f.firstChild,g=h.firstChild,j=h.nextSibling.firstChild.firstChild;
this.doesNotAddBorder=(g.offsetTop!==5);this.doesAddBorderForTableAndCells=(j.offsetTop===5);h.style.overflow="hidden",h.style.position="relative";
this.subtractsBorderForOverflowNotVisible=(g.offsetTop===-5);m.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(m.offsetTop===0);
m.style.marginTop=k;m.removeChild(f);this.initialized=true},bodyOffset:function(e){O.offset.initialized||O.offset.initialize();
var g=e.offsetTop,f=e.offsetLeft;if(O.offset.doesNotIncludeMarginInBodyOffset){g+=parseInt(O.curCSS(e,"marginTop",true),10)||0,f+=parseInt(O.curCSS(e,"marginLeft",true),10)||0
}return{top:g,left:f}}};O.fn.extend({position:function(){var j=0,h=0,f;if(this[0]){var g=this.offsetParent(),k=this.offset(),e=/^body|html$/i.test(g[0].tagName)?{top:0,left:0}:g.offset();
k.top-=J(this,"marginTop");k.left-=J(this,"marginLeft");e.top+=J(g,"borderTopWidth");e.left+=J(g,"borderLeftWidth");
f={top:k.top-e.top,left:k.left-e.left}}return f},offsetParent:function(){var e=this[0].offsetParent||document.body;
while(e&&(!/^body|html$/i.test(e.tagName)&&O.css(e,"position")=="static")){e=e.offsetParent}return O(e)
}});O.each(["Left","Top"],function(f,e){var g="scroll"+e;O.fn[g]=function(h){if(!this[0]){return null
}return h!==G?this.each(function(){this==L||this==document?L.scrollTo(!f?h:O(L).scrollLeft(),f?h:O(L).scrollTop()):this[g]=h
}):this[0]==L||this[0]==document?self[f?"pageYOffset":"pageXOffset"]||O.boxModel&&document.documentElement[g]||document.body[g]:this[0][g]
}});O.each(["Height","Width"],function(j,g){var e=j?"Left":"Top",h=j?"Right":"Bottom",f=g.toLowerCase();
O.fn["inner"+g]=function(){return this[0]?O.css(this[0],f,false,"padding"):null};O.fn["outer"+g]=function(l){return this[0]?O.css(this[0],f,false,l?"margin":"border"):null
};var k=g.toLowerCase();O.fn[k]=function(l){return this[0]==L?document.compatMode=="CSS1Compat"&&document.documentElement["client"+g]||document.body["client"+g]:this[0]==document?Math.max(document.documentElement["client"+g],document.body["scroll"+g],document.documentElement["scroll"+g],document.body["offset"+g],document.documentElement["offset"+g]):l===G?(this.length?O.css(this[0],k):null):this.css(k,typeof l==="string"?l:l+"px")
}})})();(function($){function toIntegersAtLease(n){return n<10?"0"+n:n}Date.prototype.toJSON=function(date){return this.getUTCFullYear()+"-"+toIntegersAtLease(this.getUTCMonth())+"-"+toIntegersAtLease(this.getUTCDate())
};var escapeable=/["\\\x00-\x1f\x7f-\x9f]/g;var meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};
$.quoteString=function(string){if(escapeable.test(string)){return'"'+string.replace(escapeable,function(a){var c=meta[a];
if(typeof c==="string"){return c}c=a.charCodeAt();return"\\u00"+Math.floor(c/16).toString(16)+(c%16).toString(16)
})+'"'}return'"'+string+'"'};$.toJSON=function(o,compact){var type=typeof (o);if(type=="undefined"){return"undefined"
}else{if(type=="number"||type=="boolean"){return o+""}else{if(o===null){return"null"}}}if(type=="string"){return $.quoteString(o)
}if(type=="object"&&typeof o.toJSON=="function"){return o.toJSON(compact)}if(type!="function"&&typeof (o.length)=="number"){var ret=[];
for(var i=0;i<o.length;i++){ret.push($.toJSON(o[i],compact))}if(compact){return"["+ret.join(",")+"]"}else{return"["+ret.join(", ")+"]"
}}if(type=="function"){throw new TypeError("Unable to convert object of type 'function' to json.")}var ret=[];
for(var k in o){var name;type=typeof (k);if(type=="number"){name='"'+k+'"'}else{if(type=="string"){name=$.quoteString(k)
}else{continue}}var val=$.toJSON(o[k],compact);if(typeof (val)!="string"){continue}if(compact){ret.push(name+":"+val)
}else{ret.push(name+": "+val)}}return"{"+ret.join(", ")+"}"};$.compactJSON=function(o){return $.toJSON(o,true)
};$.evalJSON=function(src){return eval("("+src+")")};$.secureEvalJSON=function(src){var filtered=src;
filtered=filtered.replace(/\\["\\\/bfnrtu]/g,"@");filtered=filtered.replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]");
filtered=filtered.replace(/(?:^|:|,)(?:\s*\[)+/g,"");if(/^[\],:{}\s]*$/.test(filtered)){return eval("("+src+")")
}else{throw new SyntaxError("Error parsing JSON, source is not valid.")}}})(jQuery);(function(A){A.portal={firebugEnabled:function(){return window.console&&(typeof window.console=="object")&&(typeof console.firebug=="string"||console.provider=="Firebug Lite")
},firebugLiteEnabled:function(){return window.firebug&&window.firebug.d&&window.firebug.d.console&&(typeof window.firebug.d.console=="object")
},logInfoMessage:function(B){if(A.portal.firebugEnabled()){console.info(B)}else{if(A.portal.firebugLiteEnabled()){firebug.d.console.cmd.info(B)
}}},pageSize:function(D){var C=null;if(!D){D=document}try{C=parseInt(D.fileSize)}catch(F){C=parseInt(0)
}if(C!=null&&C!=NaN&&C!=undefined){for(var B=0;B<D.images.length;B++){var E=D.images[B];if(E.src.indexOf("/_layouts/")==-1&&E.fileSize){C+=parseInt(E.fileSize)
}}if(D.frames){for(var B=0;B<D.frames.length;B++){C+=A.portal.pageSize(D.frames[B].document)}}}return C
}}})(jQuery);(function(A){A.portal.modules={performanceDiagnostics:function(){return A("#PerformanceDiagnostics").val()
}}})(jQuery);(function(A){A.portal.pageMenu={onPublishPage:function(D,B){var E=A.portal.modules.performanceDiagnostics();
var C=null;if(E&&E=="true"){C=A.portal.pageSize()}if(!C||C<D||confirm(B)){A("#qaCheckin").trigger("click")
}}}})(jQuery);(function(A){A(document).ready(function(){var C=A.portal.modules.performanceDiagnostics();
if(C&&C=="true"){var B=A.portal.pageSize();if(B&&B>512000){A("div.rm-PageSizeIndicator").show("slow")
}}})})(jQuery);function containsSubString(B,A){if(B.indexOf(A)>-1){return true}else{return false}}function ResizablePopUp(B,C,E,A,D,F){window.open(B,C,"width="+E+",height="+A+",resizable="+D+",scrollbars="+F)
}function createImageTag(A){return'<img src="'+A+'" />'}function HideElement(B){var A=document.getElementById(B);
if(A!=null){A.hidden=true}}function HideElementUsingCss(A){A.className=HIDE_ITEM_CLASS}function opacitySet(B,A){if(B.style.opacity){B.style.opacity=A
}}function addCssLinkToiFrameHeader(A,B){if(document.all){A.contentWindow.document.createStyleSheet(B.href)
}else{A.contentWindow.document.getElementsByTagName("head")[0].appendChild(B)}}function GetDefaultCookieDomain(){var B=null;
var A=document.getElementById("DefaultCookieDomain");if(A){B=A.value}return B}function ClearSessionCookie(){DeleteNamedCookie("ASP.NET_SessionId","/","")
}function SetNamedCookie(A,D,E,C,B){if(!C){C=GetDefaultCookieDomain()}document.cookie=A+"="+escape(D)+((E!=null)?";path="+E:"")+((C!=null)?";domain="+C:"")+((B!=null)?";expires="+B:"")
}function DeleteNamedCookie(A,C,B){if(GetCookieData(A)){document.cookie=A+"="+((C)?";path="+C:"")+((B)?";domain="+B:"")+";expires=Thu, 01-Jan-1970 00:00:01 GMT"
}}function GetCookie(A){return GetCookieData(A)}function GetCookieString(F){var B=document.cookie.split(";");
var D=null;if(B){for(var E=0;E<B.length;E++){var C=B[E].split("=");var A=C[0].replace(/^\s+|\s+$/g,"");
if(A==F){D=B[E];break}}}return D}function GetCookieData(D){var C=null;var B=GetCookieString(D);if(B){var A=B.split("=");
C=unescape(A[1].replace(/^\s+|\s+$/g,""))}return C}function elementBoundaryGet(C){var F=C.offsetLeft;
var E=C.offsetTop;var D=C.offsetWidth;var A=C.offsetHeight;var B=C.offsetParent;while(B!=null){F+=(B.offsetLeft?B.offsetLeft:0);
E+=(B.offsetTop?B.offsetTop:0);B=B.offsetParent}return[F,E,D,A]}var __eventListeners=[];function eventHelperAddEventListener(B,C,E){var A=E;
if(B.addEventListener){B.addEventListener(C,A,false)}else{if(B.attachEvent){A=function(){E(window.event)
};B.attachEvent("on"+C,A)}else{throw new Error("Event registration not supported")}}var D={instance:B,name:C,listener:A};
__eventListeners.push(D);return D}function eventHelperRemoveEventListener(C){var A=C.instance;if(A.removeEventListener){A.removeEventListener(C.name,C.listener,false)
}else{if(A.detachEvent){A.detachEvent("on"+C.name,C.listener)}}for(var B=0;B<__eventListeners.length;
B++){if(__eventListeners[B]==C){__eventListeners.splice(B,1);break}}}function eventHelperUnregisterAllEvents(){while(__eventListeners.length>0){removeEventListener(__eventListeners[0])
}}var ANIMATION_DRAWER_IN=1;var ANIMATION_DRAWER_OUT=2;function animation(B,A,D,C){this.length=B;this.interval=A;
this.elements=C;this.steps=B/A;this.step=1;this.callBack=D}animation.prototype.start=function(){this.step=1;
for(var A=0;A<this.elements.length;A++){this.elements[A].start()}this.animate()};animation.prototype.animate=function(){var B=this;
for(var A=0;A<this.elements.length;A++){this.elements[A].animate(this.step,this.steps)}if(this.step<this.steps){this.step++;
setTimeout(function(){B.animate()},this.interval)}else{this.callBack()}};function animationElement(B,A){this.id=B;
this.attributes=A;this.element=document.getElementById(B)}animationElement.prototype.start=function(){for(var A=0;
A<this.attributes.length;A++){this.attributes[A].start(this.element)}};animationElement.prototype.animate=function(C,A){for(var B=0;
B<this.attributes.length;B++){this.attributes[B].animate(this.element,C,A)}};function animationAttribute(D,E,A,C,B){this.name=D;
this.type=E;this.valueInitial=A;this.valueFinal=C;this.units=B;this.range=0}animationAttribute.prototype.start=function(A){this.range=this.valueFinal-this.valueInitial
};animationAttribute.prototype.animate=function(B,C,A){var D=0;switch(this.type){case (ANIMATION_DRAWER_IN):D=this.valueInitial+(Math.min(C,A/2)*(this.range*1.9/A))+(Math.max(C-(A/2),0)*(this.range*0.1/A));
break;case (ANIMATION_DRAWER_OUT):D=this.valueInitial+(Math.min(C,A/2)*(this.range*-0.1/A))+(Math.max(C-(A/2),0)*(this.range*2.1/A));
break}B.style[this.name]=D+this.units};function Anthem_Encode(A){if(typeof encodeURIComponent=="function"){return encodeURIComponent(A)
}else{return encodeURIComponentNew(A)}}function Anthem_AddEvent(control,eventType,functionPrefix){var ev;
eval("ev = control."+eventType+";");if(typeof (ev)=="function"){ev=ev.toString();ev=ev.substring(ev.indexOf("{")+1,ev.lastIndexOf("}"))
}else{ev=""}var func;if(navigator.appName.toLowerCase().indexOf("explorer")>-1){func=new Function(functionPrefix+" "+ev)
}else{func=new Function("event",functionPrefix+" "+ev)}eval("control."+eventType+" = func;")}function Anthem_GetXMLHttpRequest(){if(window.XMLHttpRequest){return new XMLHttpRequest()
}else{if(window.Anthem_XMLHttpRequestProgID){return new ActiveXObject(window.Anthem_XMLHttpRequestProgID)
}else{var B=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP.5.0","Msxml2.XMLHTTP.4.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"];
for(var C=0;C<B.length;++C){var D=B[C];try{var A=new ActiveXObject(D);window.Anthem_XMLHttpRequestProgID=D;
return A}catch(E){}}}}return null}var callbackFrames=new Array();function Anthem_HandleIOFrameResponse(D){var E=document.getElementById(D);
if(E!=null){var F=Anthem_ExtractIFrameDocument(E);if(F.getElementsByTagName("textarea").length>0){var B={responseText:F.getElementById("response").value.replace(/<\/anthemarea>/,"</textarea>")};
if(typeof (Anthem_DebugResponseText)=="function"){Anthem_DebugResponseText(B.responseText)}var A=Anthem_GetResult(B);
if(A.error){if(typeof (Anthem_DebugError)=="function"){Anthem_DebugError(A.error)}if(typeof (window.Anthem_Error)=="function"){Anthem_Error(A)
}}Anthem_UpdatePage(A);Anthem_EvalClientSideScript(A);for(var C in callbackFrames){var G=callbackFrames[C];
if(G!=null&&G.id==D){callbackFrames.splice(C,1);G.clientCallBack(A,G.clientCallBackArg);break}}if(typeof (window.Anthem_PostCallBack)=="function"){Anthem_PostCallBack()
}}setTimeout('document.body.removeChild(document.getElementById("'+D+'"))',10)}}function Anthem_ExtractIFrameDocument(A){var B=null;
if(A.contentDocument){B=A.contentDocument}else{if(A.contentWindow){B=A.contentWindow.document}else{if(A.document){B=A.document
}else{return null}}}return B}function Anthem_GetForm(){var A=document.getElementById("aspnetForm");return A
}function Anthem_GetCallBackUrl(){var A=Anthem_GetForm();var B=A.action+(A.action.indexOf("?")==-1?"?":"&")+"Anthem_CallBack=true";
return B}function Anthem_CallBack(I,a,R,G,E,S,H,A,V){if(typeof (window.Anthem_PreCallBack)=="function"){var F=Anthem_PreCallBack();
if(!(typeof F=="undefined"||F)){if(typeof (window.Anthem_CallBackCancelled)=="function"){Anthem_CallBackCancelled()
}return null}}var L="";if(a=="Page"){L+="&Anthem_PageMethod="+G}else{if(a=="MasterPage"){L+="&Anthem_MasterPageMethod="+G
}else{if(a=="Control"){L+="&Anthem_ControlID="+R.split(":").join("_");L+="&Anthem_ControlMethod="+G}}}if(E){for(var D=0;
D<E.length;++D){if(E[D] instanceof Array){for(var U=0;U<E[D].length;++U){L+="&Anthem_CallBackArgument"+D+"="+Anthem_Encode(E[D][U])
}}else{L+="&Anthem_CallBackArgument"+D+"="+Anthem_Encode(E[D])}}}if(V){L+="&Anthem_UpdatePage=true"}var K=false;
if(A){var B=Anthem_GetForm();if(B!=null){for(var P=0;P<B.length;++P){var C=B.elements[P];if(C.name){var Z=null;
if(C.nodeName.toUpperCase()=="INPUT"){var Q=C.getAttribute("type").toUpperCase();if(Q=="TEXT"||Q=="PASSWORD"||Q=="HIDDEN"){Z=C.value
}else{if(Q=="CHECKBOX"||Q=="RADIO"){if(C.checked){Z=C.value}}else{if(Q=="FILE"){K=K|!(C.value==null||C.value.length==0)
}}}}else{if(C.nodeName.toUpperCase()=="SELECT"){if(C.multiple){Z=[];for(var U=0;U<C.length;++U){if(C.options[U].selected){Z.push(C.options[U].value)
}}}else{if(C.length==0){Z=null}else{Z=C.value}}}else{if(C.nodeName.toUpperCase()=="TEXTAREA"){Z=C.value
}}}if(Z instanceof Array){for(var U=0;U<Z.length;++U){L+="&"+C.name+"="+Anthem_Encode(Z[U])}}else{if(Z!=null){L+="&"+C.name+"="+Anthem_Encode(Z)
}}}}if(typeof B.__VIEWSTATE=="undefined"){L+="&__VIEWSTATE="}if(typeof B.__EVENTTARGET=="undefined"){L+="&__EVENTTARGET="
}}}if(L.length>0){L=L.substring(1)}if(typeof (Anthem_DebugRequestText)=="function"){Anthem_DebugRequestText(L.split("&").join("\n&"))
}if(K){var T=Anthem_GetCallBackUrl();T=T+"&Anthem_IOFrame=true";if(V){T=T+"&Anthem_UpdatePage=true"}var R="f"+new String(Math.floor(9999*Math.random()));
if(typeof (S)=="function"){var O={"id":R,"clientCallBack":S,"clientCallBackArg":H};callbackFrames.push(O)
}var Y=null;if(window.ActiveXObject){Y=document.createElement('<iframe name="'+R+'" id="'+R+'" onload="Anthem_HandleIOFrameResponse(\''+R+"');\"/>")
}else{Y=document.createElement("iframe");Y.id=R;Y.name=R;Y.onload=function(){Anthem_HandleIOFrameResponse(R)
}}Y.style.visibility="hidden";Y.style.height="1px";document.body.appendChild(Y);var X=Anthem_GetForm();
var J=X.action;X.action=T;X.target=R;try{X.submit()}catch(W){N={"value":null,"error":W.message};if(typeof (Anthem_DebugError)=="function"){Anthem_DebugError(W.name+": "+W.message+" ("+W.number+")")
}if(typeof (window.Anthem_Error)=="function"){Anthem_Error(N)}}X.target="";X.action=J}else{var M=Anthem_GetXMLHttpRequest();
var N=null;if(!M){N={"value":null,"error":"NOXMLHTTP"};if(typeof (Anthem_DebugError)=="function"){Anthem_DebugError(N.error)
}if(typeof (window.Anthem_Error)=="function"){Anthem_Error(N)}if(typeof (S)=="function"){S(N,H)}return N
}var T=Anthem_GetCallBackUrl();M.open("POST",I?I:T,S?true:false);M.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=utf-8");
M.setRequestHeader("Accept-Encoding","gzip, deflate");if(typeof (S)=="function"){M.onreadystatechange=function(){if(M.readyState!=4){return 
}if(typeof (Anthem_DebugResponseText)=="function"){Anthem_DebugResponseText(M.responseText)}N=Anthem_GetResult(M);
if(N.error){if(typeof (Anthem_DebugError)=="function"){Anthem_DebugError(N.error)}if(typeof (window.Anthem_Error)=="function"){Anthem_Error(N)
}}if(V){Anthem_UpdatePage(N)}Anthem_EvalClientSideScript(N);S(N,H);M=null;if(typeof (window.Anthem_PostCallBack)=="function"){Anthem_PostCallBack()
}}}M.send(L);if(typeof (S)!="function"){if(typeof (Anthem_DebugResponseText)=="function"){Anthem_DebugResponseText(M.responseText)
}N=Anthem_GetResult(M);if(N.error){if(typeof (Anthem_DebugError)=="function"){Anthem_DebugError(N.error)
}if(typeof (window.Anthem_Error)=="function"){Anthem_Error(N)}}if(V){Anthem_UpdatePage(N)}Anthem_EvalClientSideScript(N);
if(typeof (window.Anthem_PostCallBack)=="function"){Anthem_PostCallBack()}}}return N}function Anthem_GetResult(x){var result={"value":null,"error":null};
var responseText=x.responseText;try{result=eval("("+responseText+")")}catch(e){if(responseText.length==0){}else{result.error="BADRESPONSE";
result.responseText=responseText}}return result}function Anthem_SetHiddenInputValue(D,C,E){var B=null;
if(D[C]){B=D[C]}else{B=document.createElement("input");B.setAttribute("name",C);B.setAttribute("type","hidden")
}B.setAttribute("value",E);var A=B.parentElement?B.parentElement:B.parentNode;if(A==null){D.appendChild(B);
D[C]=B}}function Anthem_RemoveHiddenInput(D,C){var B=D[C];if(B!=null&&typeof (B)!="undefined"){var A=B.parentElement?B.parentElement:B.parentNode;
if(A!=null){D[C]=null;A.removeChild(B)}}}function Anthem_FireEvent(E,B,C,F,A,G){var D=Anthem_GetForm();
Anthem_SetHiddenInputValue(D,"__EVENTTARGET",E);Anthem_SetHiddenInputValue(D,"__EVENTARGUMENT",B);Anthem_CallBack(null,null,null,null,null,C,F,A,G);
D.__EVENTTARGET.value="";D.__EVENTARGUMENT.value=""}function Anthem_UpdatePage(I){var B=Anthem_GetForm();
if(I.viewState){Anthem_SetHiddenInputValue(B,"__VIEWSTATE",I.viewState)}if(I.viewStateEncrypted){Anthem_SetHiddenInputValue(B,"__VIEWSTATEENCRYPTED",I.viewStateEncrypted)
}if(I.eventValidation){Anthem_SetHiddenInputValue(B,"__EVENTVALIDATION",I.eventValidation)}if(I.controls){for(var C in I.controls){var H="Anthem_"+C.split("$").join("_")+"__";
var A=document.getElementsByName("rm_callBackPanel")[0];var D="";if(A){D="Anthem_"+A.value.split("$").join("_")+"__"
}var F=document.getElementsByName("rm_initialLoadIndicator")[0];var G=false;if(F){G=(F.value.toLowerCase()=="true")
}if((H==D)||(G)||(D=="")){var E=document.getElementById(H);if(E){E.innerHTML=I.controls[C];if(I.controls[C]==""){E.style.display="none"
}else{E.style.display=""}}}}}if(I.pagescript){Anthem_LoadPageScript(I,0)}}function Anthem_LoadPageScript(K,C){if(C<K.pagescript.length){try{var I=false;
var F=document.createElement("script");F.type="text/javascript";if(K.pagescript[C].indexOf("src=")==0){I=true;
F.src=K.pagescript[C].substring(4)}else{if(F.canHaveChildren){F.appendChild(document.createTextNode(K.pagescript[C]))
}else{F.text=K.pagescript[C]}}var G=document.getElementsByTagName("head");if(G!=null&&typeof (G)!="undefined"&&G.length>0){var E=G[0];
var J=false;for(var A=0;A<E.childNodes.length;A++){var B=E.childNodes[A];if(typeof (B.tagName)=="string"){if(B.tagName.toUpperCase()=="SCRIPT"){if(F.src.length>0){if(F.src==B.src){J=true;
break}}else{if(F.innerHTML.length>0){if(F.innerHTML==B.innerHTML){J=true;break}}}}}}if(J){E.removeChild(B)
}var H=false;if(typeof F.readyState!="undefined"&&!window.opera){F.onreadystatechange=function(){if(F.readyState!="complete"&&F.readyState!="loaded"){return 
}else{Anthem_LoadPageScript(K,C+1)}}}else{if(I){F.onload=function(){Anthem_LoadPageScript(K,C+1)}}else{document.getElementsByTagName("head")[0].appendChild(F);
H=true;Anthem_LoadPageScript(K,C+1)}}if(!H){document.getElementsByTagName("head")[0].appendChild(F)}}}catch(D){Anthem_DebugError("Error adding page script to head. "+D.name+": "+D.message)
}}}function Anthem_EvalClientSideScript(result){if(result.script){for(var i=0;i<result.script.length;
++i){try{eval(result.script[i])}catch(e){Anthem_DebugError("Error evaluating client-side script!\n\nScript: "+result.script[i]+"\n\nException: "+e)
}}}}function Anthem_Clear__EVENTTARGET(){var A=Anthem_GetForm();Anthem_SetHiddenInputValue(A,"__EVENTTARGET","")
}function Anthem_InvokePageMethod(A,B,C,D){Anthem_Clear__EVENTTARGET();return Anthem_CallBack(null,"Page",null,A,B,C,D,true,true)
}function Anthem_InvokeMasterPageMethod(A,B,C,D){Anthem_Clear__EVENTTARGET();return Anthem_CallBack(null,"MasterPage",null,A,B,C,D,true,true)
}function Anthem_InvokeControlMethod(E,A,B,C,D){Anthem_Clear__EVENTTARGET();return Anthem_CallBack(null,"Control",E,A,B,C,D,true,true)
}function Anthem_PreProcessCallBack(K,N,Q,I,F,J,O,B,H,E,M){var A=true;if(I&&typeof (Page_ClientValidate)=="function"){A=Page_ClientValidate(F)
}if(A){var L=true;if(typeof (H)=="function"){L=H(K,N)}if(typeof (L)=="undefined"||L){var D=K.getAttribute("type");
D=(D==null)?"":D.toUpperCase();if(D=="IMAGE"&&N!=null){var C=Anthem_GetForm();if(N.offsetX){Anthem_SetHiddenInputValue(C,Q+".x",N.offsetX);
Anthem_SetHiddenInputValue(C,Q+".y",N.offsetY)}else{var G=GetControlLocation(K);Anthem_SetHiddenInputValue(C,Q+".x",N.clientX-G.x+1+window.pageXOffset);
Anthem_SetHiddenInputValue(C,Q+".y",N.clientY-G.y+1+window.pageYOffset)}}if(J||O){var P=K.nodeName.toUpperCase();
if(P=="INPUT"){if(D=="CHECKBOX"||D=="RADIO"||D=="TEXT"){M.OriginalText=GetLabelText(K.id);SetLabelText(K.id,O)
}else{if(D=="IMAGE"){if(J){M.OriginalText=K.src;K.src=J}else{M.ParentElement=K.parentElement?K.parentElement:K.parentNode;
if(M.ParentElement){M.OriginalText=M.ParentElement.innerHTML;M.ParentElement.innerHTML=O}}}else{if(D=="SUBMIT"||D=="BUTTON"){M.OriginalText=K.value;
K.value=O}}}}else{if(P=="SELECT"||P=="SPAN"){M.OriginalText=GetLabelText(K.id);SetLabelText(K.id,O)}else{M.OriginalText=K.innerHTML;
K.innerHTML=O}}}K.disabled=(typeof (B)=="undefined")?false:!B;return true}else{if(typeof (E)=="function"){E(K,N)
}return false}}else{return false}}function Anthem_PreProcessCallBackOut(){this.ParentElement=null;this.OriginalText=""
}function Anthem_PostProcessCallBack(M,F,H,K,A,L,E,I,D,G){if(typeof (D)=="function"){D(F,H)}F.disabled=false;
var C=F.getAttribute("type");C=(C==null)?"":C.toUpperCase();if(C=="IMAGE"){var B=Anthem_GetForm();Anthem_RemoveHiddenInput(B,K+".x");
Anthem_RemoveHiddenInput(B,K+".y")}if(E||I){var J=F.nodeName.toUpperCase();if(J=="INPUT"){if(C=="CHECKBOX"||C=="RADIO"||C=="TEXT"){SetLabelText(F.id,G.OriginalText)
}else{if(C=="IMAGE"){if(E){F.src=G.OriginalText}else{G.ParentElement.innerHTML=G.OriginalText}}else{if(C=="SUBMIT"||C=="BUTTON"){F.value=G.OriginalText
}}}}else{if(J=="SELECT"||J=="SPAN"){SetLabelText(F.id,G.OriginalText)}else{F.innerHTML=G.OriginalText
}}}if(typeof (A)=="function"){A(M,L)}}function Anthem_FireCallBackEvent(J,L,P,Q,H,F,I,N,A,G,E,D,M,C){if(J.disabled){return 
}var K=new Anthem_PreProcessCallBackOut();var O=Anthem_PreProcessCallBack(J,L,P,H,F,I,N,A,G,D,K);if(O){var B=L.type;
Anthem_FireEvent(P,Q,function(R){Anthem_PostProcessCallBack(R,J,B,P,null,null,I,N,E,K)},null,M,C)}}function AnthemListControl_OnClick(I,F,E,K,A,G,D,C,J,B){var H=I.target||I.srcElement;
if(H.nodeName.toUpperCase()=="LABEL"&&H.htmlFor!=""){return }var L=H.id.split("_").join("$");Anthem_FireCallBackEvent(H,I,L,"",F,E,"",K,A,G,D,C,true,true)
}function GetControlLocation(C){var A=0;var D=0;var B;for(B=C;B;B=B.offsetParent){if(B.offsetLeft){A+=B.offsetLeft
}if(B.offsetTop){D+=B.offsetTop}}return{x:A,y:D}}function GetLabelText(C){var B=document.getElementsByTagName("label");
for(var A=0;A<B.length;A++){if(B[A].htmlFor==C){return B[A].innerHTML}}return null}function SetLabelText(D,B){var C=document.getElementsByTagName("label");
for(var A=0;A<C.length;A++){if(C[A].htmlFor==D){C[A].innerHTML=B;return }}}function utf8(B){var E,D;var A="";
var C=0;while(C<B.length){E=B.charCodeAt(C++);if(E>=56320&&E<57344){continue}if(E>=55296&&E<56320){if(C>=B.length){continue
}D=B.charCodeAt(C++);if(D<56320||E>=56832){continue}E=((E-55296)<<10)+(D-56320)+65536}if(E<128){A+=String.fromCharCode(E)
}else{if(E<2048){A+=String.fromCharCode(192+(E>>6),128+(E&63))}else{if(E<65536){A+=String.fromCharCode(224+(E>>12),128+(E>>6&63),128+(E&63))
}else{A+=String.fromCharCode(240+(E>>18),128+(E>>12&63),128+(E>>6&63),128+(E&63))}}}}return A}var hexchars="0123456789ABCDEF";
function toHex(A){return hexchars.charAt(A>>4)+hexchars.charAt(A&15)}var okURIchars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_-";
function encodeURIComponentNew(C){var C=utf8(C);var D;var A="";for(var B=0;B<C.length;B++){if(okURIchars.indexOf(C.charAt(B))==-1){A+="%"+toHex(C.charCodeAt(B))
}else{A+=C.charAt(B)}}return A}function CookieUtil(C,F){this.affix="";if(F){var B=new Date();var E=new Date().getTime();
B.setTime(E+(1000*60*F));this.affix="; expires="+B.toGMTString()}this.affix+="; path=/";var D=document.domain.indexOf(".");
this.affix+="; domain="+document.domain.substring(D,document.domain.length)+";";function A(){var G=document.cookie.match(new RegExp("("+C+"=[^;]*)(;|$)"));
return G?G[1]:null}this.setSubValue=function(H,I){var G=A();if(/[;, ]/.test(I)){I=window.encodeURI?encodeURI(I):escape(I)
}if(I){var J="@"+H+I;if(G){if(new RegExp("@"+H).test(G)){document.cookie=G.replace(new RegExp("@"+H+"[^@;]*"),J)+this.affix
}else{document.cookie=G.replace(new RegExp("("+C+"=[^;]*)(;|$)"),"$1"+J)+this.affix}}else{document.cookie=C+"="+J+this.affix
}}else{if(new RegExp("@"+H).test(G)){document.cookie=G.replace(new RegExp("@"+H+"[^@;]*"),"")+this.affix
}}};this.getSubValue=function(I){var H=A();if(H){var G=H.match(new RegExp("@"+I+"([^@;]*)"));if(G){var J=G[1];
if(J){return window.decodeURI?decodeURI(J):unescape(J)}}}}}var server="";var secureserver="";var site="";
var cookieLife=730;var cookieDomain="";var perfinfo=0;var sourceparamname="";var fromt=new Date();var elapsedt=fromt.getTime();
var pet="";var SRT="0";var OET="0";var UET="0";var rn=Math.floor(Math.random()*1000000001);var civersion="1.87";
var js="-";var sc=0;var sw=0;var sh=0;var ww=0;var wh=0;var je="-";var lg="-";var dn="-";var bt="";var st="-";
var tz=0;var vl="-";var t=0;var sr="-";var res="-";var ref="-";var pt="-";var fs=0;var is=0;var id="-";
var idparm="";var nu="-";var wr="-";var base="";var reqsrc="";var now="";var tt=0;keys=new Array();values=new Array();
var source="";var src="-";var clifems=cookieLife*86400000;cexp=new Date(fromt.getTime()+clifems);var srctime=0;
var customfields="";var optout="";var trioid="-";function logclientdata(G){thispet=G;if(thispet=="01"){now=new Date();
tt=now.getTime();SRT=(tt-elapsedt);trioid=rn}else{if(thispet=="02"){now=new Date();tt=now.getTime();OET=(tt-elapsedt);
trioid=rn}else{if(thispet=="03"){now=new Date();tt=now.getTime();UET=(tt-elapsedt);trioid=rn}else{SRT=0;
OET=0;UET=0;trioid=Math.floor(Math.random()*1000000001);thispet="-"}}}if(navigator.appName=="Netscape"){bt="NS"
}else{if(navigator.appName=="Microsoft Internet Explorer"){bt="IE"}else{bt="OT"}}je=navigator.javaEnabled()?"Y":"N";
dn=document.domain;lg=bt=="NS"?navigator.language:navigator.browserLanguage;sc=Math.pow(2,screen.colorDepth);
sp=screen.pixelDepth;sw=screen.width;sh=screen.height;now=new Date();st=escape(site);if(st==null||st==""){st="-"
}tz=now.getTimezoneOffset();vl=history.length;t=now.getTime();sr=sw+"x"+sh;res=escape(document.URL);ref=escape(document.referrer);
if(ref==null||ref==""){ref="-"}pt=escape(document.title);if(pt==null||pt==""){pt="-"}if(thispet!="01"){is=0;
try{fs=document.fileSize*1;var F=new Object();for(i=0;i<document.images.length;i++){if(!F[document.images[i].src]){is+=parseInt(document.images[i].fileSize);
F[document.images[i].src]=true}}}catch(E){fs=0;is=0}if(bt=="IE"){if(document.documentElement&&document.documentElement.clientWidth){ww=document.documentElement.clientWidth;
wh=document.documentElement.clientHeight}else{if(document.body){ww=document.body.clientWidth;wh=document.body.clientHeight
}}}else{ww=window.outerWidth;wh=window.outerHeight}var B=ww+"x"+wh;if(typeof (wacustomvarnames)!="undefined"){customfields="";
for(i=0;i<wacustomvarnames.length;i++){customfields=customfields+wacustomvarnames[i]+"~"+wacustomvarvalues[i];
if(i!=wacustomvarnames.length-1){customfields=customfields+"~"}}}else{customfields="-"}}else{fs="-";is="-";
B="-";customfields="-"}parseQS();optout=getCookie("nocookie");if(optout!="1"){idparm=getQSParam("webabacus_id");
if(idparm==null||idparm==""){id=getCookie("webabacus_id")}else{id=idparm}if(id==null||id=="-1"){id=now.getTime()+"-1";
nu="1"}else{nu="0"}document.cookie="webabacus_id="+escape(id)+"; expires="+cexp.toUTCString()+"; path=/"+(cookieDomain==""?"":"; domain="+cookieDomain)
}else{id="nocookie";nu="-1"}source=getQSParam(sourceparamname);if(source!=null){src=escape(source);srctime=fromt.getTime();
if(optout!="1"){document.cookie="wa_last_source="+escape(source)+"; expires="+cexp.toUTCString()+"; path=/"+(cookieDomain==""?"":"; domain="+cookieDomain);
document.cookie="wa_last_source_date="+srctime+"; expires="+cexp.toUTCString()+"; path=/"+(cookieDomain==""?"":"; domain="+cookieDomain)
}}else{if(optout!="1"){src=getCookie("wa_last_source");srctime=getCookie("wa_last_source_date")}if(src==null){src="-"
}if(srctime==null){srctime=0}}if(res.substring(0,5)=="https"){base=secureserver+"/_layouts/RM.ClientSideScripts/clientinfo.htm?"+civersion+"&"+t+"&"
}else{base=server+"/_layouts/RM.ClientSideScripts/clientinfo.htm?"+civersion+"&"+t+"&"}reqsrc=st+"&"+tz+"&"+id+"&"+nu+"&"+sc+"&"+sr+"&"+B+"&"+js+"&"+je+"&"+lg+"&"+dn+"&"+res+"&"+ref+"&"+pt+"&"+fs+"&"+is+"&"+trioid+"&"+thispet+"&"+SRT+"&"+OET+"&"+UET+"&"+src+"&"+srctime+"&"+customfields;
var C=2000;var A=reqsrc.length;if(A>C){reqsrc=reqsrc.substring(0,C)}var D=new Image();D.src=base+reqsrc+"&-"
}function getCookie(D){var B=document.cookie;var C=D+"=";var A=B.length;var E=0;while(E<A){var G=E+C.length;
if(B.substring(E,G)==C){var F=B.indexOf(";",G);if(F==-1){F=A}return unescape(B.substring(G,F))}E=B.indexOf(" ",E)+1;
if(E==0){break}}return null}function getQSParam(B){var C=null;for(var A=0;A<keys.length;A++){if(keys[A]==B){C=values[A];
break}}return C}function parseQS(){var D=window.location.search.substring(1);var A=D.toLowerCase();var C=A.split("&");
for(var B=0;B<C.length;B++){var E=C[B].indexOf("=");if(E>=0){keys[keys.length]=C[B].substring(0,E);values[values.length]=C[B].substring(E+1)
}}}function tagFields(F){var B;if(F!=""){for(B=0;B<document.forms.length;B++){if(document.forms[B].name==F){break
}}if(B==document.forms.length){B=0}}else{B=0}var H=document.forms[B];F=H.name;var A="&"+(escape(F)==""?"-":escape(F));
var G,E,C;for(G=0;G<H.elements.length;G++){E=escape(H.elements[G].name);if(E==""||E==null){E="-"}C=escape(H.elements[G].value);
if(C==""||C==null){C="-"}A=A+"~"+E+"~"+C}if(A=="&"){A="&-"}var D=new Image();D.src=base+reqsrc+A}function cookieOptOut(){document.cookie="webabacus_id=-1; expires=Thu, 01-Jan-70 00:00:01 GMT; path=/"+(cookieDomain==""?"":"; domain="+cookieDomain);
document.cookie="wa_last_source=-1; expires=Thu, 01-Jan-70 00:00:01 GMT; path=/"+(cookieDomain==""?"":"; domain="+cookieDomain);
document.cookie="wa_last_source_date=-1; expires=Thu, 01-Jan-70 00:00:01 GMT; path=/"+(cookieDomain==""?"":"; domain="+cookieDomain);
document.cookie="nocookie=1; expires=Sat, 01-Jan-40 00:00:01 GMT; path=/"+(cookieDomain==""?"":"; domain="+cookieDomain)
}function cookieOptIn(){document.cookie="nocookie=0; expires=Thu, 01-Jan-70 00:00:01 GMT; path=/"+(cookieDomain==""?"":"; domain="+cookieDomain)
}if(perfinfo==1){logclientdata("01")}else{logclientdata("")}var CONTENT_BODY_INNER_DIV_ID="ContentBodyInner";
var INTEREST_SPACE_DROP_DOWN_PLACEHOLDER_DIV_ID="InterestSpaceDropDownPlaceholder";var HOVER_OVER_CLASS=" liHoverClass";
var ELEMENT_SPAN="SPAN";var ELEMENT_BODY="body";var ELEMENT_LI="LI";var ELEMENT_DIV="DIV";var ATTRIB_VALUE_VISIBLE="visible";
var ATTRIB_VALUE_HIDDEN="hidden";var timeout=3000;var closetimer=0;var _liSelectedIndex=0;var _listPrefix="li_";
var _urlPrefix="url_";var _textPrefix="txt_";var _hasInnerText=false;var _bodyFirst=document.getElementsByTagName(ELEMENT_BODY)[0];
if(_bodyFirst&&_bodyFirst.innerText!=undefined){_hasInnerText=true}function ImageCombo_StartListboxCloseTimer(A){var B="HideListBoxOptions('"+A.id+"')";
closetimer=window.setTimeout(B,timeout)}function ImageCombo_CancelListboxCloseTimer(){if(closetimer){window.clearTimeout(closetimer);
closetimer=null}}function SetSelectedIndex(A){_liSelectedIndex=A}function ImageCombo_ListBoxHoverOver(A){var A=A||window.event;
var B=A.target||A.srcElement;if(B.id){myId=B.id}if(GetUrlValueFromTextId(myId)!=""){if(B.nodeName==ELEMENT_SPAN){B.className+=HOVER_OVER_CLASS
}}ImageCombo_CancelListboxCloseTimer()}function GetUrlValueFromTextId(C){var D=C.substr(4,C.length);var B;
var A=document.getElementById(_urlPrefix+D);B=GetUrlFromPanel(A);return B}function OnTextChange(A){}function ImageCombo_ListBoxHoverOut(A){var A=A||window.event;
var B=A.target||A.srcElement;if(B.id){myId=B.id}if(B.nodeName==ELEMENT_SPAN){B.className=""}}function redirectOnClientChange(){var A=GetSpanContents();
location.href=A}function GetSpanContents(){var B;var A=SelectedUrlSpan();B=GetUrlFromPanel(A);return B
}function GetUrlFromPanel(A){var B="";if(A!=null){if(A.innerHTML!=null){B=A.innerHTML}else{if(_hasInnerText){B=A.innerText
}else{B=A.textContent}}}return B}function ImageCombo_ListItemClick(B,C,D){var D=D||window.event;var G=D.target||D.srcElement;
if(G.id){myId=G.id}if(GetUrlValueFromTextId(myId)!=""){if(G.nodeName==ELEMENT_SPAN){var A=B.value;var E=G.parentNode.id;
var F=E.lastIndexOf("_");_liSelectedIndex=E.substring(F+1);if(_hasInnerText){B.value=G.innerText}else{B.value=G.textContent
}redirectOnClientChange()}ImageCombo_ListBoxHide(C)}}function ImageCombo_TextBoxBlur(A,B){if(B.style.visibility==ATTRIB_VALUE_VISIBLE){B.all[0].focus()
}}function HideListBoxOptions(B){var A=document.getElementById(B);ImageCombo_ListBoxHide(A)}function ImageCombo_ListBoxHide(A){A.style.visibility=ATTRIB_VALUE_HIDDEN
}function ImageCombo_ListBoxMakeVisible(A){A.style.visibility=ATTRIB_VALUE_VISIBLE}function ImageCombo_ListBoxShow(E,B,C){if(C){var D=B.parentNode;
if(D!=null){if(D.id!=INTEREST_SPACE_DROP_DOWN_PLACEHOLDER_DIV_ID){var A=document.getElementById(INTEREST_SPACE_DROP_DOWN_PLACEHOLDER_DIV_ID);
if(A!=null){D.removeChild(B);A.appendChild(B)}}}}if(B.style.visibility==ATTRIB_VALUE_VISIBLE){ImageCombo_ListBoxHide(B)
}else{ImageCombo_ListBoxMakeVisible(B);ImageCombo_StartListboxCloseTimer(B)}}function SelectedItem(){return document.getElementById(_listPrefix+_liSelectedIndex)
}function SelectedUrlSpan(){return document.getElementById(_urlPrefix+_liSelectedIndex)}function SelectedTextSpan(){return document.getElementById(_textPrefix+_liSelectedIndex)
}function getListItemCount(B){var D=0;if(!B.childNodes||B.childNodes.length==0){return 0}for(var A=0;
A<B.childNodes.length;A++){var C=B.childNodes[A];if(C.nodeName==ELEMENT_LI){D++}}return D}function ImageCombo_ChangeSelection(B,A){if(B){if(B.innerHTML!=null){A.value=B.innerHTML
}else{if(_hasInnerText){A.value=B.innerText}else{A.value=B.textContent}}}}function ImageCombo_ListBoxKeyup(B,A,D){switch(D.keyCode){case 13:redirectOnClientChange();
break;case 27:ImageCombo_ListBoxHide(B.offsetParent);break;case 38:case 40:var C=SelectedTextSpan();ImageCombo_ChangeSelection(C,A);
break;default:break}}function ImageCombo_TextBoxKeyup(B,A,D){if(D.keyCode==38&&_liSelectedIndex>0){_liSelectedIndex--;
var C=SelectedTextSpan();ImageCombo_ChangeSelection(C,B);return }else{if(D.keyCode==40&&_liSelectedIndex<getListItemCount(A)-1){_liSelectedIndex++;
var C=SelectedTextSpan();ImageCombo_ChangeSelection(C,B);return }else{if(D.keyCode==13){redirectOnClientChange()
}else{if(D.keyCode==27){ImageCombo_ListBoxHide(A.parentNode);return false}else{if(D.keyCode==9){return false
}}}}}}var gridChanges=new Array();function SetRowDirty(C,B,G,A){var H=GetParentCell(C);var J=GetParentRow(C);
var I=GetParentTable(C);var D=J.rowIndex;var F=GetCellIndex(H);var E=gridChanges[D];if(E){E[F]=!(E[F]==true)
}else{E=new Array();E[F]=true;gridChanges[D]=E}J.cells[B].firstChild.checked=IsRowModified(D,G,A);SetHeaderBoxChecked(I,C.checked,F);
SetGridDirty()}function IsRowModified(E,B,A){for(var C=B;C<A;C++){var D=gridChanges[E];if(D!=null){if(D[C]!=null){if(D[C]==true){return true
}}}}return false}function GetParentCell(A){return GetParentElement(A,"TD")}function GetParentHeaderCell(A){return GetParentElement(A,"TH")
}function GetParentRow(A){return GetParentElement(A,"TR")}function GetParentTable(A){return GetParentElement(A,"TABLE")
}function GetParentElement(B,A){if(B.tagName.toUpperCase()==A){return B}else{if(B.parentElement){return GetParentElement(B.parentElement,A)
}if(B.parentNode){return GetParentElement(B.parentNode,A)}}}function GetCellIndex(A){var B=A.cellIndex||0;
if(B==0){do{if(A.nodeType==1){B++}A=A.previousSibling}while(A);--B}return B}function AttachEvents(A,F,C,I){gridChanges=new Array();
var J=document.getElementById(A);if(J){for(var E=0;E<J.rows.length;E++){var K=J.rows[E];if(E>0){for(var H=F;
H<C;H++){var G=K.cells[H];var B=G.firstChild;var D="";if(IsExpectedControl(B,"RADIO")){D+="UncheckRadioButtons(this, "+I+", "+F+", "+C+");"
}if(IsExpectedControl(B,"CHECKBOX")||IsExpectedControl(B,"RADIO")){D+="SetRowDirty(this, "+I+", "+F+", "+C+");";
B.onclick=new Function(D)}}}K.cells[I].style.display="none"}}}function UncheckRadioButtons(E,G,D,A){var F=GetParentCell(E);
var I=GetParentRow(E);var B=I.rowIndex;var C=GetCellIndex(F);UncheckRadioButtonsInRow(I,C,G,D,A);if(B>0){var H=GetParentTable(F);
I=H.rows[0];UncheckRadioButtonsInRow(I,C,G,D,A)}}function UncheckRadioButtonsInRow(G,C,E,B,A){for(var D=B;
D<A;D++){if((D!=C)){var F=G.cells[D].firstChild;if((F)&&(IsExpectedControl(F,"RADIO"))&&(F.checked)){F.checked=false;
if(G.rowIndex>0){SetRowDirty(F,E,B,A)}}}}}function SelectAllMaintGrid(G){var D=GetParentTable(G);var C=GetParentHeaderCell(G);
var B=GetCellIndex(C);var F=D.rows;for(i=0;i<F.length;i++){var A=F[i].cells[B];var E=A.childNodes[0];
if(E.disabled==false){if(E.checked!=G.checked){E.click()}}}}function SetHeaderBoxChecked(D,C,B){var A=D.rows[0].cells;
var E=A[B].childNodes[0];if(!C){if(IsExpectedControl(E,"CHECKBOX")){E.checked=false}}}function IsExpectedControl(A,B){return(A)&&(A.type)&&(A.type.toUpperCase()==B)
}function PopupHelp(A){ResizablePopUp(A,"Help",640,480,"yes","yes")}var _animationBannerIn=new animation(200,20,animateBannerInEnd,new Array(new animationElement("Banner",new Array(new animationAttribute("height",ANIMATION_DRAWER_IN,60,10,"px"))),new animationElement("navSupplemental",new Array(new animationAttribute("opacity",ANIMATION_DRAWER_IN,1,0,""))),new animationElement("headerLogoImage",new Array(new animationAttribute("opacity",ANIMATION_DRAWER_IN,1,0,""))),new animationElement("userAvatar",new Array(new animationAttribute("opacity",ANIMATION_DRAWER_IN,1,0,"")))));
var _animationBannerOut=new animation(200,20,animateBannerOutEnd,new Array(new animationElement("Banner",new Array(new animationAttribute("height",ANIMATION_DRAWER_OUT,10,60,"px"))),new animationElement("navSupplemental",new Array(new animationAttribute("opacity",ANIMATION_DRAWER_IN,0,1,""))),new animationElement("headerLogoImage",new Array(new animationAttribute("opacity",ANIMATION_DRAWER_IN,0,1,""))),new animationElement("userAvatar",new Array(new animationAttribute("opacity",ANIMATION_DRAWER_IN,0,1,"")))));
var _animationTabIn=new animation(200,20,animateTabInEnd,new Array(new animationElement("SubContent",new Array(new animationAttribute("left",ANIMATION_DRAWER_IN,0,-10.5,"em"))),new animationElement("MainContent",new Array(new animationAttribute("marginLeft",ANIMATION_DRAWER_IN,13.8456,2.5,"em")))));
var _animationTabOut=new animation(200,20,animateTabOutEnd,new Array(new animationElement("SubContent",new Array(new animationAttribute("left",ANIMATION_DRAWER_OUT,-10.5,0,"em"))),new animationElement("MainContent",new Array(new animationAttribute("marginLeft",ANIMATION_DRAWER_OUT,2.5,13.8456,"em")))));
var _animationSessionCookie=new CookieUtil("animationSessionCookie",false);if(_animationSessionCookie.getSubValue("BannerPosition")=="in"){document.getElementById("navSupplemental").style.display="none";
document.getElementById("headerLogoImage").style.display="none";document.getElementById("userAvatar").style.display="none";
document.getElementById("Banner").style["height"]="10px";opacitySet(document.getElementById("navSupplemental"),0);
opacitySet(document.getElementById("headerLogoImage"),0);opacitySet(document.getElementById("userAvatar"),0);
document.getElementById("BannerCollapseControl").className="hide"}if(_animationSessionCookie.getSubValue("SubContentPosition")=="in"){document.getElementById("SubContent").style["left"]="-10.5em";
document.getElementById("MainContent").style["marginLeft"]="2.5em";document.getElementById("SubContentCollapseControl").className="hide"
}function animateBanner(){if(_animationSessionCookie.getSubValue("BannerPosition")=="in"){var A=document.getElementById("headerLogoImage");
document.getElementById("navSupplemental").style.display="block";A.style.display="block";document.getElementById("userAvatar").style.display="block";
A.style.left=document.body.offsetWidth-A.offsetWidth+"px";_animationBannerOut.start()}else{_animationBannerIn.start();
document.getElementById("navSupplemental").style.display="none";document.getElementById("headerLogoImage").style.display="none";
document.getElementById("userAvatar").style.display="none"}}function animateBannerOutEnd(){_animationSessionCookie.setSubValue("BannerPosition","out");
document.getElementById("BannerCollapseControl").className=""}function animateBannerInEnd(){_animationSessionCookie.setSubValue("BannerPosition","in");
document.getElementById("BannerCollapseControl").className="hide"}function animateTab(){if(_animationSessionCookie.getSubValue("SubContentPosition")=="in"){_animationTabOut.start()
}else{_animationTabIn.start()}}function animateTabOutEnd(){_animationSessionCookie.setSubValue("SubContentPosition","out");
document.getElementById("SubContentCollapseControl").className="";resetContentAreaAndBodyWidths();checkContentElementsWidths()
}function animateTabInEnd(){_animationSessionCookie.setSubValue("SubContentPosition","in");document.getElementById("SubContentCollapseControl").className="hide"
}var CSSClassDatagrid="rm-datagrid_container";function modifyDatagrids(){if(!document.getElementsByTagName("div")){return 
}var B=document.getElementsByTagName("div");for(var A=0;A<B.length;A++){var C=null;if(B[A]){if(B[A].className){if(B[A].className==CSSClassDatagrid){C=B[A]
}}}if(C){modifyTableHTML(C)}}}function modifyTableHTML(E){var C;C=getChildByTagName(E,"TABLE");if(C){if(C.getAttribute("rules")){C.removeAttribute("rules")
}if(C.getAttribute("border")){C.removeAttribute("border")}var D;if(!getChildByTagName(C,"THEAD")){var B=getChildByTagName(C,"TBODY");
if(B){D=document.createElement("THEAD");C.insertBefore(D,B);var A=getChildByTagName(B,"TR");if(A){if(getChildByTagName(A,"TH")){D.appendChild(A)
}}}}}}function getChildByTagName(D,A){var C;if(!A.toUpperCase()){return null}if(!D.childNodes){return null
}C=D.childNodes;for(var B=0;B<C.length;B++){if(C[B]){if(C[B].tagName){if(C[B].tagName.toUpperCase()==A.toUpperCase()){return C[B]
}}}}return null}var _note=Array();var _pageToolNoteSessionCookie=new CookieUtil("pageToolNoteSessionCookie",false);
if(typeof _pageToolNoteSessionCookie.getSubValue("Show")=="undefined"){_pageToolNoteSessionCookie.setSubValue("Show","Hide")
}function RemoveNote(B,A){for(i=0;i<B.length;i++){if(A==B[i]){B.splice(i,1);return }}}function CheckNoNotes(){if(!pageTool.insertAllowed(_note.length)){AddNotesButtonNoMoreNotes()
}}function NotesShowToggle(){var A=_pageToolNoteSessionCookie.getSubValue("Show");if(_note.length>0){A=(A=="Show"?"Hide":"Show");
_pageToolNoteSessionCookie.setSubValue("Show",A)}}function NotesForceToggleOn(){var A=_pageToolNoteSessionCookie.getSubValue("Show");
if(A=="Hide"){_pageToolNoteSessionCookie.setSubValue("Show","Show");NotesShow()}}function NotesShowClassSet(B){var A=_pageToolNoteSessionCookie.getSubValue("Show");
if(_note.length>0){if(A=="Show"){B.className="iconLink toolNotesVisibile"}else{B.className="iconLink toolNotesHidden"
}}else{B.className="iconLink toolNoNotes"}}function NotesShow(){var A=_pageToolNoteSessionCookie.getSubValue("Show");
for(var B=0;B<_note.length;B++){NoteShow(_note[B],(A=="Show"))}}function NoteDelete(D){if(confirm("Are you sure you want to permanently delete this note?")){var B=document.getElementById(D);
var A=document.getElementById(D+"resizehandle");A.parentNode.removeChild(A);B.parentNode.removeChild(B);
RemoveNote(_note,D);var C=document.getElementById("addNoteButton");C.className="iconLink toolNotesAdd"
}}function MaxNotesReached(){var A=document.getElementById("addNoteButton");A.className="iconLink toolNotesAddMaxReached"
}function AddNotesButtonImageState(){if((_note)&&(_note.length>4)){var A=document.getElementById("addNoteButton");
if(A){MaxNotesReached()}}}function NoteInsert(E){if(E.insertAllowed(_note.length)){var A="Note_"+(new Date().getTime());
var C=A+"resizehandle";var D=document.getElementById("Note_Template");var K=document.getElementById("Note_Templateresizehandle");
var B=document.createElement("DIV");B.id=A;B.className="rm-notesWrapper";B.innerHTML=D.innerHTML.replace(/Note_Templatecontent/,A+"content");
document.body.appendChild(B);var B=document.createElement("DIV");B.id=C;B.className="rm-noteFooter";B.innerHTML=K.innerHTML;
document.body.appendChild(B);_note.push(A);ADD_DHTML(A+RESIZABLE+CURSOR_MOVE+MINWIDTH+50+MINHEIGHT+50+MAXWIDTH+600+MAXHEIGHT+400+TRANSPARENT);
ADD_DHTML(C+CURSOR_SE_RESIZE+MAXOFFTOP+50+MAXOFFLEFT+50);var J=dd.elements[A];var G=dd.elements[C];J.show();
var I=_note.length;var H=I*50;var F=I*50;J.moveBy(H,F);G.moveTo(J.x+J.w-G.w-4,J.y+J.h-G.h-4);J.addChild(C);
J.show()}if(!E.insertAllowed(_note.length)){MaxNotesReached()}}function NoteShow(C,A){var B=dd.elements[C];
if(B){if(A){B.show()}else{B.hide()}}}function NoteDataGet(D){var B=document.getElementById(D);var C="";
if(B){var A=document.getElementById(D+"content");C=D+":"+B.style.top+":"+B.style.left+":"+B.style.height+":"+B.style.width+":"+A.value;
B.isDirty=false}return C}function NoteDragFunc(A){noteBoundaryEnforce(A)}function NoteDropFunc(A){PageToolNoteUpdate(new Array(NoteDataGet(dd.obj.id)))
}function noteBoundaryEnforce(F){try{var A=basenameGet(dd.obj.id);var E=dd.elements[A];var G=F.boundaryElement;
var B=-1;var D=-1;var O=-1;var N=-1;if(G){var C=elementBoundaryGet(G);B=C[0];D=C[1];O=C[2];N=C[3]}if(dd.obj.name.indexOf("resizehandle")>-1){var M=Math.min(600,dd.obj.x-E.x);
var L=Math.min(400,dd.obj.y-E.y);E.resizeTo(M,L);dd.elements[A+"resizehandle"].moveTo(E.x+E.w-20,E.y+E.h-20)
}else{var J=E.x;var I=E.y;if(G){J=Math.min(J,B+O-E.w);J=Math.max(J,B);I=Math.max(I,D)}E.moveTo(J,I)}var K=document.getElementById(A+"content");
if(K){K.style.height=(E.h-44)+"px"}}catch(H){}}function basenameGet(A){var B=A;var C=A.indexOf("resizehandle");
if(C>-1){B=B.substring(0,C)}return B}var PUBLISHING_CONSOLE_QUICK_ACTIONS_MENU_ID="QuickActionMenu";var WEBPART_PROPERTIES_PANEL_TABLE_ID="MSO_tblPageBody";
var WEBPART_GRID_TABLE_ID_STANDARD_WEBPART_PAGE="WpZoneContainer";var WEBPART_Grid_TABLE_ID_SPLIST_EDITING_PAGE="WpZoneContainerSPListEditPage";
var MAIN_CONTENT_DIV_ID="MainContent";var SUB_CONTENT_DIV_ID="SubContent";var HEADER_LOGO_IMAGE_DIV_ID="headerLogoImage";
var SUMMED_PAGE_SECTIONS_PADDING_STANDARD_WEBPART_PAGES=40;var SUMMED_PAGE_SECTIONS_PADDING_SPLIST_EDITING_PAGES=50;
var SUMMED_QUICK_ACTIONS_PADDING=30;var WEB_PART_ZONES_TABLE_CONTAINER_DIVS_PADDING=20;var PIXEL_MEASUREMENT="px";
var ZERO_PIXELS="0px";var NO_PIXELS="0px";var MINIFIED_SUB_CONTENT_PANEL_VSIBLE_WIDTH=30;var DISPLAY_NONE="none";
var BACKUP_LEFT_POSITION="200px";var BACKUP_TOP_POSITION="0px";var POPUP_WIDTH_ATTRIBUTE="width=";var POPUP_HEIGHT_ATTRIBUTE=",height=";
var POPUP_RESIZABLE_ATTRIBUTE=",resizable=";var POPUP_SCROLLBARS_ATTRIBUTE=",scrollbars=";var MOUSE_MOVE_EVENT="mousemove";
var MOUSE_UP_EVENT="mouseup";var ON_MOUSE_MOVE_EVENT="onmousemove";var ON_MOUSE_UP_EVENT="onmouseup";
var popupIndex=0;function checkContentElementsWidths(){var A;if(document.getElementById(PUBLISHING_CONSOLE_QUICK_ACTIONS_MENU_ID)){A=document.getElementById(PUBLISHING_CONSOLE_QUICK_ACTIONS_MENU_ID).offsetWidth+SUMMED_QUICK_ACTIONS_PADDING;
setContentAreaAndBodyWidths(A);A=null}if(document.getElementById(WEBPART_Grid_TABLE_ID_SPLIST_EDITING_PAGE)){A=document.getElementById(WEBPART_Grid_TABLE_ID_SPLIST_EDITING_PAGE).offsetWidth+SUMMED_PAGE_SECTIONS_PADDING_SPLIST_EDITING_PAGES;
setContentAreaAndBodyWidths(A);A=null}if(document.getElementById(WEBPART_PROPERTIES_PANEL_TABLE_ID)){A=document.getElementById(WEBPART_PROPERTIES_PANEL_TABLE_ID).offsetWidth
}else{if(document.getElementById(WEBPART_GRID_TABLE_ID_STANDARD_WEBPART_PAGE)){A=document.getElementById(WEBPART_GRID_TABLE_ID_STANDARD_WEBPART_PAGE).offsetWidth
}}if(A!=null){setContentAreaAndBodyWidths(A)}}function setContentAreaAndBodyWidths(G){var A=document.getElementById(MAIN_CONTENT_DIV_ID);
var F=document.getElementById(SUB_CONTENT_DIV_ID);var D=document.body;if(D!=null&&A!=null){var E=D.offsetWidth;
var I=A.offsetWidth;var H=new CookieUtil("animationSessionCookie",false);if(F==null){A.style.marginLeft=ZERO_PIXELS;
if(E<G){A.style.width=G+WEB_PART_ZONES_TABLE_CONTAINER_DIVS_PADDING+PIXEL_MEASUREMENT;D.style.width=G+WEB_PART_ZONES_TABLE_CONTAINER_DIVS_PADDING+SUMMED_PAGE_SECTIONS_PADDING_STANDARD_WEBPART_PAGES+PIXEL_MEASUREMENT
}}else{var B=F.offsetWidth;if(E<(G+B)){if(H.getSubValue("SubContentPosition")=="in"){A.style.width=G+WEB_PART_ZONES_TABLE_CONTAINER_DIVS_PADDING+PIXEL_MEASUREMENT;
A.style.marginLeft=MINIFIED_SUB_CONTENT_PANEL_VSIBLE_WIDTH+PIXEL_MEASUREMENT;D.style.width=G+WEB_PART_ZONES_TABLE_CONTAINER_DIVS_PADDING+MINIFIED_SUB_CONTENT_PANEL_VSIBLE_WIDTH+SUMMED_PAGE_SECTIONS_PADDING_STANDARD_WEBPART_PAGES+PIXEL_MEASUREMENT
}else{A.style.width=G+WEB_PART_ZONES_TABLE_CONTAINER_DIVS_PADDING+PIXEL_MEASUREMENT;A.style.marginLeft=B+PIXEL_MEASUREMENT;
F.style.width=B+PIXEL_MEASUREMENT;D.style.width=G+WEB_PART_ZONES_TABLE_CONTAINER_DIVS_PADDING+B+SUMMED_PAGE_SECTIONS_PADDING_STANDARD_WEBPART_PAGES+PIXEL_MEASUREMENT
}}}var C=document.getElementById(HEADER_LOGO_IMAGE_DIV_ID);C.style.left=document.body.offsetWidth-C.offsetWidth+"px"
}}function resetContentAreaAndBodyWidths(){var C=document.getElementById(MAIN_CONTENT_DIV_ID);var A=document.getElementById(SUB_CONTENT_DIV_ID);
var B=document.body;if(B!=null&&C!=null){B.style.width="100%";C.style.width="auto";if(A!=null){C.style.marginLeft="13.8456em";
A.style.width="13.8456em"}}}function collapseMainContentDivLeftMargin(){if(document.getElementById("SubContent")==null){var A=document.getElementById("MainContent");
if(A!=null){A.style.marginLeft="0px"}}}function resizablePopUp(B,C,E,A,D,F){window.open(B,(C+popupIndex),POPUP_WIDTH_ATTRIBUTE+E+POPUP_HEIGHT_ATTRIBUTE+A+POPUP_RESIZABLE_ATTRIBUTE+D+POPUP_SCROLLBARS_ATTRIBUTE+F);
popupIndex++}var SUMMED_LEFT_MARGIN_KEY=40;function setDialogPosition(D){if(document.getElementById(D)){if(navigator.appName=="Microsoft Internet Explorer"&&navigator.appVersion.substring(22,25)<7){var B=document.getElementById("MainContent");
var C=null;if(B){C=B.getElementsByTagName("select")}if(B!=null&&C!=null){for(i=0;i<C.length;i++){C[i].style.position="absolute";
C[i].style.left="-999px"}}}var A=document.getElementById(D);var E=document.getElementById("SubContent");
if(A!=null){if(E!=null){if(window.innerWidth){A.style.left=((window.innerWidth-E.offsetWidth-SUMMED_LEFT_MARGIN_KEY-A.offsetWidth)/2)+PIXEL_MEASUREMENT
}else{A.style.left=((document.body.clientWidth-E.clientWidth-SUMMED_LEFT_MARGIN_KEY-A.clientWidth)/2)+PIXEL_MEASUREMENT
}}else{if(window.innerWidth){A.style.left=((window.innerWidth-A.offsetWidth)/2)+PIXEL_MEASUREMENT}else{A.style.left=((document.body.clientWidth-A.clientWidth)/2)+PIXEL_MEASUREMENT
}}}if(A.parentNode&&A.parentNode.parentNode){A.style.top=0+PIXEL_MEASUREMENT}}}function hideDialog(F,D){if(document.getElementById(F)){if(navigator.appName=="Microsoft Internet Explorer"&&navigator.appVersion.substring(22,25)<7){var B=document.getElementById("MainContent");
var C=null;if(B){C=B.getElementsByTagName("select")}if(B!=null&&C!=null){for(i=0;i<C.length;i++){C[i].style.position="";
C[i].style.left=""}}}var A=document.getElementById(F);A.style.display=DISPLAY_NONE;if(document.getElementById(D)){var E=document.getElementById(D);
E.checked=true}}}function startDrag(E,D){if(document.getElementById(E)){var A=document.getElementById(E);
var B=D.clientX-A.offsetLeft;var C=D.clientY-A.offsetTop;if(document.addEventListener){document.addEventListener(MOUSE_MOVE_EVENT,F,true);
document.addEventListener(MOUSE_UP_EVENT,G,true)}else{document.attachEvent(ON_MOUSE_MOVE_EVENT,F);document.attachEvent(ON_MOUSE_UP_EVENT,G)
}}function F(H){A.style.left=(H.clientX-B)+PIXEL_MEASUREMENT;A.style.top=(H.clientY-C)+PIXEL_MEASUREMENT
}function G(H){if(document.removeEventListener){document.removeEventListener(MOUSE_MOVE_EVENT,F,true);
document.removeEventListener(MOUSE_UP_EVENT,G,true)}else{document.detachEvent(ON_MOUSE_MOVE_EVENT,F);
document.detachEvent(ON_MOUSE_UP_EVENT,G)}}}function PageTool(B,C,A){this.boundaryElement=document.getElementById(B);
this.clientID=C;this.maximumPerURI=A}PageTool.prototype.insertAllowed=function(A){return((this.maximumPerURI==-1)||(this.maximumPerURI>A))
};var DAY_CAL_ITEM_CLASS="ms-cal-tdayitem";var WEEK_CAL_ITEM_CLASS="ms-cal-tweekitem";var HTML_TABLE_ELEMENT_NAME="table";
var PIXELS_MEASUREMENT="px";function setSPCalendarEventsHeightToMatchParentRowSpan(){var C=document.getElementsByTagName(HTML_TABLE_ELEMENT_NAME);
if(C!=null){for(var B=0;B<C.length;B++){if(C[B].className==DAY_CAL_ITEM_CLASS||C[B].className==WEEK_CAL_ITEM_CLASS){var A=C[B].parentNode;
if(A!=null){C[B].style.height=A.offsetHeight+PIXELS_MEASUREMENT}}}}}function matchGanttListViewContainerWidths(){var D=document.getElementsByTagName("table");
if(D!=null){for(var C=0;C<D.length;C++){if(D[C].className=="ms-ganttOuterTable"){var A=D[C].getElementsByTagName("div");
if(A!=null){for(var B=0;B<A.length;B++){if(A[B].className=="ms-ganttDiv"){A[B].style.width=D[C].offsetWidth+"px"
}}}}}}}function NavigateToManagePermsPage(B,A,C){STSNavigate(B+"/_layouts/RM.ApplicationPages/Membershipmanager.aspx?List="+A+"&Item="+C)
}function SPCalendarInitialise(){if(browseris.ie==false){var A=document.getElementById(treeInterestGroups);
A.onclick=myPostBack}}function myPostBackIE(){var C=window.event.srcElement;if(C.tagName=="INPUT"&&C.type=="checkbox"){var A=document.getElementById(treeNodeSelectedBtnID);
A.click()}else{if(C.tagName=="A"){var B=C.parentNode.previousSibling;if(B.tagName=="INPUT"&&B.type=="checkbox"){B.checked=!B.checked;
var A=document.getElementById(treeNodeSelectedBtnID);B.checked=!B.checked;A.form.submit()}}}}function myPostBack(B){var D=B.target;
if(D.tagName=="INPUT"&&D.type=="checkbox"){var A=document.getElementById(treeNodeSelectedBtnID);A.click()
}else{if(D.tagName=="A"){var C=D.parentNode.previousSibling;if(C.tagName=="INPUT"&&C.type=="checkbox"){C.checked=!C.checked;
var A=document.getElementById(treeNodeSelectedBtnID);A.click()}}}}var swfobject=function(){var UNDEF="undefined",OBJECT="object",SHOCKWAVE_FLASH="Shockwave Flash",SHOCKWAVE_FLASH_AX="ShockwaveFlash.ShockwaveFlash",FLASH_MIME_TYPE="application/x-shockwave-flash",EXPRESS_INSTALL_ID="SWFObjectExprInst",win=window,doc=document,nav=navigator,domLoadFnArr=[],regObjArr=[],objIdArr=[],listenersArr=[],script,timer=null,storedAltContent=null,storedAltContentId=null,isDomLoaded=false,isExpressInstallActive=false;
var ua=function(){var w3cdom=typeof doc.getElementById!=UNDEF&&typeof doc.getElementsByTagName!=UNDEF&&typeof doc.createElement!=UNDEF,playerVersion=[0,0,0],d=null;
if(typeof nav.plugins!=UNDEF&&typeof nav.plugins[SHOCKWAVE_FLASH]==OBJECT){d=nav.plugins[SHOCKWAVE_FLASH].description;
if(d&&!(typeof nav.mimeTypes!=UNDEF&&nav.mimeTypes[FLASH_MIME_TYPE]&&!nav.mimeTypes[FLASH_MIME_TYPE].enabledPlugin)){d=d.replace(/^.*\s+(\S+\s+\S+$)/,"$1");
playerVersion[0]=parseInt(d.replace(/^(.*)\..*$/,"$1"),10);playerVersion[1]=parseInt(d.replace(/^.*\.(.*)\s.*$/,"$1"),10);
playerVersion[2]=/r/.test(d)?parseInt(d.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof win.ActiveXObject!=UNDEF){var a=null,fp6Crash=false;
try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".7")}catch(e){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".6");
playerVersion=[6,0,21];a.AllowScriptAccess="always"}catch(e){if(playerVersion[0]==6){fp6Crash=true}}if(!fp6Crash){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX)
}catch(e){}}}if(!fp6Crash&&a){try{d=a.GetVariable("$version");if(d){d=d.split(" ")[1].split(",");playerVersion=[parseInt(d[0],10),parseInt(d[1],10),parseInt(d[2],10)]
}}catch(e){}}}}var u=nav.userAgent.toLowerCase(),p=nav.platform.toLowerCase(),webkit=/webkit/.test(u)?parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,ie=false,windows=p?/win/.test(p):/win/.test(u),mac=p?/mac/.test(p):/mac/.test(u);
/*@cc_on
        ie = true;
        @if (@_win32)
        windows = true;
        @elif (@_mac)
				mac = true;
			@end
        @*/return{w3cdom:w3cdom,pv:playerVersion,webkit:webkit,ie:ie,win:windows,mac:mac}
}();var onDomLoad=function(){if(!ua.w3cdom){return }addDomLoadEvent(main);if(ua.ie&&ua.win){try{doc.write("<script id=__ie_ondomload defer=true src=//:><\/script>");
script=getElementById("__ie_ondomload");if(script){addListener(script,"onreadystatechange",checkReadyState)
}}catch(e){}}if(ua.webkit&&typeof doc.readyState!=UNDEF){timer=setInterval(function(){if(/loaded|complete/.test(doc.readyState)){callDomLoadFunctions()
}},10)}if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("DOMContentLoaded",callDomLoadFunctions,null)
}addLoadEvent(callDomLoadFunctions)}();function checkReadyState(){if(script.readyState=="complete"){script.parentNode.removeChild(script);
callDomLoadFunctions()}}function callDomLoadFunctions(){if(isDomLoaded){return }if(ua.ie&&ua.win){var s=createElement("span");
try{var t=doc.getElementsByTagName("body")[0].appendChild(s);t.parentNode.removeChild(t)}catch(e){return 
}}isDomLoaded=true;if(timer){clearInterval(timer);timer=null}var dl=domLoadFnArr.length;for(var i=0;i<dl;
i++){domLoadFnArr[i]()}}function addDomLoadEvent(fn){if(isDomLoaded){fn()}else{domLoadFnArr[domLoadFnArr.length]=fn
}}function addLoadEvent(fn){if(typeof win.addEventListener!=UNDEF){win.addEventListener("load",fn,false)
}else{if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("load",fn,false)}else{if(typeof win.attachEvent!=UNDEF){addListener(win,"onload",fn)
}else{if(typeof win.onload=="function"){var fnOld=win.onload;win.onload=function(){fnOld();fn()}}else{win.onload=fn
}}}}}function main(){var rl=regObjArr.length;for(var i=0;i<rl;i++){var id=regObjArr[i].id;if(ua.pv[0]>0){var obj=getElementById(id);
if(obj){regObjArr[i].width=obj.getAttribute("width")?obj.getAttribute("width"):"0";regObjArr[i].height=obj.getAttribute("height")?obj.getAttribute("height"):"0";
if(hasPlayerVersion(regObjArr[i].swfVersion)){if(ua.webkit&&ua.webkit<312){fixParams(obj)}setVisibility(id,true)
}else{if(regObjArr[i].expressInstall&&!isExpressInstallActive&&hasPlayerVersion("6.0.65")&&(ua.win||ua.mac)){showExpressInstall(regObjArr[i])
}else{displayAltContent(obj)}}}}else{setVisibility(id,true)}}}function fixParams(obj){var nestedObj=obj.getElementsByTagName(OBJECT)[0];
if(nestedObj){var e=createElement("embed"),a=nestedObj.attributes;if(a){var al=a.length;for(var i=0;i<al;
i++){if(a[i].nodeName=="DATA"){e.setAttribute("src",a[i].nodeValue)}else{e.setAttribute(a[i].nodeName,a[i].nodeValue)
}}}var c=nestedObj.childNodes;if(c){var cl=c.length;for(var j=0;j<cl;j++){if(c[j].nodeType==1&&c[j].nodeName=="PARAM"){e.setAttribute(c[j].getAttribute("name"),c[j].getAttribute("value"))
}}}obj.parentNode.replaceChild(e,obj)}}function showExpressInstall(regObj){isExpressInstallActive=true;
var obj=getElementById(regObj.id);if(obj){if(regObj.altContentId){var ac=getElementById(regObj.altContentId);
if(ac){storedAltContent=ac;storedAltContentId=regObj.altContentId}}else{storedAltContent=abstractAltContent(obj)
}if(!(/%$/.test(regObj.width))&&parseInt(regObj.width,10)<310){regObj.width="310"}if(!(/%$/.test(regObj.height))&&parseInt(regObj.height,10)<137){regObj.height="137"
}doc.title=doc.title.slice(0,47)+" - Flash Player Installation";var pt=ua.ie&&ua.win?"ActiveX":"PlugIn",dt=doc.title,fv="MMredirectURL="+win.location+"&MMplayerType="+pt+"&MMdoctitle="+dt,replaceId=regObj.id;
if(ua.ie&&ua.win&&obj.readyState!=4){var newObj=createElement("div");replaceId+="SWFObjectNew";newObj.setAttribute("id",replaceId);
obj.parentNode.insertBefore(newObj,obj);obj.style.display="none";var fn=function(){obj.parentNode.removeChild(obj)
};addListener(win,"onload",fn)}createSWF({data:regObj.expressInstall,id:EXPRESS_INSTALL_ID,width:regObj.width,height:regObj.height},{flashvars:fv},replaceId)
}}function displayAltContent(obj){if(ua.ie&&ua.win&&obj.readyState!=4){var el=createElement("div");obj.parentNode.insertBefore(el,obj);
el.parentNode.replaceChild(abstractAltContent(obj),el);obj.style.display="none";var fn=function(){obj.parentNode.removeChild(obj)
};addListener(win,"onload",fn)}else{obj.parentNode.replaceChild(abstractAltContent(obj),obj)}}function abstractAltContent(obj){var ac=createElement("div");
if(ua.win&&ua.ie){ac.innerHTML=obj.innerHTML}else{var nestedObj=obj.getElementsByTagName(OBJECT)[0];if(nestedObj){var c=nestedObj.childNodes;
if(c){var cl=c.length;for(var i=0;i<cl;i++){if(!(c[i].nodeType==1&&c[i].nodeName=="PARAM")&&!(c[i].nodeType==8)){ac.appendChild(c[i].cloneNode(true))
}}}}}return ac}function createSWF(attObj,parObj,id){var r,el=getElementById(id);if(el){if(typeof attObj.id==UNDEF){attObj.id=id
}if(ua.ie&&ua.win){var att="";for(var i in attObj){if(attObj[i]!=Object.prototype[i]){if(i.toLowerCase()=="data"){parObj.movie=attObj[i]
}else{if(i.toLowerCase()=="styleclass"){att+=' class="'+attObj[i]+'"'}else{if(i.toLowerCase()!="classid"){att+=" "+i+'="'+attObj[i]+'"'
}}}}}var par="";for(var j in parObj){if(parObj[j]!=Object.prototype[j]){par+='<param name="'+j+'" value="'+parObj[j]+'" />'
}}el.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+att+">"+par+"</object>";
objIdArr[objIdArr.length]=attObj.id;r=getElementById(attObj.id)}else{if(ua.webkit&&ua.webkit<312){var e=createElement("embed");
e.setAttribute("type",FLASH_MIME_TYPE);for(var k in attObj){if(attObj[k]!=Object.prototype[k]){if(k.toLowerCase()=="data"){e.setAttribute("src",attObj[k])
}else{if(k.toLowerCase()=="styleclass"){e.setAttribute("class",attObj[k])}else{if(k.toLowerCase()!="classid"){e.setAttribute(k,attObj[k])
}}}}}for(var l in parObj){if(parObj[l]!=Object.prototype[l]){if(l.toLowerCase()!="movie"){e.setAttribute(l,parObj[l])
}}}el.parentNode.replaceChild(e,el);r=e}else{var o=createElement(OBJECT);o.setAttribute("type",FLASH_MIME_TYPE);
for(var m in attObj){if(attObj[m]!=Object.prototype[m]){if(m.toLowerCase()=="styleclass"){o.setAttribute("class",attObj[m])
}else{if(m.toLowerCase()!="classid"){o.setAttribute(m,attObj[m])}}}}for(var n in parObj){if(parObj[n]!=Object.prototype[n]&&n.toLowerCase()!="movie"){createObjParam(o,n,parObj[n])
}}el.parentNode.replaceChild(o,el);r=o}}}return r}function createObjParam(el,pName,pValue){var p=createElement("param");
p.setAttribute("name",pName);p.setAttribute("value",pValue);el.appendChild(p)}function removeSWF(id){var obj=getElementById(id);
if(obj&&(obj.nodeName=="OBJECT"||obj.nodeName=="EMBED")){if(ua.ie&&ua.win){if(obj.readyState==4){removeObjectInIE(id)
}else{win.attachEvent("onload",function(){removeObjectInIE(id)})}}else{obj.parentNode.removeChild(obj)
}}}function removeObjectInIE(id){var obj=getElementById(id);if(obj){for(var i in obj){if(typeof obj[i]=="function"){obj[i]=null
}}obj.parentNode.removeChild(obj)}}function getElementById(id){var el=null;try{el=doc.getElementById(id)
}catch(e){}return el}function createElement(el){return doc.createElement(el)}function addListener(target,eventType,fn){target.attachEvent(eventType,fn);
listenersArr[listenersArr.length]=[target,eventType,fn]}function hasPlayerVersion(rv){var pv=ua.pv,v=rv.split(".");
v[0]=parseInt(v[0],10);v[1]=parseInt(v[1],10)||0;v[2]=parseInt(v[2],10)||0;return(pv[0]>v[0]||(pv[0]==v[0]&&pv[1]>v[1])||(pv[0]==v[0]&&pv[1]==v[1]&&pv[2]>=v[2]))?true:false
}function createCSS(sel,decl){if(ua.ie&&ua.mac){return }var h=doc.getElementsByTagName("head")[0],s=createElement("style");
s.setAttribute("type","text/css");s.setAttribute("media","screen");if(!(ua.ie&&ua.win)&&typeof doc.createTextNode!=UNDEF){s.appendChild(doc.createTextNode(sel+" {"+decl+"}"))
}h.appendChild(s);if(ua.ie&&ua.win&&typeof doc.styleSheets!=UNDEF&&doc.styleSheets.length>0){var ls=doc.styleSheets[doc.styleSheets.length-1];
if(typeof ls.addRule==OBJECT){ls.addRule(sel,decl)}}}function setVisibility(id,isVisible){var v=isVisible?"visible":"hidden";
if(isDomLoaded&&getElementById(id)){getElementById(id).style.visibility=v}else{createCSS("#"+id,"visibility:"+v)
}}function urlEncodeIfNecessary(s){var regex=/[\\\"<>\.;]/;var hasBadChars=regex.exec(s)!=null;return hasBadChars?encodeURIComponent(s):s
}var cleanup=function(){if(ua.ie&&ua.win){window.attachEvent("onunload",function(){var ll=listenersArr.length;
for(var i=0;i<ll;i++){listenersArr[i][0].detachEvent(listenersArr[i][1],listenersArr[i][2])}var il=objIdArr.length;
for(var j=0;j<il;j++){removeSWF(objIdArr[j])}for(var k in ua){ua[k]=null}ua=null;for(var l in swfobject){swfobject[l]=null
}swfobject=null})}}();return{registerObject:function(objectIdStr,swfVersionStr,xiSwfUrlStr){if(!ua.w3cdom||!objectIdStr||!swfVersionStr){return 
}var regObj={};regObj.id=objectIdStr;regObj.swfVersion=swfVersionStr;regObj.expressInstall=xiSwfUrlStr?xiSwfUrlStr:false;
regObjArr[regObjArr.length]=regObj;setVisibility(objectIdStr,false)},getObjectById:function(objectIdStr){var r=null;
if(ua.w3cdom){var o=getElementById(objectIdStr);if(o){var n=o.getElementsByTagName(OBJECT)[0];if(!n||(n&&typeof o.SetVariable!=UNDEF)){r=o
}else{if(typeof n.SetVariable!=UNDEF){r=n}}}}return r},embedSWF:function(swfUrlStr,replaceElemIdStr,widthStr,heightStr,swfVersionStr,xiSwfUrlStr,flashvarsObj,parObj,attObj){if(!ua.w3cdom||!swfUrlStr||!replaceElemIdStr||!widthStr||!heightStr||!swfVersionStr){return 
}widthStr+="";heightStr+="";if(hasPlayerVersion(swfVersionStr)){setVisibility(replaceElemIdStr,false);
var att={};if(attObj&&typeof attObj===OBJECT){for(var i in attObj){if(attObj[i]!=Object.prototype[i]){att[i]=attObj[i]
}}}att.data=swfUrlStr;att.width=widthStr;att.height=heightStr;var par={};if(parObj&&typeof parObj===OBJECT){for(var j in parObj){if(parObj[j]!=Object.prototype[j]){par[j]=parObj[j]
}}}if(flashvarsObj&&typeof flashvarsObj===OBJECT){for(var k in flashvarsObj){if(flashvarsObj[k]!=Object.prototype[k]){if(typeof par.flashvars!=UNDEF){par.flashvars+="&"+k+"="+flashvarsObj[k]
}else{par.flashvars=k+"="+flashvarsObj[k]}}}}addDomLoadEvent(function(){createSWF(att,par,replaceElemIdStr);
if(att.id==replaceElemIdStr){setVisibility(replaceElemIdStr,true)}})}else{if(xiSwfUrlStr&&!isExpressInstallActive&&hasPlayerVersion("6.0.65")&&(ua.win||ua.mac)){isExpressInstallActive=true;
setVisibility(replaceElemIdStr,false);addDomLoadEvent(function(){var regObj={};regObj.id=regObj.altContentId=replaceElemIdStr;
regObj.width=widthStr;regObj.height=heightStr;regObj.expressInstall=xiSwfUrlStr;showExpressInstall(regObj)
})}}},getFlashPlayerVersion:function(){return{major:ua.pv[0],minor:ua.pv[1],release:ua.pv[2]}},hasFlashPlayerVersion:hasPlayerVersion,createSWF:function(attObj,parObj,replaceElemIdStr){if(ua.w3cdom){return createSWF(attObj,parObj,replaceElemIdStr)
}else{return undefined}},removeSWF:function(objElemIdStr){if(ua.w3cdom){removeSWF(objElemIdStr)}},createCSS:function(sel,decl){if(ua.w3cdom){createCSS(sel,decl)
}},addDomLoadEvent:addDomLoadEvent,addLoadEvent:addLoadEvent,getQueryParamValue:function(param){var q=doc.location.search||doc.location.hash;
if(param==null){return urlEncodeIfNecessary(q)}if(q){var pairs=q.substring(1).split("&");for(var i=0;
i<pairs.length;i++){if(pairs[i].substring(0,pairs[i].indexOf("="))==param){return urlEncodeIfNecessary(pairs[i].substring((pairs[i].indexOf("=")+1)))
}}}return""},expressInstallCallback:function(){if(isExpressInstallActive&&storedAltContent){var obj=getElementById(EXPRESS_INSTALL_ID);
if(obj){obj.parentNode.replaceChild(storedAltContent,obj);if(storedAltContentId){setVisibility(storedAltContentId,true);
if(ua.ie&&ua.win){storedAltContent.style.display="block"}}storedAltContent=null;storedAltContentId=null;
isExpressInstallActive=false}}}}}();var spacer="transparentpixel.gif";var CLONE="C10nE";var COPY="C0pY";
var DETACH_CHILDREN="d37aCH";var HORIZONTAL="H0r1Z";var MAXHEIGHT="m7x8I";var MAXOFFBOTTOM="m7xd0wN";
var MAXOFFLEFT="m7x23Ft";var MAXOFFRIGHT="m7x0Ff8";var MAXOFFTOP="m7xu9";var MAXWIDTH="m7xW1";var MINWIDTH="m1nw1";
var MINHEIGHT="m1n8I";var NO_ALT="no81T";var NO_DRAG="N0d4Ag";var RESET_Z="r35E7z";var RESIZABLE="r5IZbl";
var SCALABLE="SCLbl";var SCROLL="sC8lL";var TRANSPARENT="dIApHAn";var VERTICAL="V3Rt1C";var dd_cursors=new Array("c:default","c:crosshair","c:e-resize","c:hand","c:help","c:move","c:n-resize","c:ne-resize","c:nw-resize","c:s-resize","c:se-resize","c:sw-resize","c:text","c:w-resize","c:wait");
for(var dd_i=dd_cursors.length;dd_i;){--dd_i;eval("var CURSOR_"+(dd_cursors[dd_i].substring(2).toUpperCase().replace("-","_"))+' = "'+dd_cursors[dd_i]+'";')
}var dd_u="undefined";function WZDD(){this.elements=new Array(0);this.obj=null;this.n=navigator.userAgent.toLowerCase();
this.db=(document.compatMode&&document.compatMode.toLowerCase()!="backcompat")?document.documentElement:(document.body||null);
this.op=!!(window.opera&&document.getElementById);if(this.op){document.onmousedown=new Function("e",'if(((e = e || window.event).target || e.srcElement).tagName == "IMAGE") return false;')
}this.ie=!!(this.n.indexOf("msie")>=0&&document.all&&this.db&&!this.op);this.iemac=!!(this.ie&&this.n.indexOf("mac")>=0);
this.ie4=!!(this.ie&&!document.getElementById);this.n4=!!(document.layers&&typeof document.classes!=dd_u);
this.n6=!!(typeof window.getComputedStyle!=dd_u&&typeof document.createRange!=dd_u);this.w3c=!!(!this.op&&!this.ie&&!this.n6&&document.getElementById);
this.ce=!!(document.captureEvents&&document.releaseEvents&&!this.n6);this.px=this.n4?"":"px";this.tWait=this.w3c?40:10;
this.noRecalc=false}var dd=new WZDD();dd.Int=function(B,A){return isNaN(A=parseInt(B))?0:A};dd.getWndW=function(){return dd.Int((dd.db&&!dd.op&&!dd.w3c&&dd.db.clientWidth)?dd.db.clientWidth:(window.innerWidth||0))
};dd.getWndH=function(){return dd.Int((dd.db&&!dd.op&&!dd.w3c&&dd.db.clientHeight)?dd.db.clientHeight:(window.innerHeight||0))
};dd.getScrollX=function(){return dd.Int(window.pageXOffset||(dd.db?dd.db.scrollLeft:0))};dd.getScrollY=function(){return dd.Int(window.pageYOffset||(dd.db?dd.db.scrollTop:0))
};dd.getPageXY=function(A){if(dd.n4&&A){dd.x=A.pageX||0;dd.y=A.pageY||0}else{dd.x=dd.y=0;while(A){dd.x+=dd.Int(A.offsetLeft);
dd.y+=dd.Int(A.offsetTop);A=A.offsetParent||null}}};dd.getCssXY=function(A){if(A.div){if(dd.n4){A.cssx=A.div.x;
A.cssy=A.div.y}else{if(dd.ie4){A.cssx=A.css.pixelLeft;A.cssy=A.css.pixelTop}else{A.css.left=A.css.top=0+dd.px;
dd.getPageXY(A.div);A.cssx=A.x-dd.x;A.cssy=A.y-dd.y;A.css.left=A.cssx+dd.px;A.css.top=A.cssy+dd.px}}}else{A.cssx=0;
A.cssy=0}};dd.getImgW=function(A){return A?dd.Int(A.width):0};dd.getImgH=function(A){return A?dd.Int(A.height):0
};dd.getDivW=function(A){return dd.Int(dd.n4?(A.div?A.div.clip.width:0):A.div?(A.div.offsetWidth||A.css.pixelWidth||A.css.width||0):0)
};dd.getDivH=function(A){return dd.Int(dd.n4?(A.div?A.div.clip.height:0):A.div?(A.div.offsetHeight||A.css.pixelHeight||A.css.height||0):0)
};dd.getWH=function(A){A.w=dd.getDivW(A);A.h=dd.getDivH(A);if(A.css){A.css.width=A.w+dd.px;A.css.height=A.h+dd.px;
A.dw=dd.getDivW(A)-A.w;A.dh=dd.getDivH(A)-A.h;A.css.width=(A.w-A.dw)+dd.px;A.css.height=(A.h-A.dh)+dd.px
}else{A.dw=A.dh=0}};dd.getCssProp=function(d_o,d_pn6,d_pstyle,d_pn4){if(d_o&&dd.n6){return""+window.getComputedStyle(d_o,null).getPropertyValue(d_pn6)
}if(d_o&&d_o.currentStyle){return""+eval("d_o.currentStyle."+d_pstyle)}if(d_o&&d_o.style){return""+eval("d_o.style."+d_pstyle)
}if(d_o&&dd.n4){return""+eval("d_o."+d_pn4)}return""};dd.getDiv=function(D,B){B=B||document;if(dd.n4){if(B.layers[D]){return B.layers[D]
}for(var A=B.layers.length;A;){var C=dd.getDiv(D,B.layers[--A].document);if(C){return C}}}if(dd.ie){return B.all[D]||null
}if(B.getElementById){return B.getElementById(D)||null}return null};dd.getImg=function(D,B,G,A){A=A||window;
var F;if(document.images&&(F=A.document.images[B])){if(G){if(dd.n4){dd.getPageXY(A);D.defx=F.x+dd.x;D.defy=F.y+dd.y
}else{dd.getPageXY(F);D.defx=dd.x;D.defy=dd.y}}return F}if(dd.n4){for(var C=A.document.layers.length;
C;){var E=dd.getImg(D,B,G,A.document.layers[--C]);if(E){return E}}}return null};dd.getParent=function(C,B){if(dd.n4){for(var A=dd.elements.length;
A;){if(!((B=dd.elements[--A]).is_image)&&B.div&&(B.div.document.layers[C.name]||C.oimg&&B.div.document.images[C.oimg.name])){B.addChild(C,B.detach,1)
}}}else{B=C.is_image?dd.getImg(C,C.oimg.name):(C.div||null);while(B&&!!(B=B.offsetParent||B.parentNode||null)){if(B.ddObj){B.ddObj.addChild(C,B.ddObj.detach,1);
break}}}};dd.getCmd=function(E,C,D){var B=E.id.indexOf(C),A,F=(B>=0)*1;if(F){A=B+C.length;if(D){E.cmd+=E.id.substring(B,A)
}E.id=E.id.substring(0,B)+E.id.substring(A)}return F};dd.getCmdVal=function(F,D,E,A){var C=F.id.indexOf(D),B,G=(F.id.indexOf(D)>=0)?dd.Int(F.id.substring(F.id.indexOf(D)+D.length)):A?-1:0;
if(!A&&G||A&&G>=0){B=C+D.length+(""+G).length;if(E){F.cmd+=F.id.substring(C,B)}F.id=F.id.substring(0,C)+F.id.substring(B)
}return G};dd.addElt=function(B,A){dd.elements[B.name]=dd.elements[B.index=dd.elements.length]=B;if(A){A.copies[B.name]=A.copies[A.copies.length]=B
}};dd.mkWzDom=function(){var D,A=dd.elements.length,C;for(C=A;C;){dd.getParent(dd.elements[--C])}for(C=A;
C;){if((D=dd.elements[--C]).children&&!D.parent){for(var B=D.children.length;B;){--B;D.children[B].setZ(D.z+D.children[B].z,1)
}}}};dd.addProps=function(C){if(C.is_image){C.div=dd.getDiv(C.id);C.css=(C.div&&typeof C.div.style!=dd_u)?C.div.style:null;
C.nimg=(dd.n4&&C.div)?C.div.document.images[0]:(document.images[C.id+"NI1m6G"]||null);if(!C.noalt&&!dd.noalt&&C.nimg&&C.oimg){C.nimg.alt=C.oimg.alt||"";
C.nimg.title=C.oimg.title;C.nimg.onmouseover=C.oimg.onmouseover;C.nimg.onmouseout=C.oimg.onmouseout}C.bgColor=""
}else{C.bgColor=dd.getCssProp(C.div,"background-color","backgroundColor","bgColor").toLowerCase();if(dd.n6&&C.div){var D=C.bgColor.toLowerCase();
if(D.indexOf("rgb")>=0){D=D.substring(4,D.length-1).split(",");C.bgColor="#";for(var A=D.length,B=0;B<A;
B++){C.bgColor+=parseInt(D[B]).toString(16)}}else{C.bgColor=D}}}if(dd.scalable){C.scalable=C.resizable^1
}else{if(dd.resizable){C.resizable=C.scalable^1}}C.setZ(C.defz);C.cursor=C.cursor||dd.cursor||"auto";
C._setCrs(C.nodrag?"auto":C.cursor);C.diaphan=C.diaphan||dd.diaphan||0;C.opacity=1;C.visible=true};dd.initz=function(){if(!(dd&&(dd.n4||dd.n6||dd.ie||dd.op||dd.w3c))){return 
}else{if(dd.n6||dd.ie||dd.op||dd.w3c){dd.recalc(1)}}var B=(document.onmousemove==DRAG),A=(document.onmousemove==RESIZE);
if(dd.loadFunc){dd.loadFunc()}if(B){dd.setMovHdl(DRAG)}else{if(A){dd.setMovHdl(RESIZE)}}if(B||A){dd.setUpHdl(DROP)
}dd.setDwnHdl(PICK)};dd.finlz=function(){if(dd.ie&&dd.elements){dd.noRecalc=true;for(var A=dd.elements.length;
A;){dd.elements[--A].del()}dd.noRecalc=false}if(dd.uloadFunc){dd.uloadFunc()}};dd.setCe=function(B,A){A?document.captureEvents(B):document.releaseEvents(B)
};dd.setDwnHdl=function(A){if(document.onmousedown!=A){dd.downFunc=document.onmousedown;document.onmousedown=A;
if(dd.ce){dd.setCe(Event.MOUSEDOWN,A)}}};dd.setMovHdl=function(A){if(document.onmousemove!=A){dd.moveFunc=document.onmousemove;
document.onmousemove=A;if(dd.ce){dd.setCe(Event.MOUSEMOVE,A)}}};dd.setUpHdl=function(A){if(document.onmouseup!=A){dd.upFunc=document.onmouseup;
document.onmouseup=A;if(dd.ce){dd.setCe(Event.MOUSEUP,A)}}};dd.evt=function(A){this.but=(this.e=A||window.event).which||this.e.button||0;
this.button=(this.e.type=="mousedown")?this.but:(dd.e&&dd.e.button)?dd.e.button:0;this.src=this.e.target||this.e.srcElement||null;
this.src.tag=(""+(this.src.tagName||this.src)).toLowerCase();this.x=dd.Int(this.e.pageX||this.e.clientX||0);
this.y=dd.Int(this.e.pageY||this.e.clientY||0);if(dd.ie){this.x+=dd.getScrollX()-(dd.ie&&!dd.iemac)*1;
this.y+=dd.getScrollY()-(dd.ie&&!dd.iemac)*1}this.modifKey=this.e.modifiers?this.e.modifiers&Event.SHIFT_MASK:(this.e.shiftKey||false)
};dd.getEventTarget=function(B,A,C){B=B||window.event;if(B&&(A=B.target||B.srcElement||null)!=null){if(null!=(C=A.id||A.name||null)){if(C.indexOf("dIi15vNI1m6G")==C.length-12){return dd.elements[C.substring(0,C.length-12)]||null
}if(C.indexOf("dIi15v")==C.length-6){return dd.elements[C.substring(0,C.length-6)]||null}return dd.elements[C]||null
}}return null};dd.recalc=function(C){if(dd.noRecalc){return }for(var I,B=dd.elements.length;B;){if(!(I=dd.elements[--B]).is_image&&I.div){dd.getWH(I);
if(I.div.pos_rel){dd.getPageXY(I.div);var F=dd.x-I.x,D=dd.y-I.y;I.defx+=F;I.x+=F;I.defy+=D;I.y+=D;for(var H,A=I.children.length;
A;){if(!(H=I.children[--A]).detached&&(I!=H.defparent||!(H.is_image&&dd.getImg(H,H.oimg.name,1)))){H.defx+=F;
H.defy+=D;H.moveBy(F,D)}}}}else{if(I.is_image&&!dd.n4){if(dd.n6&&C&&!I.defw){I.resizeTo(I.defw=dd.getImgW(I.oimg),I.defh=dd.getImgH(I.oimg))
}var G=I.defx,E=I.defy;if(!(I.parent&&I.parent!=I.defparent)&&(C||!I.detached||I.horizontal||I.vertical)&&dd.getImg(I,I.oimg.name,1)){I.moveBy(I.defx-G,I.defy-E)
}}}}};function WINSZ(A){if(A){if(dd.n4){dd.iW=innerWidth;dd.iH=innerHeight}window.onresize=new Function("WINSZ();")
}else{if(dd.n4&&(innerWidth!=dd.iW||innerHeight!=dd.iH)){location.reload()}else{if(!dd.n4){setTimeout("dd.recalc()",10)
}}}}WINSZ(1);function DDObj(C,B){this.id=C;this.cmd="";this.cpy_n=dd.getCmdVal(this,COPY);this.maxoffb=dd.getCmdVal(this,MAXOFFBOTTOM,0,1);
this.maxoffl=dd.getCmdVal(this,MAXOFFLEFT,0,1);this.maxoffr=dd.getCmdVal(this,MAXOFFRIGHT,0,1);this.maxofft=dd.getCmdVal(this,MAXOFFTOP,0,1);
var A=dd_cursors.length;while(A--){if(dd.getCmd(this,dd_cursors[A],1)){this.cursor=dd_cursors[A].substring(2)
}}this.clone=dd.getCmd(this,CLONE,1);this.detach=dd.getCmd(this,DETACH_CHILDREN);this.scalable=dd.getCmd(this,SCALABLE,1);
this.horizontal=dd.getCmd(this,HORIZONTAL);this.noalt=dd.getCmd(this,NO_ALT,1);this.nodrag=dd.getCmd(this,NO_DRAG);
this.scroll=dd.getCmd(this,SCROLL,1);this.resizable=dd.getCmd(this,RESIZABLE,1);this.re_z=dd.getCmd(this,RESET_Z,1);
this.diaphan=dd.getCmd(this,TRANSPARENT,1);this.vertical=dd.getCmd(this,VERTICAL);this.maxw=dd.getCmdVal(this,MAXWIDTH,1,1);
this.minw=Math.abs(dd.getCmdVal(this,MINWIDTH,1,1));this.maxh=dd.getCmdVal(this,MAXHEIGHT,1,1);this.minh=Math.abs(dd.getCmdVal(this,MINHEIGHT,1,1));
this.pickFunc=this.dragFunc=this.resizeFunc=this.dropFunc=null;this.name=this.id+(B||"");this.oimg=dd.getImg(this,this.id,1);
this.is_image=!!this.oimg;this.copies=new Array();this.children=new Array();this.parent=this.original=null;
if(this.oimg){this.id=this.name+"dIi15v";this.w=dd.getImgW(this.oimg);this.h=dd.getImgH(this.oimg);this.dw=this.dh=0;
this.defz=dd.Int(dd.getCssProp(this.oimg,"z-index","zIndex","zIndex"))||1;this.defsrc=this.src=this.oimg.src;
this.htm='<img name="'+this.id+'NI1m6G" src="'+this.oimg.src+'" width="'+this.w+'" height="'+this.h+'">';
this.t_htm='<div id="'+this.id+'" style="position:absolute;left:'+(this.cssx=this.x=this.defx)+"px;top:"+(this.cssy=this.y=this.defy)+"px;width:"+this.w+"px;height:"+this.h+'px;">'+this.htm+"</div>"
}else{if(!!(this.div=dd.getDiv(this.id))&&typeof this.div.style!=dd_u){this.css=this.div.style}dd.getWH(this);
if(this.div){this.div.ddObj=this;this.div.pos_rel=(""+(this.div.parentNode?this.div.parentNode.tagName:this.div.parentElement?this.div.parentElement.tagName:"").toLowerCase().indexOf("body")<0)
}dd.getPageXY(this.div);this.defx=this.x=dd.x;this.defy=this.y=dd.y;dd.getCssXY(this);this.defz=dd.Int(dd.getCssProp(this.div,"z-index","zIndex","zIndex"))
}this.defw=this.w||0;this.defh=this.h||0}DDObj.prototype.setPickFunc=function(A){this.pickFunc=A};DDObj.prototype.setDragFunc=function(A){this.dragFunc=A
};DDObj.prototype.setResizeFunc=function(A){this.resizeFunc=A};DDObj.prototype.setDropFunc=function(A){this.dropFunc=A
};DDObj.prototype.moveBy=function(E,D,B,C){if(!this.div){return }this.x+=(E=dd.Int(E));this.y+=(D=dd.Int(D));
if(!B||this.is_image||this.parent!=this.defparent){(C=this.css||this.div).left=(this.cssx+=E)+dd.px;C.top=(this.cssy+=D)+dd.px
}for(var A=this.children.length;A;){if(!(C=this.children[--A]).detached){C.moveBy(E,D,1)}C.defx+=E;C.defy+=D
}};DDObj.prototype.moveTo=function(B,A){this.moveBy(dd.Int(B)-this.x,dd.Int(A)-this.y)};DDObj.prototype.hide=function(D,C,B){if(this.div){B=this.css||this.div;
if(D&&!dd.n4){this.display=dd.getCssProp(this.div,"display","display","display");if(this.oimg){this.oimg.display=dd.getCssProp(this.oimg,"display","display","display");
this.oimg.style.display="none"}B.display="none";B.visibility="hidden";dd.recalc()}else{B.display="none"
}}this.visible=false;for(var A=this.children.length;A;){if(!(C=this.children[--A]).detached){C.hide(D)
}}};DDObj.prototype.show=function(C,B){if(this.div){B=this.css||this.div;if(B.display&&B.display=="none"){B.display=this.display||"block";
if(this.oimg){this.oimg.style.display=this.oimg.display||"inline"}dd.recalc()}else{B.visibility="visible";
B.display="block"}}this.visible=true;for(var A=this.children.length;A;){if(!(C=this.children[--A]).detached){C.show()
}}};DDObj.prototype.resizeTo=function(A,B,C){if(!this.div){return }A=(this.w=dd.Int(A))-this.dw;B=(this.h=dd.Int(B))-this.dh;
if(dd.n4){this.div.resizeTo(A,B);if(this.is_image){this.write('<img src="'+this.src+'" width="'+A+'" height="'+B+'">');
(this.nimg=this.div.document.images[0]).src=this.src}}else{if(typeof this.css.pixelWidth!=dd_u){this.css.pixelWidth=A;
this.css.pixelHeight=B;if(this.is_image){(C=this.nimg.style).pixelWidth=A;C.pixelHeight=B}}else{this.css.width=A+dd.px;
this.css.height=B+dd.px;if(this.is_image){(C=this.nimg).width=A;C.height=B;if(!C.complete){C.src=this.src
}}}}};DDObj.prototype.resizeBy=function(A,B){this.resizeTo(this.w+dd.Int(A),this.h+dd.Int(B))};DDObj.prototype.swapImage=function(C,B){if(!this.nimg){return 
}this.nimg.src=C;this.src=this.nimg.src;if(B){for(var A=this.copies.length;A;){--A;this.copies[A].src=this.copies[A].nimg.src=this.nimg.src
}}};DDObj.prototype.setBgColor=function(A){if(dd.n4&&this.div){this.div.bgColor=A}else{if(this.css){this.css.background=A
}}this.bgColor=A};DDObj.prototype.write=function(B,A){this.text=B;if(!this.div){return }if(dd.n4){(A=this.div.document).open();
A.write(B);A.close();dd.getWH(this)}else{this.css.height="auto";this.div.innerHTML=B;if(!dd.ie4){dd.recalc()
}if(dd.ie4||dd.n6){setTimeout("dd.recalc();",0)}}};DDObj.prototype.copy=function(D,B,E){if(!this.oimg){return 
}E=(dd.ie&&document.all.tags("body"))?document.all.tags("body")[0]:document.getElementsByTagName?(document.getElementsByTagName("body")[0]||dd.db):dd.db;
for(D=D||1;D>0;--D){var A=this.copies.length,C=new DDObj(this.name+this.cmd,A+1);if(dd.n4){C.id=(B=new Layer(C.w)).name;
B.clip.height=C.h;B.visibility="show";(B=B.document).open();B.write(C.htm);B.close()}else{if(E&&E.insertAdjacentHTML){E.insertAdjacentHTML("AfterBegin",C.t_htm)
}else{if(document.createElement&&E&&E.appendChild){E.appendChild(B=document.createElement("dIi15v"));
B.innerHTML=C.htm;B.id=C.id;B.style.position="absolute";B.style.width=C.w+"px";B.style.height=C.h+"px"
}else{if(E&&E.innerHTML){E.innerHTML+=C.t_htm}}}}C.defz=this.defz+1+A;dd.addProps(C);C.original=this;
dd.addElt(C,this);if(this.parent){this.parent.addChild(C,this.detached);C.defparent=this.defparent}C.moveTo(C.defx=this.defx,C.defy=this.defy);
if(dd.n4){C.defsrc=C.src=this.defsrc}C.swapImage(this.src)}};DDObj.prototype.addChild=function(B,C,A){if(typeof B!="object"){B=dd.elements[B]
}if(B.parent&&B.parent==this||B==this||!B.is_image&&B.defparent&&!A){return }this.children[this.children.length]=this.children[B.name]=B;
B.detached=C||0;if(A){B.defparent=this}else{if(this==B.defparent&&B.is_image){dd.getImg(this,B.oimg.name,1)
}}if(!B.defparent||this!=B.defparent){B.defx=B.x;B.defy=B.y}if(!C){B.defz=B.defz+this.defz-(B.parent?B.parent.defz:0)+(!B.is_image*1);
B.setZ(B.z+this.z-(B.parent?B.parent.z:0)+(!B.is_image*1),1)}if(B.parent){B.parent.removeChild(B,1)}B.parent=this
};DDObj.prototype.removeChild=function(D,E){if(typeof D!="object"){D=this.children[D]}var C=this.children,A=new Array();
for(var B=0;B<C.length;B++){if(C[B]!=D){A[A.length]=C[B]}}this.children=A;D.parent=null;if(!E){D.detached=D.defp=0;
if(D.is_image){dd.getImg(D,D.oimg.name,1)}}};DDObj.prototype.attachChild=function(A){(A=(typeof A!="object")?this.children[A]:A).detached=0;
A.setZ(A.defz+this.z-this.defz,1)};DDObj.prototype.detachChild=function(A){(A=(typeof A!="object")?this.children[A]:A).detached=1
};DDObj.prototype.setZ=function(E,C,D){if(C){for(var A=E-this.z,B=this.children.length;B;){if(!(D=this.children[--B]).detached){D.setZ(D.z+A,1)
}}}dd.z=Math.max(dd.z,this.z=this.div?((this.css||this.div).zIndex=E):0)};DDObj.prototype.maximizeZ=function(){this.setZ(dd.z+1,1)
};DDObj.prototype._resetZ=function(B){if(this.re_z||dd.re_z){this.setZ(this.defz);for(var A=this.children.length;
A;){if(!(B=this.children[--A]).detached){B.setZ(B.defz)}}}};DDObj.prototype.setOpacity=function(A){this.opacity=A;
this._setOpaRel(1,1)};DDObj.prototype._setOpaRel=function(E,B,D,C){if(this.css&&(this.diaphan||B)){D=this.opacity*E;
if(typeof this.css.MozOpacity!=dd_u){this.css.MozOpacity=D}else{if(typeof this.css.filter!=dd_u){this.css.filter="Alpha(opacity="+parseInt(100*D)+")"
}else{this.css.opacity=D}}for(var A=this.children.length;A;){if(!(C=this.children[--A]).detached){C._setOpaRel(E,1)
}}}};DDObj.prototype.setCursor=function(A){this._setCrs(this.cursor=(A.indexOf("c:")+1)?A.substring(2):A)
};DDObj.prototype._setCrs=function(A){if(this.css){this.css.cursor=((!dd.ie||dd.iemac)&&A=="hand")?"pointer":A
}};DDObj.prototype.setDraggable=function(A){this.nodrag=!A*1;this._setCrs(A?this.cursor:"auto")};DDObj.prototype.setResizable=function(A){this.resizable=A*1;
if(A){this.scalable=0}};DDObj.prototype.setScalable=function(A){this.scalable=A*1;if(A){this.resizable=0
}};DDObj.prototype.setHorizontal=function(A){this.horizontal=A*1};DDObj.prototype.setVertical=function(A){this.vertical=A*1
};DDObj.prototype.getEltBelow=function(F,E,D){var C,A=-1,B=dd.elements.length;while(B--){C=dd.elements[B];
E=C.x-this.w/2;D=C.y-this.h/2;if(C.visible&&C.z<this.z&&this.x>=E&&this.x<=E+C.w&&this.y>=D&&this.y<=D+C.h){if(C.z>A){A=C.z;
F=C}}}return F};DDObj.prototype.del=function(D,C){var B,A;if(this.parent&&this.parent.removeChild){this.parent.removeChild(this)
}if(this.original){this.hide();if(this.original.copies){D=new Array();for(A=this.original.copies.length,B=0;
B<A;B++){if((C=this.original.copies[B])!=this){D[C.name]=D[D.length]=C}}this.original.copies=D}}else{if(this.is_image){this.hide();
if(this.oimg){if(dd.n4){this.oimg.src=this.defsrc}else{this.oimg.style.visibility="visible"}}}else{if(this.moveTo){if(this.css){this.css.cursor="default"
}this.moveTo(this.defx,this.defy);this.resizeTo(this.defw,this.defh)}}}D=new Array();for(A=dd.elements.length,B=0;
B<A;B++){if((C=dd.elements[B])!=this){D[C.name]=D[C.index=D.length]=C}else{C._free()}}dd.elements=D;if(!dd.n4){dd.recalc()
}};DDObj.prototype._free=function(){for(var A in this){this[A]=null}dd.elements[this.name]=null};dd.n4RectVis=function(B){for(var A=4;
A;){--A;dd.rectI[A].visibility=dd.rectA[A].visibility=B?"show":"hide";if(B){dd.rectI[A].zIndex=dd.rectA[A].zIndex=dd.z+2
}}};dd.n4RectPos=function(C,E,D,A,B){C.x=E;C.y=D;C.clip.width=A;C.clip.height=B};dd.n4Rect=function(A,C){var B;
if(!dd.rectI){dd.rectI=new Array();dd.rectA=new Array()}if(!dd.rectI[0]){for(B=4;B;){(dd.rectI[--B]=new Layer(1)).bgColor="#000000";
(dd.rectA[B]=new Layer(1)).bgColor="#ffffff"}}if(!dd.rectI[0].visibility||dd.rectI[0].visibility=="hide"){dd.n4RectVis(1)
}dd.obj.w=A;dd.obj.h=C;for(B=4;B;){--B;dd.n4RectPos(dd.rectI[B],dd.obj.x+(!(B-1)?(dd.obj.w-1):0),dd.obj.y+(!(B-2)?(dd.obj.h-1):0),B&1||dd.obj.w,!(B&1)||dd.obj.h);
dd.n4RectPos(dd.rectA[B],!(B-1)?dd.rectI[1].x+1:(dd.obj.x-1),!(B-2)?dd.rectI[2].y+1:(dd.obj.y-1),B&1||dd.obj.w+2,!(B&1)||dd.obj.h+2)
}};dd.reszTo=function(A,B){if(dd.n4&&dd.obj.is_image){dd.n4Rect(A,B)}else{dd.obj.resizeTo(A,B)}};dd.embedVis=function(C){var F=new Array("iframe","applet","embed","object");
for(var B=F.length;B;){--B;var E=dd.ie?document.all.tags(F[B]):document.getElementsByTagName?document.getElementsByTagName(F[B]):null;
if(E){for(var A=E.length;A;){var D=E[--A];while(D.offsetParent||D.parentNode){if((D=D.parentNode||D.offsetParent||null)==dd.obj.div){E[A].style.visibility=C;
break}}}}}};dd.maxOffX=function(B,A){return((dd.obj.maxoffl+1&&(A=dd.obj.defx-dd.obj.maxoffl)-B>0||dd.obj.maxoffr+1&&(A=dd.obj.defx+dd.obj.maxoffr)-B<0)?A:B)
};dd.maxOffY=function(B,A){return((dd.obj.maxofft+1&&(A=dd.obj.defy-dd.obj.maxofft)-B>0||dd.obj.maxoffb+1&&(A=dd.obj.defy+dd.obj.maxoffb)-B<0)?A:B)
};dd.inWndW=function(D,B){var A=dd.getScrollX(),C=dd.getWndW();return(((B=A+2)-D>0)||((B=A+C+dd.obj.w-2)-D<0)?B:D)
};dd.inWndH=function(D,C){var B=dd.getScrollY(),A=dd.getWndH();return(((C=B+2)-D>0)||((C=B+A+dd.obj.h-2)-D<0)?C:D)
};dd.limW=function(A){return((dd.obj.minw-A>0)?dd.obj.minw:(dd.obj.maxw>0&&dd.obj.maxw-A<0)?dd.obj.maxw:A)
};dd.limH=function(A){return((dd.obj.minh-A>0)?dd.obj.minh:(dd.obj.maxh>0&&dd.obj.maxh-A<0)?dd.obj.maxh:A)
};function DDScroll(){if(!dd.obj||!dd.obj.scroll&&!dd.scroll||dd.ie4||dd.whratio){dd.scrx=dd.scry=0;return 
}var E=28,D=dd.getScrollX(),B=dd.getScrollY();if(dd.msmoved){var F=dd.getWndW(),A=dd.getWndH(),C;dd.scrx=((C=dd.e.x-F-D+E)>0)?(C>>=2)*C:((C=D+E-dd.e.x)>0)?-(C>>=2)*C:0;
dd.scry=((C=dd.e.y-A-B+E)>0)?(C>>=2)*C:((C=B+E-dd.e.y)>0)?-(C>>=2)*C:0}if(dd.scrx||dd.scry){window.scrollTo(D+(dd.scrx=dd.obj.is_resized?dd.limW(dd.obj.w+dd.scrx)-dd.obj.w:dd.obj.vertical?0:(dd.maxOffX(dd.obj.x+dd.scrx)-dd.obj.x)),B+(dd.scry=dd.obj.is_resized?dd.limH(dd.obj.h+dd.scry)-dd.obj.h:dd.obj.horizontal?0:(dd.maxOffY(dd.obj.y+dd.scry)-dd.obj.y)));
dd.obj.is_dragged?dd.obj.moveTo(dd.obj.x+dd.getScrollX()-D,dd.obj.y+dd.getScrollY()-B):dd.reszTo(dd.obj.w+dd.getScrollX()-D,dd.obj.h+dd.getScrollY()-B)
}dd.msmoved=0;window.setTimeout("DDScroll()",51)}function PICK(E){dd.e=new dd.evt(E);if(dd.e.x>=dd.getWndW()+dd.getScrollX()||dd.e.y>=dd.getWndH()+dd.getScrollY()){return true
}for(var D,C,A=-1,B=dd.elements.length;B;){D=dd.elements[--B];if(dd.n4&&dd.e.but>1&&dd.e.src==D.oimg&&!D.clone){return false
}if(D.visible&&dd.e.but<=1&&dd.e.x>=D.x&&dd.e.x<=D.x+D.w&&dd.e.y>=D.y&&dd.e.y<=D.y+D.h){if(D.z>A&&(C=dd.e.src.tag).indexOf("inpu")<0&&C.indexOf("texta")<0&&C.indexOf("sele")<0&&C.indexOf("opti")<0&&C.indexOf("scrol")<0){A=D.z;
dd.obj=D}}}if(dd.obj){if(dd.obj.nodrag){dd.obj=null}else{dd.e.e.cancelBubble=true;var F=dd.e.modifKey&&(dd.obj.resizable||dd.obj.scalable);
if(dd.op){(D=document.getElementById("OpBlUr")).style.pixelLeft=dd.e.x;D.style.pixelTop=dd.e.y;(D=D.children[0].children[0]).focus();
D.blur()}else{if(dd.ie&&!dd.ie4){if(document.selection&&document.selection.empty){document.selection.empty()
}dd.db.onselectstart=function(){event.returnValue=false}}}if(F){dd.obj._setCrs("se-resize");dd.obj.is_resized=1;
dd.whratio=dd.obj.scalable?dd.obj.defw/dd.obj.defh:0;if(dd.ie){if(dd.ie4){window.dd_x=dd.getScrollX();
window.dd_y=dd.getScrollY()}setTimeout("if(dd.obj && document.selection && document.selection.empty){document.selection.empty();if(dd.ie4) window.scrollTo(window.dd_x, window.dd_y);}",0)
}dd.setMovHdl(RESIZE);dd.reszTo(dd.obj.w,dd.obj.h)}else{dd.obj.is_dragged=1;dd.setMovHdl(DRAG)}dd.setUpHdl(DROP);
dd.embedVis("hidden");dd.obj._setOpaRel(0.7);dd.obj.maximizeZ();dd.ofx=dd.obj.x+dd.obj.w-dd.e.x;dd.ofy=dd.obj.y+dd.obj.h-dd.e.y;
if(window.my_PickFunc){my_PickFunc()}if(dd.obj.pickFunc){dd.obj.pickFunc()}DDScroll();return !(dd.obj.is_resized||dd.n4&&dd.obj.is_image||dd.n6||dd.w3c)
}}if(dd.downFunc){return dd.downFunc(E)}return true}function DRAG(A){if(!dd.obj||!dd.obj.visible){return true
}if(dd.ie4||dd.w3c||dd.n6||dd.obj.children.length>15){if(dd.wait){return false}dd.wait=1;setTimeout("dd.wait = 0;",dd.tWait)
}dd.e=new dd.evt(A);if(dd.ie&&!dd.e.but){DROP(A);return true}dd.msmoved=1;dd.obj.moveTo(dd.obj.vertical?dd.obj.x:dd.maxOffX(dd.inWndW(dd.ofx+dd.e.x)-dd.obj.w),dd.obj.horizontal?dd.obj.y:dd.maxOffY(dd.inWndH(dd.ofy+dd.e.y)-dd.obj.h));
if(window.my_DragFunc){my_DragFunc()}if(dd.obj.dragFunc){dd.obj.dragFunc()}if(dd.moveFunc){return dd.moveFunc(A)
}return false}function RESIZE(C){if(!dd.obj||!dd.obj.visible){return true}if(dd.wait){return false}dd.wait=1;
setTimeout("dd.wait = 0;",dd.tWait);dd.e=new dd.evt(C);if(dd.ie&&!dd.e.but){DROP(C);return true}dd.msmoved=1;
var A=dd.limW(dd.inWndW(dd.ofx+dd.e.x)-dd.obj.x),B;if(!dd.whratio){B=dd.limH(dd.inWndH(dd.ofy+dd.e.y)-dd.obj.y)
}else{B=dd.limH(dd.inWndH(Math.round(A/dd.whratio)+dd.obj.y)-dd.obj.y);A=Math.round(B*dd.whratio)}dd.reszTo(A,B);
if(window.my_ResizeFunc){my_ResizeFunc()}if(dd.obj.resizeFunc){dd.obj.resizeFunc()}if(dd.moveFunc){return dd.moveFunc(C)
}return false}function DROP(A){if(dd.obj){if(dd.obj.is_dragged){if(!dd.obj.is_image){dd.getWH(dd.obj)
}}else{if(dd.n4){if(dd.obj.is_image){dd.n4RectVis(0);dd.obj.resizeTo(dd.obj.w,dd.obj.h)}}}if(!dd.n4||!dd.obj.is_image){dd.recalc()
}dd.setMovHdl(dd.moveFunc);dd.setUpHdl(dd.upFunc);if(dd.db){dd.db.onselectstart=null}dd.obj._setOpaRel(1);
dd.obj._setCrs(dd.obj.cursor);dd.embedVis("visible");dd.obj._resetZ();dd.e=new dd.evt(A);if(window.my_DropFunc){my_DropFunc()
}if(dd.obj.dropFunc){dd.obj.dropFunc()}dd.msmoved=dd.obj.is_dragged=dd.obj.is_resized=dd.whratio=0;dd.obj=null
}dd.setDwnHdl(PICK)}function SET_DHTML(){var B=arguments,D,H="",G,E=B.length;while(E){if(!(D=B[--E]).indexOf("c:")){dd.cursor=D.substring(2)
}else{if(D==NO_ALT){dd.noalt=1}else{if(D==SCROLL){dd.scroll=1}else{if(D==RESET_Z){dd.re_z=1}else{if(D==RESIZABLE){dd.resizable=1
}else{if(D==SCALABLE){dd.scalable=1}else{if(D==TRANSPARENT){dd.diaphan=1}else{G=new DDObj(D);dd.addElt(G);
H+=G.t_htm||"";if(G.oimg&&G.cpy_n){for(var A=G.cpy_n,C=0;C<A;){var F=new DDObj(G.name+G.cmd,++C);dd.addElt(F,G);
F.defz=G.defz+C;F.original=G;H+=F.t_htm}}}}}}}}}}if(dd.n4||dd.n6||dd.ie||dd.op||dd.w3c){document.write((dd.n4?'<div style="position:absolute;"></div>\n':(dd.op&&!dd.op6)?'<div id="OpBlUr" style="position:absolute;visibility:hidden;width:0px;height:0px;"><form><input type="text" style="width:0px;height:0px;"></form></div>':"")+H)
}dd.z=51;for(E=dd.elements.length;E;){dd.addProps(G=dd.elements[--E]);if(G.is_image&&!G.original&&!G.clone){dd.n4?G.oimg.src=spacer:G.oimg.style.visibility="hidden"
}}dd.mkWzDom();if(window.onload){dd.loadFunc=window.onload}if(window.onunload){dd.uloadFunc=window.onunload
}window.onload=dd.initz;window.onunload=dd.finlz}function ADD_DHTML(){var A=arguments,C,B=A.length;while(B){C=new DDObj(A[--B]);
dd.addElt(C);dd.addProps(C)}dd.mkWzDom()}dd.d=document;var RESET_ZINDEX=RESET_Z;var KEYDOWN_RESIZE=RESIZABLE;
var CURSOR_POINTER=CURSOR_HAND;var NO_SCROLL="";function my_PickFunc(){}function my_DragFunc(){}function my_ResizeFunc(){}function my_DropFunc(){}SET_DHTML();
function FilterLinks(J){if(J){FilterWebpartLinks("Close",false);FilterWebpartLinks("Minimize",false);
FilterWebpartLinks("Edit",false);FilterWebpartLinks("Export",false);FilterWebpartLinks("RestorePartDefaults",false);
FilterWebpartLinks("MenuLink",true);var E=document.getElementById("L_RelatedTasks");if(E!=null){ReplaceHTML(E,"")
}var F=document.getElementsByTagName("input");for(var D=0;D<F.length;D++){if(F[D].name.match("CrossProjectLinkField")){HideSelectedElement(F[D].name,5)
}}var I=document.getElementsByTagName("div");for(var D=0;D<I.length;D++){var B=I[D];if(B.id!=null){var C=B.id.substring(5);
if(C=="ListSettingsMenu_t"){B.style.display="none"}}}}var H=document.getElementsByTagName("ie:menuitem");
for(var D=H.length-1;D>=0;D--){var A=H[D];var G=A.getAttribute("text");if(G&&(G.match("Open with Report Builder")||G.match("Subscribe")||G.match("Print"))){A.parentNode.removeChild(A)
}}}function FilterWebpartLinks(G,H){var F;var D="MSOMenu_"+G;var E=navigator.appName;if(E.search(/microsoft/i)!=0||H){var C=GetArrayOfWebPartQualifiers();
if(C!=null){for(var A=0;A<C.length;A++){var B=document.getElementById("WebPart"+C[A]+"_"+G);if(B!=null){B.style.visibility="hidden"
}}}}F=document.getElementById(D);if(F!=null){F.style.visibility="hidden"}}function ReplaceHTML(B,C){var A=navigator.appName;
if(A.search(/microsoft/i)==0&&C==""){B.innerText=C}else{B.innerHTML=C}}function GetArrayOfWebPartQualifiers(){var E=document.getElementsByTagName("div");
var B;var D=new Array();var A=0;for(var C=0;C<E.length;C++){if((E[C].getAttribute("WebPartID")!=null)&&(E[C].getAttribute("WebPartID").length>0)){B=E[C].getAttribute("id");
B=B.substring(7);D[A]=B;A++}}return D}function HideSelectedElement(IDName,numOfParentNodes){var elementsByName=document.getElementsByName(IDName);
if(elementsByName!=null&&elementsByName.length>0){var parent_Nodes="";if(numOfParentNodes>0){for(var numOfNodes=1;
numOfNodes<=numOfParentNodes;numOfNodes++){parent_Nodes=parent_Nodes+".parentNode"}}var selectedElement;
for(var i=0;i<elementsByName.length;i++){eval("selectedElement = elementsByName[i]"+parent_Nodes+";");
selectedElement.style.display="none"}}}function checkLength(C,B,A){if(B.value.length<A){return true}else{if((C.keyCode>=37&&C.keyCode<=40)||(C.keyCode==8)||(C.keyCode==46)){return true
}else{return false}}}function publicAccessEnableOkButton(B){var A=document.getElementById(B);if(A&&(A.disabled)){A.disabled=false
}}function PublicAccessRadioButtonClicked(J,K,O,C,H,Q,S,L,D){var R="rm-publicaccesssettings";var P="rm-BlockList";
var G="rm-supplementary_info";var A="rm-supplementary_info";var N="FullAuthentication";var E="PublicAccess";
var F="IntranetAccess";var M="ShibbolethAccess";var I=document.getElementById(K);var O=document.getElementById(O);
var H=document.getElementById(H);var Q=document.getElementById(Q);var B=document.getElementById(D);switch(J){case N:if(I!=null){HideElementUsingCss(I)
}if(O!=null){HideElementUsingCss(O)}UpdateSelectedLabelText(C,fullAuthenticationUrlMsg);break;case E:if(I!=null){I.className=R
}if(O!=null){HideElementUsingCss(O)}HideElementUsingCss(Q);UpdateSelectedLabelText(C,publicUrlMsg);UpdateSelectedLabelText(S,defaultInternetText);
if(L.toLowerCase()=="true"){B.className=P}else{HideElementUsingCss(B);H.className=A}break;case F:if(I!=null){I.className=R
}if(O!=null){HideElementUsingCss(O)}UpdateSelectedLabelText(C,intranetUrlMsg);UpdateSelectedLabelText(S,defaultIntranetText);
if(L.toLowerCase()=="true"){B.className=P;HideElementUsingCss(H);Q.className=G}else{HideElementUsingCss(B);
H.className=A;HideElementUsingCss(Q)}break;case M:if(I!=null){HideElementUsingCss(I)}if(O!=null){HideElementUsingCss(O)
}UpdateSelectedLabelText(C,shibbolethUrlMsg);break}}function UpdateSelectedLabelText(A,C){var B=document.getElementById(A);
if(B.innerText){B.innerText=C}else{B.innerHTML=C}}var hiddenItemClass="hiddenItem";var visibleCollapsibleTextClass="rm-collapsibleAreaText";
function toggleDisplay(A,E,D,F){var C=document.getElementById(A);var B=document.getElementById(F);if(C!=null&&B!=null){if(B.className==hiddenItemClass){B.className=visibleCollapsibleTextClass;
if(C.innerText){C.innerText=D}else{C.innerHTML=D}}else{B.className=hiddenItemClass;if(C.innerText){C.innerText=E
}else{C.innerHTML=E}}}}function injectMainPageCSSLinksIntoTelerikIframes(){try{var D=document.getElementsByTagName("iFrame");
var E=null;if(D!=null){for(var C=0;C<D.length;C++){if(D[C].className=="RadEContentBordered"){if(E==null){E=getMainPageCssLiks()
}for(var B=0;B<E.length;B++){addCssLinkToiFrameHeader(D[C],E[B].cloneNode(true))}}}}}catch(A){alert("Error applying styles to text editor(s). If this problem persists, please contact your learning platform administrator.")
}}function getMainPageCssLiks(){var D=null;var C=0;var A=document.getElementsByTagName("head")[0].getElementsByTagName("link");
if(A!=null){D=new Array();for(var B=0;B<A.length;B++){if(A[B].type=="text/css"&&!containsSubString(A[B].href,"_wpresources")){D[C]=A[B];
C++}}}return D}var RM_HIDDEN_SAVED_EDITOR_VIEW="__hidSavedEditorView";var RM_HTML_NAME_ATTRIBUTE='name="';
var RM_TEXT_EDITOR_VIEW_ID="Text";var RM_WEBCAM_EDITOR_VIEW_ID="Webcam";var RM_MICROPHONE_EDITOR_VIEW_ID="Microphone";
var RM_DRAW_EDITOR_VIEW_ID="Draw";var RM_IMPORT_PICTURE_EDITOR_VIEW_ID="ImportPicture";var RM_DIV_ID="div";
var RM_LNK_ID="lnk";var RM_EDITOR_VIEW_ARRAY=new Array(RM_TEXT_EDITOR_VIEW_ID,RM_WEBCAM_EDITOR_VIEW_ID,RM_MICROPHONE_EDITOR_VIEW_ID,RM_DRAW_EDITOR_VIEW_ID,RM_IMPORT_PICTURE_EDITOR_VIEW_ID);
var RM_RAD_EDITOR_CONTENT_FIELD_ID="rmRadEditorContent";var RM_HIDDEN_EDITOR_VIEW_ID="hidEditorView";
var RM_SELECTED_TAB_CSS_CLASS="rm-Selected ";var RM_HIDDEN_CSS_CLASS="hiddenItem";var RM_CLASS_ATTRIBUTE="class";
var RM_DEFAULT_RICHCONTENT_ANCHORTAG_CSS_CLASS="rmRadEditor";var RM_DRAW_RICHCONTENT_ANCHORTAG_CSS_CLASS="rm-RichContentDraw";
var RM_RICH_CONTENT_IMAGE_PATH="/_layouts/rm-images/icons/RichContentTools/";var RM_MEDIA_PLAYER_CURRENT_FILENAME="?CurrentFilename=";
var RM_MEDIA_PLAYER_MODE="&MediaMode=";var RM_SAVE_AS_DRAFT_ACCESS_KEY="R";var richContentPostbackAccessKey="O";
function confirmRequestToChangeEditorView(B,A,D){var C=getHiddenEditorView(A.parentNode.parentNode);if(B!=C){if((C==RM_DIV_ID+RM_TEXT_EDITOR_VIEW_ID)&&(editor.GetHtml(true)==null||editor.GetHtml(true).length==0)){changeEditorView(B,A)
}else{if(confirm(D)){setRMRadEditorContent(A.parentNode.parentNode,"");editor.SetHtml("");clearStoredFilenames(C,A);
changeEditorView(B,A)}}}}function clearStoredFilenames(D,A){if((D==RM_DIV_ID+RM_WEBCAM_EDITOR_VIEW_ID)||(D==RM_DIV_ID+RM_MICROPHONE_EDITOR_VIEW_ID)||(D==RM_DIV_ID+RM_DRAW_EDITOR_VIEW_ID)){var B=findElementInParentNode(D,A.parentNode.parentNode);
if((B!=null)&&(B.getElementsByTagName("object").length>0)){if((D==RM_DIV_ID+RM_WEBCAM_EDITOR_VIEW_ID)||(D==RM_DIV_ID+RM_MICROPHONE_EDITOR_VIEW_ID)){B.getElementsByTagName("object")[0].clearPlayFilename()
}else{if(D==RM_DIV_ID+RM_DRAW_EDITOR_VIEW_ID){B.getElementsByTagName("object")[0].reload(true)}}}}else{if(D==RM_DIV_ID+RM_IMPORT_PICTURE_EDITOR_VIEW_ID){var B=findElementInParentNode(D,A.parentNode.parentNode);
if((B!=null)&&(B.getElementsByTagName("img").length>0)){var C=B.getElementsByTagName("img")[0];C.src="";
C.style.display="none"}}}}function changeEditorView(C,A){for(var B=0;B<RM_EDITOR_VIEW_ARRAY.length;B++){displayEditorView(RM_EDITOR_VIEW_ARRAY[B],C,A)
}}function initialiseEditorView(A){var B=getSavedEditorView(A);if(B.length>0){changeEditorView(B,A)}else{changeEditorView(RM_TEXT_EDITOR_VIEW_ID,A)
}}function getHiddenEditorViewField(A){return hiddenElement=findElementInParentNode(RM_HIDDEN_EDITOR_VIEW_ID,A)
}function getHiddenEditorView(A){var B=getHiddenEditorViewField(A);if(B){return B.value}else{return""
}}function setHiddenEditorView(A,C){var B=getHiddenEditorViewField(A);if(B){B.value=C}}function displayEditorView(E,D,B){var F=(D==RM_DIV_ID+E);
var A=findElementInParentNode(RM_DIV_ID+E,B.parentNode.parentNode);if(A){var C=findElementInParentNode(RM_LNK_ID+E,A.parentNode);
if(F){A.className="";if(C){C.parentNode.className=RM_SELECTED_TAB_CSS_CLASS}setHiddenEditorView(A,D)}else{A.className=RM_HIDDEN_CSS_CLASS;
if(C){C.parentNode.className=""}}}}function findElementInParentNode(A,C,B){var D=null;var E=C.parentNode.childNodes;
D=searchChildNodes(E,A,B);return D}function searchChildNodes(E,A,B){var D=null;for(var C=0;C<E.length;
C++){if(E[C].id&&(E[C].id.indexOf(A)!=-1)){if((!B)||(B&&(E[C].tagName.toLowerCase()==B.toLowerCase()))){return E[C]
}}else{if(E[C].childNodes&&(E[C].childNodes.length>0)){D=searchChildNodes(E[C].childNodes,A,B);if(D){return D
}}}}return D}function getSavedEditorView(A){var C=RM_DIV_ID+RM_TEXT_EDITOR_VIEW_ID;var B=getRMRadEditorContent(A);
var D=B.indexOf(RM_HIDDEN_SAVED_EDITOR_VIEW);if(D!=-1){D=B.indexOf(RM_HTML_NAME_ATTRIBUTE);if(D!=-1){D=D+RM_HTML_NAME_ATTRIBUTE.length;
endIndex=B.indexOf('"',D);if(D!=endIndex){C=B.substring(D,endIndex)}}}return C}function getRMRadEditorContentField(A){return findElementInParentNode(RM_RAD_EDITOR_CONTENT_FIELD_ID,A)
}function getRMRadEditorContent(A){var B=getRMRadEditorContentField(A);if(B){return B.value}else{return""
}}function setRMRadEditorContent(A,C){var B=getRMRadEditorContentField(A);if(B){B.value=C}}function createAnchorTagWithSavedView(E,B,D,C){var A=RM_DEFAULT_RICHCONTENT_ANCHORTAG_CSS_CLASS;
if(D==RM_DRAW_EDITOR_VIEW_ID){A=RM_DRAW_RICHCONTENT_ANCHORTAG_CSS_CLASS}return'<a id="'+RM_HIDDEN_SAVED_EDITOR_VIEW+'" name="'+E+'" href="'+B+'" class="'+A+'">'+C+"</a>"
}function createMediaPlayerPlaybackLink(C,A,B){return C+RM_MEDIA_PLAYER_CURRENT_FILENAME+A+RM_MEDIA_PLAYER_MODE+B
}function updateAnchor(F,A,B,D){$.portal.logInfoMessage("updateAnchor called");var E=document.getElementById(B);
var C=createImageTag(RM_RICH_CONTENT_IMAGE_PATH+D+".gif");setRMRadEditorContent(E.parentNode,createAnchorTagWithSavedView(RM_DIV_ID+D,createMediaPlayerPlaybackLink(F,A,D),D,C));
$.portal.logInfoMessage("updateAnchor finished")}function updateImage(A,B,D){var E=document.getElementById(B);
var C=createImageTag(A);setRMRadEditorContent(E.parentNode,createAnchorTagWithSavedView(RM_DIV_ID+D,A,D,C))
}function SaveMovieIfNeeded(C,B){var A=document.getElementById(C);if(A){var E=getHiddenEditorView(A.parentNode.parentNode);
if(B==E){if(E==RM_DIV_ID+RM_DRAW_EDITOR_VIEW_ID){var D=A.getNewFilename();updateImage(D,C,RM_DRAW_EDITOR_VIEW_ID)
}return A.save()}}return false}function SetStoredAccessKeyToSaveAsDraft(){richContentPostbackAccessKey=RM_SAVE_AS_DRAFT_ACCESS_KEY
}function GetSaveAsDraftElementAndAttachEventHandler(){var A=GetInputElementByAccessKey(RM_SAVE_AS_DRAFT_ACCESS_KEY);
if(A){if(A.addEventListener){A.addEventListener("click",SetStoredAccessKeyToSaveAsDraft,false)}else{A.attachEvent("onclick",SetStoredAccessKeyToSaveAsDraft)
}}}function GetInputElementByAccessKey(C){var A=document.getElementsByTagName("input");for(i=0;i<A.length;
i++){var B=A[i];if(B.getAttribute("accesskey")==C){return B}}return null}function FinishPostBack(){var A=GetInputElementByAccessKey(richContentPostbackAccessKey);
if(A!=null){A.click()}}function SaveRichContentMovieData(B){var A=document.getElementById(B);if(A!=null){A.save()
}}function displayDrawingToolEditPane(D,G){var E=document.getElementById(D);if(E!=null){var J=E.getElementsByTagName("object");
var H=document.getElementById("ModalContentPanel");if(J!=null&&H!=null){var I=J[0].parentNode;H.appendChild(I.removeChild(J[0]));
var C=createClientSideButton("OK","javascript:"+G+";");var K=createClientSideButton("Cancel","javascript:closeDrawingToolEditPane('"+D+"', '"+I.id+"');");
var B=createHiddenField("editMode_wp_id",D);var A=createHiddenField("editMode_moviePanel_id",I.id);var F=document.createElement("div");
F.innerHTML=C+K+B+A;H.appendChild(F);displayModalContent(true)}}}function createClientSideButton(B,A){return'<input type="button" value="'+B+'" onclick="'+A+'" />'
}function createHiddenField(A,B){return'<input type="hidden" value="'+B+'" id="'+A+'" />'}function RichContentMovieSaveComplete(){var B=document.getElementById("chkModalContentActive");
if(B!=null&&B.checked==true){var C=document.getElementById("editMode_wp_id");var A=document.getElementById("editMode_moviePanel_id");
if(C!=null&&A!=null){closeDrawingToolEditPaneAfterDelay(C.value,A.value)}}else{FinishPostBack()}}function closeDrawingToolEditPaneAfterDelay(C,A){var B="closeDrawingToolEditPane('"+C+"', '"+A+"');";
setTimeout(B,1000)}function closeDrawingToolEditPane(H,D){var A=document.getElementById(H);var E=document.getElementById(D);
var G=document.getElementById("ModalContentPanel");if(A!=null&&E!=null&&G!=null){var B=A.getElementsByTagName("object");
if(B!=null){B[0].reload(false)}var F=G.getElementsByTagName("object");if(F!=null){E.appendChild(G.removeChild(F[0]));
var C=G.getElementsByTagName("div");if(C!=null){G.removeChild(C[0])}displayModalContent(false)}}}var richContentDrawingMoviesToSave=new Array();
var richContentMicrophoneMoviesToSave=new Array();var richContentWebcamMoviesToSave=new Array();function PreSaveAction(){var A=false;
for(movie in richContentDrawingMoviesToSave){A=SaveMovieIfNeeded(richContentDrawingMoviesToSave[movie],RM_DIV_ID+RM_DRAW_EDITOR_VIEW_ID)||A
}for(movie in richContentMicrophoneMoviesToSave){A=SaveMovieIfNeeded(richContentMicrophoneMoviesToSave[movie],RM_DIV_ID+RM_MICROPHONE_EDITOR_VIEW_ID)||A
}for(movie in richContentWebcamMoviesToSave){A=SaveMovieIfNeeded(richContentWebcamMoviesToSave[movie],RM_DIV_ID+RM_WEBCAM_EDITOR_VIEW_ID)||A
}return !A}function displayModalContent(E){var D=document.getElementById("ModalContentMainBackgroundBlock");
var F=document.getElementById("ModalContentContainer");var C=document.getElementById("chkModalContentActive");
if(D!=null&&F!=null&&C!=null){if(E){var B=document.body.offsetHeight;var A=document.body.offsetWidth;
D.style.display="block";D.style.height=B+"px";D.style.width=A+"px";D.style.opacity="0.5";D.style.filter="alpha(opacity="+50+")";
F.style.display="block";C.checked=true;window.scrollTo(0,0)}else{D.style.display="none";F.style.display="none";
C.checked=false}}}function CheckAutoSessionRefresh(){try{if(_registerForSessionRefresh==true){var C=document.createElement("Iframe");
C.src="/_layouts/RM.ApplicationPages/AutoSessionRefresher.aspx";C.frameBorder="no";C.width=0;C.height=0;
var A=document.getElementById("SessionRefresher");A.appendChild(C)}}catch(B){}}function applyMAMChange(K,G,B,J,I,L,E,C,F){var A=document.getElementById(K);
var D=G.getElementsByTagName("span");if(A!=null&&G!=null){var H=A.className==B;if(H){SetNamedCookie("WSS_AccessibilityFeature",false,"/",F,null);
enableHeaderLink(E,false,false);enableHeaderLink(C,false,true);A.className=J;G.title=I;D[0].innerHTML=I
}else{SetNamedCookie("WSS_AccessibilityFeature",true,"/",F,null);enableHeaderLink(E,true,false);enableHeaderLink(C,true,true);
G.title=L;A.className=B;D[0].innerHTML=L}}}function enableHeaderLink(C,A,B){if(!B||(navigator.appName=="Microsoft Internet Explorer")){link=document.getElementById(C);
link.disabled=!A}}var ODD_ROW_CSS_CLASS="rm-datagrid_item";var EVEN_ROW_CSS_CLASS="rm-datagrid_alternating";
var SELECTED_ROW_CSS_CLASS="rm-datagrid_selectedRow";function selectGridRow(F,C,B){var D=document.getElementById(C);
if(D!=null){var A=D.rows;if(A!=null&&A.length>0){for(i=1;i<A.length;i++){var E=A[i].cells[0].getElementsByTagName("input")[0].id==F.id;
if(B){if(E){A[i].className=getPrimaryRowCssClass(i)+" "+SELECTED_ROW_CSS_CLASS}else{A[i].className=getPrimaryRowCssClass(i);
A[i].cells[0].getElementsByTagName("input")[0].checked=false}}else{if(E){A[i].className=getPrimaryRowCssClass(i)
}}}}}}function getPrimaryRowCssClass(A){if(A%2==0){return EVEN_ROW_CSS_CLASS}else{return ODD_ROW_CSS_CLASS
}}function enableGridButton(C,A){var B=document.getElementById(C);if(B!=null){B.disabled=!A}}var ENABLE_TOAST_MESSAGES_COOKIE="EnableToastMessages";
var messageCentreWindow=null;function onShowToastMessage(){var A=document.getElementById("toastFlashMovieContainer");
if(A){A.className="rm-toastFlashMovieContainer-visible"}}function onHideToastMessage(){var A=document.getElementById("toastFlashMovieContainer");
if(A){A.className="rm-toastFlashMovieContainer-hidden"}}function openMessageCentre(A){if(!A){SetNamedCookie(ENABLE_TOAST_MESSAGES_COOKIE,"true","/");
var B="";if(A){B="?ConversationId="+A}if(!messageCentreWindow||messageCentreWindow.closed){messageCentreWindow=window.open("/_layouts/RM.ApplicationPages/MessageCentre.aspx"+B,"MessageCentre","height=420,width=370,resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no")
}else{messageCentreWindow.focus()}loadToastMovie()}}function onMessageCentreClose(){SetNamedCookie(ENABLE_TOAST_MESSAGES_COOKIE,"false","/")
}function onMessageCentreResize(){var A;var B;if(window.innerWidth){A=window.innerWidth;B=window.innerHeight
}else{if(document.documentElement&&document.documentElement.clientWidth&&document.documentElement.clientWidth!=0){A=document.documentElement.clientWidth;
B=document.documentElement.clientHeight}else{A=document.getElementsByTagName("body")[0].clientWidth;B=document.getElementsByTagName("body")[0].clientHeight
}}var C=document.getElementById("PageContentWrapperCntrl");C.style.width=A+"px";C.style.height=B+"px"
}function loadToastMovie(){var A=GetCookieData(ENABLE_TOAST_MESSAGES_COOKIE);if(A=="true"){load_toastFlashMovie()
}}function expandGroup(B,A){if(isGroupSelected(A)){__doPostBack(B,A)}}function isGroupSelected(A){var B=getSelectList();
return isItemValueFound(B,A,"Group")}function isItemValueFound(C,B,D){if(C){var A=C.item(B).value.split(",");
if(A[0].indexOf(D)>=0){return true}}return false}function isUserSelected(){var B=getSelectList();if(B){for(var A=B.options.length-1;
A>=0;A--){if(B.item(A).selected){isUser=isItemValueFound(B,A,"User");if(isUser){return true}}}}return false
}function isAnItemSelected(A){var C=document.getElementById(A);if(C){for(var B=C.options.length-1;B>=0;
B--){if(C.item(B).selected){return true}}}return false}var spotsMax=10;function DoUpload(A,B,C,D){if(document.getElementById(A).value!=""){if(document.getElementById(C)!=null){document.getElementById(C).innerHTML=""
}UpdateProgressMessage(B,0,D)}}function UpdateProgressMessage(A,C,D){var B=A;if(C>0){B+="("+C+")";for(i=0;
i<(C%spotsMax);i++){B+=" . "}}document.getElementById(D).innerHTML=B;C++;setTimeout("UpdateProgressMessage('"+A+"',"+C+",'"+D+"' )",1000)
}