if (typeof window.$ === 'undefined') {/*!
 * jQuery JavaScript Library v1.4b1pre
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://docs.jquery.com/License
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Thu Jan 7 14:26:06 2010 -0500
 */
(function(z,w){function la(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(la,1);return}c.ready()}}function Ia(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function Z(a,b,d,e,g,i){var k=a.length;if(typeof b==="object"){for(var o in b)Z(a,o,b[o],e,g,d);return a}if(d!==w){e=e&&c.isFunction(d);for(o=0;o<k;o++)g(a[o],b,e?d.call(a[o],o,g(a[o],b)):d,i);return a}return k?
g(a[0],b):null}function M(){return(new Date).getTime()}function $(){return false}function aa(){return true}function ma(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function na(a){var b=true,d=[],e=[],g=arguments,i,k,o,p,n,u=c.extend({},c.data(this,"events").live);for(p in u){k=u[p];if(k.live===a.type||k.altLive&&c.inArray(a.type,k.altLive)>-1){i=k.data;i.beforeFilter&&i.beforeFilter[a.type]&&!i.beforeFilter[a.type](a)||e.push(k.selector)}else delete u[p]}i=c(a.target).closest(e,a.currentTarget);
n=0;for(l=i.length;n<l;n++)for(p in u){k=u[p];o=i[n].elem;e=null;if(i[n].selector===k.selector){if(k.live==="mouseenter"||k.live==="mouseleave")e=c(a.relatedTarget).closest(k.selector)[0];if(!e||e!==o)d.push({elem:o,fn:k})}}n=0;for(l=d.length;n<l;n++){i=d[n];a.currentTarget=i.elem;a.data=i.fn.data;if(i.fn.apply(i.elem,g)===false){b=false;break}}return b}function oa(a,b){return["live",a,b.replace(/\./g,"`").replace(/ /g,"&")].join(".")}function pa(a,b){var d=0;b.each(function(){if(this.nodeName===
(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),g=c.data(this,e);if(e=e&&e.events){delete g.handle;g.events={};for(var i in e)for(var k in e[i])c.event.add(this,i,e[i][k],e[i][k].data)}}})}function qa(a,b,d){var e,g,i;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&a[0].indexOf("<option")<0){g=true;if(i=c.fragments[a[0]])if(i!==1)e=i}if(!e){b=b&&b[0]?b[0].ownerDocument||b[0]:s;e=b.createDocumentFragment();c.clean(a,b,e,d)}if(g)c.fragments[a[0]]=i?e:1;return{fragment:e,cacheable:g}}function R(a){for(var b=
0,d,e;(d=a[b])!=null;b++)if(!c.noData[d.nodeName.toLowerCase()]&&(e=d[E]))delete c.cache[e]}function I(a,b){var d={};c.each(ra.concat.apply([],ra.slice(0,b)),function(){d[this]=a});return d}function sa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ja=z.jQuery,Ka=z.$,s=z.document,S,La=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ma=/^.[^:#\[\.,]*$/,Na=/\S/,Oa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Pa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,
N=navigator.userAgent,ta=false,O=[],J,ba=Object.prototype.toString,ca=Object.prototype.hasOwnProperty,da=Array.prototype.push,P=Array.prototype.slice,T=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,e;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(typeof a==="string")if((d=La.exec(a))&&(d[1]||!b))if(d[1]){e=b?b.ownerDocument||b:s;if(a=Pa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[e.createElement(a[1])];
else{a=qa([d[1]],[e]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return S.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a)}else return!b||b.jquery?(b||S).find(a):c(b).find(a);else if(c.isFunction(a))return S.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.isArray(a)?this.setArray(a):
c.makeArray(a,this)},selector:"",jquery:"1.4b1pre",length:0,size:function(){return this.length},toArray:function(){return P.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){a=c(a||null);a.prevObject=this;a.context=this.context;if(b==="find")a.selector=this.selector+(this.selector?" ":"")+d;else if(b)a.selector=this.selector+"."+b+"("+d+")";return a},setArray:function(a){this.length=0;da.apply(this,a);return this},each:function(a,b){return c.each(this,
a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else O&&O.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(P.apply(this,arguments),"slice",P.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:da,sort:[].sort,splice:[].splice};
c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,e=false,g,i,k,o;if(typeof a==="boolean"){e=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((g=arguments[b])!=null)for(i in g){k=a[i];o=g[i];if(a!==o)if(e&&o&&(c.isPlainObject(o)||c.isArray(o))){k=k&&(c.isPlainObject(k)||c.isArray(k))?k:c.isArray(o)?[]:{};a[i]=c.extend(e,k,o)}else if(o!==w)a[i]=o}return a};c.extend({noConflict:function(a){z.$=
Ka;if(a)z.jQuery=Ja;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(O){for(var a,b=0;a=O[b++];)a.call(s,c);O=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!ta){ta=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",J,false);z.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",J);z.attachEvent("onload",
c.ready);var a=false;try{a=z.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&la()}}},isFunction:function(a){return ba.call(a)==="[object Function]"},isArray:function(a){return ba.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||ba.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!ca.call(a,"constructor")&&!ca.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===w||ca.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;
return true},noop:function(){},globalEval:function(a){if(a&&Na.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var e,g=0,i=a.length,k=i===w||c.isFunction(a);if(d)if(k)for(e in a){if(b.apply(a[e],d)===
false)break}else for(;g<i;){if(b.apply(a[g++],d)===false)break}else if(k)for(e in a){if(b.call(a[e],e,a[e])===false)break}else for(d=a[0];g<i&&b.call(d,g,d)!==false;d=a[++g]);return a},trim:function(a){return(a||"").replace(Oa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?da.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,e=b.length;d<e;d++)if(b[d]===a)return d;
return-1},merge:function(a,b){var d=a.length,e=0;if(typeof b.length==="number")for(var g=b.length;e<g;e++)a[d++]=b[e];else for(;b[e]!==w;)a[d++]=b[e++];a.length=d;return a},grep:function(a,b,d){for(var e=[],g=0,i=a.length;g<i;g++)!d!==!b(a[g],g)&&e.push(a[g]);return e},map:function(a,b,d){for(var e=[],g,i=0,k=a.length;i<k;i++){g=b(a[i],i,d);if(g!=null)e[e.length]=g}return e.concat.apply([],e)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&!c.isFunction(b)){d=
b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){var b={browser:""};a=a.toLowerCase();if(/webkit/.test(a))b={browser:"webkit",version:/webkit[\/ ]([\w.]+)/};else if(/opera/.test(a))b={browser:"opera",version:/opera[\/ ]([\w.]+)/};else if(/msie/.test(a))b={browser:"msie",version:/msie ([\w.]+)/};else if(/mozilla/.test(a)&&!/compatible/.test(a))b={browser:"mozilla",version:/rv:([\w.]+)/};b.version=(b.version&&b.version.exec(a)||
[0,"0"])[1];return b},browser:{}});N=c.uaMatch(N);if(N.browser){c.browser[N.browser]=true;c.browser.version=N.version}if(c.browser.webkit)c.browser.safari=true;if(T)c.inArray=function(a,b){return T.call(b,a)};S=c(s);if(s.addEventListener)J=function(){s.removeEventListener("DOMContentLoaded",J,false);c.ready()};else if(s.attachEvent)J=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",J);c.ready()}};if(T)c.inArray=function(a,b){return T.call(b,a)};(function(){c.support={};
var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),e="script"+M();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var g=d.getElementsByTagName("*"),i=d.getElementsByTagName("a")[0];if(!(!g||!g.length||!i)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(i.getAttribute("style")),
hrefNormalized:i.getAttribute("href")==="/a",opacity:/^0.55$/.test(i.style.opacity),cssFloat:!!i.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+e+"=1;"))}catch(k){}a.insertBefore(b,a.firstChild);if(z[e]){c.support.scriptEval=true;delete z[e]}a.removeChild(b);if(d.attachEvent&&
d.fireEvent){d.attachEvent("onclick",function o(){c.support.noCloneEvent=false;d.detachEvent("onclick",o)});d.cloneNode(true).fireEvent("onclick")}c(function(){var o=s.createElement("div");o.style.width=o.style.paddingLeft="1px";s.body.appendChild(o);c.boxModel=c.support.boxModel=o.offsetWidth===2;s.body.removeChild(o).style.display="none"});a=function(o){var p=s.createElement("div");o="on"+o;var n=o in p;if(!n){p.setAttribute(o,"return;");n=typeof p[o]==="function"}return n};c.support.submitBubbles=
a("submit");c.support.changeBubbles=a("change");a=b=d=g=i=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var e=c.data(a,b);if(!d)return e||[];if(!e||c.isArray(d))e=c.data(a,b,c.makeArray(d));else e.push(d);return e}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),
e=d.shift();if(e==="inprogress")e=d.shift();if(e){b==="fx"&&d.unshift("inprogress");e.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,
b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Qa=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==z&&!a.frameElement)a=z;if(!d.guid)d.guid=c.guid++;if(e!==w){d=c.proxy(d);d.data=e}var g=c.data(a,"events")||c.data(a,"events",{}),i=c.data(a,"handle"),k;if(!i){k=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(k.elem,arguments):w};
i=c.data(a,"handle",k)}i.elem=a;b=b.split(/\s+/);for(var o,p=0;o=b[p++];){var n=o.split(".");o=n.shift();d.type=n.slice(0).sort().join(".");var u=g[o],y=this.special[o]||{};if(!u){u=g[o]={};if(!y.setup||y.setup.call(a,e,n,d)===false)if(a.addEventListener)a.addEventListener(o,i,false);else a.attachEvent&&a.attachEvent("on"+o,i)}if(y.add)if((n=y.add.call(a,d,e,n,u))&&c.isFunction(n)){n.guid=n.guid||d.guid;d=n}u[d.guid]=d;this.global[o]=true}a=null}},global:{},remove:function(a,b,d){if(!(a.nodeType===
3||a.nodeType===8)){var e=c.data(a,"events"),g,i,k;if(e){if(b===w||typeof b==="string"&&b.charAt(0)===".")for(i in e)this.remove(a,i+(b||""));else{if(b.type){d=b.handler;b=b.type}b=b.split(/\s+/);for(var o=0;i=b[o++];){var p=i.split(".");i=p.shift();var n=!p.length,u=c.map(p.slice(0).sort(),Qa);u=new RegExp("(^|\\.)"+u.join("\\.(?:.*\\.)?")+"(\\.|$)");var y=this.special[i]||{};if(e[i]){if(d){k=e[i][d.guid];delete e[i][d.guid]}else for(var A in e[i])if(n||u.test(e[i][A].type))delete e[i][A];y.remove&&
y.remove.call(a,p,k);for(g in e[i])break;if(!g){if(!y.teardown||y.teardown.call(a,p)===false)if(a.removeEventListener)a.removeEventListener(i,c.data(a,"handle"),false);else a.detachEvent&&a.detachEvent("on"+i,c.data(a,"handle"));g=null;delete e[i]}}}}for(g in e)break;if(!g){if(A=c.data(a,"handle"))A.elem=null;c.removeData(a,"events");c.removeData(a,"handle")}}}},trigger:function(a,b,d,e){var g=a.type||a;if(!e){a=typeof a==="object"?a[E]?a:c.extend(c.Event(g),a):c.Event(g);if(g.indexOf("!")>=0){a.type=
g=g.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();this.global[g]&&c.each(c.cache,function(){this.events&&this.events[g]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;var i=c.data(d,"handle");i&&i.apply(d,b);var k,o;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()])){k=d[g];o=d["on"+g]}}catch(p){}i=c.nodeName(d,"a")&&g==="click";if(!e&&k&&!a.isDefaultPrevented()&&!i){this.triggered=
true;try{d[g]()}catch(n){}}else if(o&&d["on"+g].apply(d,b)===false)a.result=false;this.triggered=false;if(!a.isPropagationStopped())(d=d.parentNode||d.ownerDocument)&&c.event.trigger(a,b,d,true)},handle:function(a){var b,d;a=arguments[0]=c.event.fix(a||z.event);a.currentTarget=this;d=a.type.split(".");a.type=d.shift();b=!d.length&&!a.exclusive;var e=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");d=(c.data(this,"events")||{})[a.type];for(var g in d){var i=d[g];if(b||e.test(i.type)){a.handler=
i;a.data=i.data;i=i.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
fix:function(a){if(a[E])return a;var b=a;a=c.Event(b);for(var d=this.props.length,e;d;){e=this.props[--d];a[e]=b[e]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a,b){c.extend(a,b||{});a.guid+=b.selector+b.live;c.event.add(this,b.live,na,b)},remove:function(a){if(a.length){var b=0,d=new RegExp("(^|\\.)"+
a[0]+"(\\.|$)");c.each(c.data(this,"events").live||{},function(){d.test(this.type)&&b++});b<1&&c.event.remove(this,a[0],na)}},special:{}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=M();this[E]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=
aa;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=aa;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=aa;this.stopPropagation()},isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$};var ua=function(a){for(var b=a.relatedTarget;b&&b!==this;)try{b=b.parentNode}catch(d){break}if(b!==
this){a.type=a.data;c.event.handle.apply(this,arguments)}},va=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?va:ua,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?va:ua)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(a,b,d){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit."+d.guid,
function(e){var g=e.target,i=g.type;if((i==="submit"||i==="image")&&c(g).closest("form").length)return ma("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit."+d.guid,function(e){var g=e.target,i=g.type;if((i==="text"||i==="password")&&c(g).closest("form").length&&e.keyCode===13)return ma("submit",this,arguments)})}},remove:function(a,b){c.event.remove(this,"click.specialSubmit"+(b?"."+b.guid:""));c.event.remove(this,"keypress.specialSubmit"+(b?"."+b.guid:""))}};if(!c.support.changeBubbles){var ea=
/textarea|input|select/i;function wa(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d}function fa(a,b){var d=a.target,e,g;if(!(!ea.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");g=wa(d);if(g!==e){if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",g);if(d.type!=="select"&&(e!=
null||g)){a.type="change";return c.event.trigger(a,b,this)}}}}c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;a.nodeName.toLowerCase()===
"input"&&a.type==="radio"&&c.data(a,"_change_data",wa(a))}},setup:function(a,b,d){for(var e in U)c.event.add(this,e+".specialChange."+d.guid,U[e]);return ea.test(this.nodeName)},remove:function(a,b){for(var d in U)c.event.remove(this,d+".specialChange"+(b?"."+b.guid:""),U[d]);return ea.test(this.nodeName)}};var U=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.handle.call(this,e)}c.event.special[b]=
{setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,g){if(typeof d==="object"){for(var i in d)this[b](i,e,d[i],g);return this}if(c.isFunction(e)){thisObject=g;g=e;e=w}var k=b==="one"?c.proxy(g,function(o){c(this).unbind(o,k);return g.apply(this,arguments)}):g;d==="unload"&&b!=="one"?this.one(d,e,g,thisObject):(!this.selector&&!this.context?c(s):this).each(function(){c.event.add(this,
d,k,e)});return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault){for(var d in a)this.unbind(d,a[d]);return this}(!this.selector&&!this.context?c(s):this).each(function(){c.event.remove(this,a,b)});return this},trigger:function(a,b){(!this.selector&&!this.context?c(s):this).each(function(){c.event.trigger(a,b,this)});return this},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(e){var g=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,g+1);e.preventDefault();return b[g].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},live:function(a,b,d){if(c.isFunction(b)){d=b;b=w}c(this.context).bind(oa(a,this.selector),{data:b,selector:this.selector,live:a},d);return this},die:function(a,b){c(this.context).unbind(oa(a,
this.selector),b?{guid:b.guid+this.selector+a}:null);return this}});c.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(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.fnAttr)c.fnAttr[b]=true});z.attachEvent&&!z.addEventListener&&z.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});
var E="jQuery"+M(),Ra=0,xa={},Sa={};c.extend({cache:{},expando:E,noData:{embed:true,object:true,applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==z?xa:a;var e=a[E],g=c.cache;if(!b&&!e)return null;e||(e=++Ra);if(typeof b==="object"){a[E]=e;g=g[e]=c.extend(true,{},b)}else g=g[e]?g[e]:typeof d==="undefined"?Sa:(g[e]={});if(d!==w){a[E]=e;g[b]=d}return typeof b==="string"?g[b]:g}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=
a==z?xa:a;var d=a[E],e=c.cache,g=e[d];if(b){if(g){delete g[b];c.isEmptyObject(g)&&c.removeData(a)}}else{try{delete a[E]}catch(i){a.removeAttribute&&a.removeAttribute(E)}delete e[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var e=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(e===w&&this.length)e=c.data(this[0],a);return e===
w&&d[1]?this.data(d[0]):e}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});(function(){function a(f){for(var h="",j,m=0;f[m];m++){j=f[m];if(j.nodeType===3||j.nodeType===4)h+=j.nodeValue;else if(j.nodeType!==8)h+=a(j.childNodes)}return h}function b(f,h,j,m,r,q){r=0;for(var v=m.length;r<v;r++){var t=m[r];if(t){t=t[f];for(var x=false;t;){if(t.sizcache===j){x=m[t.sizset];break}if(t.nodeType===
1&&!q){t.sizcache=j;t.sizset=r}if(t.nodeName.toLowerCase()===h){x=t;break}t=t[f]}m[r]=x}}}function d(f,h,j,m,r,q){r=0;for(var v=m.length;r<v;r++){var t=m[r];if(t){t=t[f];for(var x=false;t;){if(t.sizcache===j){x=m[t.sizset];break}if(t.nodeType===1){if(!q){t.sizcache=j;t.sizset=r}if(typeof h!=="string"){if(t===h){x=true;break}}else if(p.filter(h,[t]).length>0){x=t;break}}t=t[f]}m[r]=x}}}var e=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
g=0,i=Object.prototype.toString,k=false,o=true;[0,0].sort(function(){o=false;return 0});var p=function(f,h,j,m){j=j||[];var r=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!f||typeof f!=="string")return j;for(var q=[],v,t,x,Q,F=true,K=V(h),G=f;(e.exec(""),v=e.exec(G))!==null;){G=v[3];q.push(v[1]);if(v[2]){Q=v[3];break}}if(q.length>1&&u.exec(f))if(q.length===2&&n.relative[q[0]])t=ya(q[0]+q[1],h);else for(t=n.relative[q[0]]?[h]:p(q.shift(),h);q.length;){f=q.shift();if(n.relative[f])f+=q.shift();
t=ya(f,t)}else{if(!m&&q.length>1&&h.nodeType===9&&!K&&n.match.ID.test(q[0])&&!n.match.ID.test(q[q.length-1])){v=p.find(q.shift(),h,K);h=v.expr?p.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:q.pop(),set:A(m)}:p.find(q.pop(),q.length===1&&(q[0]==="~"||q[0]==="+")&&h.parentNode?h.parentNode:h,K);t=v.expr?p.filter(v.expr,v.set):v.set;if(q.length>0)x=A(t);else F=false;for(;q.length;){var B=q.pop();v=B;if(n.relative[B])v=q.pop();else B="";if(v==null)v=h;n.relative[B](x,v,K)}}else x=[]}x||(x=t);x||p.error(B||
f);if(i.call(x)==="[object Array]")if(F)if(h&&h.nodeType===1)for(f=0;x[f]!=null;f++){if(x[f]&&(x[f]===true||x[f].nodeType===1&&H(h,x[f])))j.push(t[f])}else for(f=0;x[f]!=null;f++)x[f]&&x[f].nodeType===1&&j.push(t[f]);else j.push.apply(j,x);else A(x,j);if(Q){p(Q,r,j,m);p.uniqueSort(j)}return j};p.uniqueSort=function(f){if(D){k=o;f.sort(D);if(k)for(var h=1;h<f.length;h++)f[h]===f[h-1]&&f.splice(h--,1)}return f};p.matches=function(f,h){return p(f,null,null,h)};p.find=function(f,h,j){var m,r;if(!f)return[];
for(var q=0,v=n.order.length;q<v;q++){var t=n.order[q];if(r=n.leftMatch[t].exec(f)){var x=r[1];r.splice(1,1);if(x.substr(x.length-1)!=="\\"){r[1]=(r[1]||"").replace(/\\/g,"");m=n.find[t](r,h,j);if(m!=null){f=f.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:f}};p.filter=function(f,h,j,m){for(var r=f,q=[],v=h,t,x,Q=h&&h[0]&&V(h[0]);f&&h.length;){for(var F in n.filter)if((t=n.leftMatch[F].exec(f))!=null&&t[2]){var K=n.filter[F],G,B;B=t[1];x=false;t.splice(1,1);if(B.substr(B.length-
1)!=="\\"){if(v===q)q=[];if(n.preFilter[F])if(t=n.preFilter[F](t,v,j,q,m,Q)){if(t===true)continue}else x=G=true;if(t)for(var W=0;(B=v[W])!=null;W++)if(B){G=K(B,t,W,v);var za=m^!!G;if(j&&G!=null)if(za)x=true;else v[W]=false;else if(za){q.push(B);x=true}}if(G!==w){j||(v=q);f=f.replace(n.match[F],"");if(!x)return[];break}}}if(f===r)if(x==null)p.error(f);else break;r=f}return v};p.error=function(f){throw"Syntax error, unrecognized expression: "+f;};var n=p.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\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(f){return f.getAttribute("href")}},
relative:{"+":function(f,h){var j=typeof h==="string",m=j&&!/\W/.test(h);j=j&&!m;if(m)h=h.toLowerCase();m=0;for(var r=f.length,q;m<r;m++)if(q=f[m]){for(;(q=q.previousSibling)&&q.nodeType!==1;);f[m]=j||q&&q.nodeName.toLowerCase()===h?q||false:q===h}j&&p.filter(h,f,true)},">":function(f,h){var j=typeof h==="string";if(j&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,r=f.length;m<r;m++){var q=f[m];if(q){j=q.parentNode;f[m]=j.nodeName.toLowerCase()===h?j:false}}}else{m=0;for(r=f.length;m<r;m++)if(q=f[m])f[m]=
j?q.parentNode:q.parentNode===h;j&&p.filter(h,f,true)}},"":function(f,h,j){var m=g++,r=d;if(typeof h==="string"&&!/\W/.test(h)){var q=h=h.toLowerCase();r=b}r("parentNode",h,m,f,q,j)},"~":function(f,h,j){var m=g++,r=d;if(typeof h==="string"&&!/\W/.test(h)){var q=h=h.toLowerCase();r=b}r("previousSibling",h,m,f,q,j)}},find:{ID:function(f,h,j){if(typeof h.getElementById!=="undefined"&&!j)return(f=h.getElementById(f[1]))?[f]:[]},NAME:function(f,h){if(typeof h.getElementsByName!=="undefined"){var j=[];
h=h.getElementsByName(f[1]);for(var m=0,r=h.length;m<r;m++)h[m].getAttribute("name")===f[1]&&j.push(h[m]);return j.length===0?null:j}},TAG:function(f,h){return h.getElementsByTagName(f[1])}},preFilter:{CLASS:function(f,h,j,m,r,q){f=" "+f[1].replace(/\\/g,"")+" ";if(q)return f;q=0;for(var v;(v=h[q])!=null;q++)if(v)if(r^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(f)>=0))j||m.push(v);else if(j)h[q]=false;return false},ID:function(f){return f[1].replace(/\\/g,"")},TAG:function(f){return f[1].toLowerCase()},
CHILD:function(f){if(f[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(f[2]==="even"&&"2n"||f[2]==="odd"&&"2n+1"||!/\D/.test(f[2])&&"0n+"+f[2]||f[2]);f[2]=h[1]+(h[2]||1)-0;f[3]=h[3]-0}f[0]=g++;return f},ATTR:function(f,h,j,m,r,q){h=f[1].replace(/\\/g,"");if(!q&&n.attrMap[h])f[1]=n.attrMap[h];if(f[2]==="~=")f[4]=" "+f[4]+" ";return f},PSEUDO:function(f,h,j,m,r){if(f[1]==="not")if((e.exec(f[3])||"").length>1||/^\w/.test(f[3]))f[3]=p(f[3],null,null,h);else{f=p.filter(f[3],h,j,true^r);j||m.push.apply(m,
f);return false}else if(n.match.POS.test(f[0])||n.match.CHILD.test(f[0]))return true;return f},POS:function(f){f.unshift(true);return f}},filters:{enabled:function(f){return f.disabled===false&&f.type!=="hidden"},disabled:function(f){return f.disabled===true},checked:function(f){return f.checked===true},selected:function(f){return f.selected===true},parent:function(f){return!!f.firstChild},empty:function(f){return!f.firstChild},has:function(f,h,j){return!!p(j[3],f).length},header:function(f){return/h\d/i.test(f.nodeName)},
text:function(f){return"text"===f.type},radio:function(f){return"radio"===f.type},checkbox:function(f){return"checkbox"===f.type},file:function(f){return"file"===f.type},password:function(f){return"password"===f.type},submit:function(f){return"submit"===f.type},image:function(f){return"image"===f.type},reset:function(f){return"reset"===f.type},button:function(f){return"button"===f.type||f.nodeName.toLowerCase()==="button"},input:function(f){return/input|select|textarea|button/i.test(f.nodeName)}},
setFilters:{first:function(f,h){return h===0},last:function(f,h,j,m){return h===m.length-1},even:function(f,h){return h%2===0},odd:function(f,h){return h%2===1},lt:function(f,h,j){return h<j[3]-0},gt:function(f,h,j){return h>j[3]-0},nth:function(f,h,j){return j[3]-0===h},eq:function(f,h,j){return j[3]-0===h}},filter:{PSEUDO:function(f,h,j,m){var r=h[1],q=n.filters[r];if(q)return q(f,j,h,m);else if(r==="contains")return(f.textContent||f.innerText||a([f])||"").indexOf(h[3])>=0;else if(r==="not"){h=
h[3];j=0;for(m=h.length;j<m;j++)if(h[j]===f)return false;return true}else p.error("Syntax error, unrecognized expression: "+r)},CHILD:function(f,h){var j=h[1],m=f;switch(j){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(j==="first")return true;m=f;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":j=h[2];var r=h[3];if(j===1&&r===0)return true;h=h[0];var q=f.parentNode;if(q&&(q.sizcache!==h||!f.nodeIndex)){var v=0;for(m=q.firstChild;m;m=
m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;q.sizcache=h}f=f.nodeIndex-r;return j===0?f===0:f%j===0&&f/j>=0}},ID:function(f,h){return f.nodeType===1&&f.getAttribute("id")===h},TAG:function(f,h){return h==="*"&&f.nodeType===1||f.nodeName.toLowerCase()===h},CLASS:function(f,h){return(" "+(f.className||f.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(f,h){var j=h[1];f=n.attrHandle[j]?n.attrHandle[j](f):f[j]!=null?f[j]:f.getAttribute(j);j=f+"";var m=h[2];h=h[4];return f==null?m==="!=":m===
"="?j===h:m==="*="?j.indexOf(h)>=0:m==="~="?(" "+j+" ").indexOf(h)>=0:!h?j&&f!==false:m==="!="?j!==h:m==="^="?j.indexOf(h)===0:m==="$="?j.substr(j.length-h.length)===h:m==="|="?j===h||j.substr(0,h.length+1)===h+"-":false},POS:function(f,h,j,m){var r=n.setFilters[h[2]];if(r)return r(f,j,h,m)}}},u=n.match.POS;for(var y in n.match){n.match[y]=new RegExp(n.match[y].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[y]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[y].source.replace(/\\(\d+)/g,function(f,
h){return"\\"+(h-0+1)}))}var A=function(f,h){f=Array.prototype.slice.call(f,0);if(h){h.push.apply(h,f);return h}return f};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(L){A=function(f,h){h=h||[];if(i.call(f)==="[object Array]")Array.prototype.push.apply(h,f);else if(typeof f.length==="number")for(var j=0,m=f.length;j<m;j++)h.push(f[j]);else for(j=0;f[j];j++)h.push(f[j]);return h}}var D;if(s.documentElement.compareDocumentPosition)D=function(f,h){if(!f.compareDocumentPosition||
!h.compareDocumentPosition){if(f==h)k=true;return f.compareDocumentPosition?-1:1}f=f.compareDocumentPosition(h)&4?-1:f===h?0:1;if(f===0)k=true;return f};else if("sourceIndex"in s.documentElement)D=function(f,h){if(!f.sourceIndex||!h.sourceIndex){if(f==h)k=true;return f.sourceIndex?-1:1}f=f.sourceIndex-h.sourceIndex;if(f===0)k=true;return f};else if(s.createRange)D=function(f,h){if(!f.ownerDocument||!h.ownerDocument){if(f==h)k=true;return f.ownerDocument?-1:1}var j=f.ownerDocument.createRange(),m=
h.ownerDocument.createRange();j.setStart(f,0);j.setEnd(f,0);m.setStart(h,0);m.setEnd(h,0);f=j.compareBoundaryPoints(Range.START_TO_END,m);if(f===0)k=true;return f};(function(){var f=s.createElement("div"),h="script"+(new Date).getTime();f.innerHTML="<a name='"+h+"'/>";var j=s.documentElement;j.insertBefore(f,j.firstChild);if(s.getElementById(h)){n.find.ID=function(m,r,q){if(typeof r.getElementById!=="undefined"&&!q)return(r=r.getElementById(m[1]))?r.id===m[1]||typeof r.getAttributeNode!=="undefined"&&
r.getAttributeNode("id").nodeValue===m[1]?[r]:w:[]};n.filter.ID=function(m,r){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===r}}j.removeChild(f);j=f=null})();(function(){var f=s.createElement("div");f.appendChild(s.createComment(""));if(f.getElementsByTagName("*").length>0)n.find.TAG=function(h,j){j=j.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;j[m];m++)j[m].nodeType===1&&h.push(j[m]);j=h}return j};f.innerHTML="<a href='#'></a>";
if(f.firstChild&&typeof f.firstChild.getAttribute!=="undefined"&&f.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};f=null})();s.querySelectorAll&&function(){var f=p,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){p=function(m,r,q,v){r=r||s;if(!v&&r.nodeType===9&&!V(r))try{return A(r.querySelectorAll(m),q)}catch(t){}return f(m,r,q,v)};for(var j in f)p[j]=f[j];h=null}}();
(function(){var f=s.createElement("div");f.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!f.getElementsByClassName||f.getElementsByClassName("e").length===0)){f.lastChild.className="e";if(f.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,j,m){if(typeof j.getElementsByClassName!=="undefined"&&!m)return j.getElementsByClassName(h[1])};f=null}}})();var H=s.compareDocumentPosition?function(f,h){return!!(f.compareDocumentPosition(h)&16)}:
function(f,h){return f!==h&&(f.contains?f.contains(h):true)},V=function(f){return(f=(f?f.ownerDocument||f:0).documentElement)?f.nodeName!=="HTML":false},ya=function(f,h){var j=[],m="",r;for(h=h.nodeType?[h]:h;r=n.match.PSEUDO.exec(f);){m+=r[0];f=f.replace(n.match.PSEUDO,"")}f=n.relative[f]?f+"*":f;r=0;for(var q=h.length;r<q;r++)p(f,h[r],j);return p.filter(m,j)};c.find=p;c.expr=p.selectors;c.expr[":"]=c.expr.filters;c.unique=p.uniqueSort;c.getText=a;c.isXMLDoc=V;c.contains=H})();var Ta=/Until$/,Ua=
/^(?:parents|prevUntil|prevAll)/,Va=/,/;P=Array.prototype.slice;var Aa=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(g,i){return!!b.call(g,i,g)===d});else if(b.nodeType)return c.grep(a,function(g){return g===b===d});else if(typeof b==="string"){var e=c.grep(a,function(g){return g.nodeType===1});if(Ma.test(b))return c.filter(b,e,!d);else b=c.filter(b,a)}return c.grep(a,function(g){return c.inArray(g,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,
e=0,g=this.length;e<g;e++){d=b.length;c.find(a,this[e],b);if(e>0)for(var i=d;i<b.length;i++)for(var k=0;k<d;k++)if(b[k]===b[i]){b.splice(i--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,e=b.length;d<e;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Aa(this,a,false),"not",a)},filter:function(a){return this.pushStack(Aa(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=
[],e=this[0],g,i={},k;if(e&&a.length){g=0;for(var o=a.length;g<o;g++){k=a[g];i[k]||(i[k]=c.expr.match.POS.test(k)?c(k,b||this.context):k)}for(;e&&e.ownerDocument&&e!==b;){for(k in i){g=i[k];if(g.jquery?g.index(e)>-1:c(e).is(g)){d.push({selector:k,elem:e});delete i[k]}}e=e.parentNode}}return d}var p=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,u){for(;u&&u.ownerDocument&&u!==b;){if(p?p.index(u)>-1:c(u).is(a))return u;u=u.parentNode}return null})},index:function(a){if(!a||
typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(a[0]&&(a[0].setInterval||a[0].nodeType===9||a[0].parentNode&&a[0].parentNode.nodeType!==11)?c.unique(b):b)},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,
"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},
contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,e){var g=c.map(this,b,d);Ta.test(a)||(e=d);if(e&&typeof e==="string")g=c.filter(e,g);g=this.length>1?c.unique(g):g;if((this.length>1||Va.test(e))&&Ua.test(a))g=g.reverse();return this.pushStack(g,a,P.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=
a[b];a&&a.nodeType!==9&&(d===w||!c(a).is(d));){a.nodeType===1&&e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ba=/[\n\t]/g,ga=/\s+/,Wa=/\r/g,Xa=/href|src|style/,Ya=/(button|input)/i,Za=/(button|input|object|select|textarea)/i,$a=/^(a|area)$/i,Ca=/radio|checkbox/;c.fn.extend({attr:function(a,b){return Z(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,
a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(p){var n=c(this);n.addClass(a.call(this,p,n.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ga),d=0,e=this.length;d<e;d++){var g=this[d];if(g.nodeType===1)if(g.className)for(var i=" "+g.className+" ",k=0,o=b.length;k<o;k++){if(i.indexOf(" "+b[k]+" ")<0)g.className+=" "+b[k]}else g.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(p){var n=
c(this);n.removeClass(a.call(this,p,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ga),d=0,e=this.length;d<e;d++){var g=this[d];if(g.nodeType===1&&g.className)if(a){for(var i=(" "+g.className+" ").replace(Ba," "),k=0,o=b.length;k<o;k++)i=i.replace(" "+b[k]+" "," ");g.className=i.substring(1,i.length-1)}else g.className=""}return this},toggleClass:function(a,b){var d=typeof a,e=typeof b==="boolean";if(c.isFunction(a))return this.each(function(g){var i=c(this);i.toggleClass(a.call(this,
g,i.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var g,i=0,k=c(this),o=b,p=a.split(ga);g=p[i++];){o=e?o:!k.hasClass(g);k[o?"addClass":"removeClass"](g)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Ba," ").indexOf(a)>-1)return true;return false},
val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,e=[],g=b.options;b=b.type==="select-one";if(d<0)return null;var i=b?d:0;for(d=b?d+1:g.length;i<d;i++){var k=g[i];if(k.selected){a=c(k).val();if(b)return a;e.push(a)}}return e}if(Ca.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Wa,"")}return w}var o=c.isFunction(a);
return this.each(function(p){var n=c(this),u=a;if(this.nodeType===1){if(o)u=a.call(this,p,n.val());if(typeof u==="number")u+="";if(c.isArray(u)&&Ca.test(this.type))this.checked=c.inArray(n.val(),u)>=0;else if(c.nodeName(this,"select")){var y=c.makeArray(u);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),y)>=0});if(!y.length)this.selectedIndex=-1}else this.value=u}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,
b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return w;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var g=d!==w;b=e&&c.props[b]||b;if(a.nodeType===1){var i=Xa.test(b);if(b in a&&e&&!i){if(g){if(b==="type"&&Ya.test(a.nodeName)&&a.parentNode)throw"type property can't be changed";a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:Za.test(a.nodeName)||$a.test(a.nodeName)&&
a.href?0:w;return a[b]}if(!c.support.style&&e&&b==="style"){if(g)a.style.cssText=""+d;return a.style.cssText}g&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&e&&i?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var Da=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,ab=/(<([\w:]+)[^>]*?)\/>/g,bb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Ea=/<([\w:]+)/,cb=/<tbody/i,db=/<|&\w+;/,eb=function(a,b,d){return bb.test(d)?a:b+"></"+d+">"},C={option:[1,"<select multiple='multiple'>",
"</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};C.optgroup=C.option;C.tbody=C.tfoot=C.colgroup=C.caption=C.thead;C.th=C.td;if(!c.support.htmlSerialize)C._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
c(this);return d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.getText(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
wrapInner:function(a){return this.each(function(){c(this).contents().wrapAll(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},
before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());
return a}},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Da,"").replace(X,"")],e)[0]}else return this.cloneNode(true)});if(a===true){pa(this,b);pa(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Da,""):null;else if(typeof a==="string"&&
!/<script/i.test(a)&&(c.support.leadingWhitespace||!X.test(a))&&!C[(Ea.exec(a)||["",""])[1].toLowerCase()])try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){R(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(e){this.empty().append(a)}else c.isFunction(a)?this.each(function(g){var i=c(this),k=i.html();i.empty().append(function(){return a.call(this,g,k)})}):this.empty().append(a);return this},replaceWith:function(a){return this[0]&&this[0].parentNode?this.each(function(){var b=
this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)}):this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function e(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||u.appendChild(u.ownerDocument.createElement("tbody")):u}var g,i,k=a[0],o=[];if(c.isFunction(k))return this.each(function(u){var y=c(this);a[0]=k.call(this,u,b?y.html():w);return y.domManip(a,b,d)});if(this[0]){g=
a[0]&&a[0].parentNode&&a[0].parentNode.nodeType===11?{fragment:a[0].parentNode}:qa(a,this,o);if(i=g.fragment.firstChild){b=b&&c.nodeName(i,"tr");for(var p=0,n=this.length;p<n;p++)d.call(b?e(this[p],i):this[p],g.cacheable||this.length>1||p>0?g.fragment.cloneNode(true):g.fragment)}o&&c.each(o,Ia)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);for(var g=0,
i=d.length;g<i;g++){var k=(g>0?this.clone(true):this).get();c.fn[b].apply(c(d[g]),k);e=e.concat(k)}return this.pushStack(e,a,d.selector)}});c.each({remove:function(a,b){if(!a||c.filter(a,[this]).length){if(!b&&this.nodeType===1){R(this.getElementsByTagName("*"));R([this])}this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(this.nodeType===1&&R(this.getElementsByTagName("*"));this.firstChild;)this.removeChild(this.firstChild)}},function(a,b){c.fn[a]=function(){return this.each(b,
arguments)}});c.extend({clean:function(a,b,d,e){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;var g=[];c.each(a,function(i,k){if(typeof k==="number")k+="";if(k){if(typeof k==="string"&&!db.test(k))k=b.createTextNode(k);else if(typeof k==="string"){k=k.replace(ab,eb);var o=(Ea.exec(k)||["",""])[1].toLowerCase(),p=C[o]||C._default,n=p[0];i=b.createElement("div");for(i.innerHTML=p[1]+k+p[2];n--;)i=i.lastChild;if(!c.support.tbody){n=cb.test(k);o=o==="table"&&
!n?i.firstChild&&i.firstChild.childNodes:p[1]==="<table>"&&!n?i.childNodes:[];for(p=o.length-1;p>=0;--p)c.nodeName(o[p],"tbody")&&!o[p].childNodes.length&&o[p].parentNode.removeChild(o[p])}!c.support.leadingWhitespace&&X.test(k)&&i.insertBefore(b.createTextNode(X.exec(k)[0]),i.firstChild);k=c.makeArray(i.childNodes)}if(k.nodeType)g.push(k);else g=c.merge(g,k)}});if(d)for(a=0;g[a];a++)if(e&&c.nodeName(g[a],"script")&&(!g[a].type||g[a].type.toLowerCase()==="text/javascript"))e.push(g[a].parentNode?
g[a].parentNode.removeChild(g[a]):g[a]);else{g[a].nodeType===1&&g.splice.apply(g,[a+1,0].concat(c.makeArray(g[a].getElementsByTagName("script"))));d.appendChild(g[a])}return g}});var fb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Fa=/alpha\([^)]*\)/,Ga=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,gb=/([A-Z])/g,hb=/^-?\d+(?:px)?$/i,ib=/^-?\d/,jb={position:"absolute",visibility:"hidden",display:"block"},kb=["Left","Right"],lb=["Top","Bottom"],mb=s.defaultView&&s.defaultView.getComputedStyle,
Ha=c.support.cssFloat?"cssFloat":"styleFloat",ja=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return Z(this,a,b,true,function(d,e,g){if(g===w)return c.curCSS(d,e);if(typeof g==="number"&&!fb.test(e))g+="px";c.style(d,e,g)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var e=a.style||a,g=d!==w;if(!c.support.opacity&&b==="opacity"){if(g){e.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+
")";a=e.filter||c.curCSS(a,"filter")||"";e.filter=Fa.test(a)?a.replace(Fa,b):b}return e.filter&&e.filter.indexOf("opacity=")>=0?parseFloat(Ga.exec(e.filter)[1])/100+"":""}if(ha.test(b))b=Ha;b=b.replace(ia,ja);if(g)e[b]=d;return e[b]},css:function(a,b,d,e){if(b==="width"||b==="height"){var g,i=b==="width"?kb:lb;function k(){g=b==="width"?a.offsetWidth:a.offsetHeight;e!=="border"&&c.each(i,function(){e||(g-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(e==="margin")g+=parseFloat(c.curCSS(a,"margin"+
this,true))||0;else g-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})}a.offsetWidth!==0?k():c.swap(a,jb,k);return Math.max(0,Math.round(g))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var e,g=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){e=Ga.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return e===""?"1":e}if(ha.test(b))b=Ha;if(!d&&g&&g[b])e=g[b];else if(mb){if(ha.test(b))b="float";b=b.replace(gb,"-$1").toLowerCase();g=a.ownerDocument.defaultView;if(!g)return null;
if(a=g.getComputedStyle(a,null))e=a.getPropertyValue(b);if(b==="opacity"&&e==="")e="1"}else if(a.currentStyle){d=b.replace(ia,ja);e=a.currentStyle[b]||a.currentStyle[d];if(!hb.test(e)&&ib.test(e)){b=g.left;var i=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;g.left=d==="fontSize"?"1em":e||0;e=g.pixelLeft+"px";g.left=b;a.runtimeStyle.left=i}}return e},swap:function(a,b,d){var e={};for(var g in b){e[g]=a.style[g];a.style[g]=b[g]}d.call(a);for(g in b)a.style[g]=e[g]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=
function(a){var b=a.offsetWidth,d=a.offsetHeight,e=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!e?true:b>0&&d>0&&!e?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var ka={},nb=/toggle|show|hide/,ob=/^([+-]=)?([\d+-.]+)(.*)$/,Y,ra=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a!=null)return this.animate(I("show",
3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var e;if(ka[d])e=ka[d];else{var g=c("<"+d+" />").appendTo("body");e=g.css("display");if(e==="none")e="block";g.remove();ka[d]=e}c.data(this[a],"olddisplay",e)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a!=null)return this.animate(I("hide",3),a,b);else{a=0;for(b=
this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var e=d?a:c(this).is(":hidden");c(this)[e?"show":"hide"]()}):this.animate(I("toggle",3),a,b);return this},fadeTo:function(a,b,
d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},animate:function(a,b,d,e){var g=c.speed(b,d,e);if(c.isEmptyObject(a))return this.each(g.complete);return this[g.queue===false?"each":"queue"](function(){var i=c.extend({},g),k,o=this.nodeType===1&&c(this).is(":hidden"),p=this;for(k in a){var n=k.replace(ia,ja);if(k!==n){a[n]=a[k];delete a[k];k=n}if(a[k]==="hide"&&o||a[k]==="show"&&!o)return i.complete.call(this);if((k==="height"||k==="width")&&this.style){i.display=
c.css(this,"display");i.overflow=this.style.overflow}if(c.isArray(a[k])){(i.specialEasing=i.specialEasing||{})[k]=a[k][1];a[k]=a[k][0]}}if(i.overflow!=null)this.style.overflow="hidden";i.curAnim=c.extend({},a);c.each(a,function(u,y){var A=new c.fx(p,i,u);if(nb.test(y))A[y==="toggle"?o?"show":"hide":y](a);else{var L=ob.exec(y),D=A.cur(true)||0;if(L){y=parseFloat(L[2]);var H=L[3]||"px";if(H!=="px"){p.style[u]=(y||1)+H;D=(y||1)/A.cur(true)*D;p.style[u]=D+H}if(L[1])y=(L[1]==="-="?-1:1)*y+D;A.custom(D,
y,H)}else A.custom(D,y,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var e=d.length-1;e>=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:I("show",1),slideUp:I("hide",1),slideToggle:I("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,e){return this.animate(b,d,e)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?a:{complete:d||
!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:c.fx.speeds[e.duration]||c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a*Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig=
{}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,
b,d){function e(i){return g.step(i)}this.startTime=M();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var g=this;e.elem=this.elem;if(e()&&c.timers.push(e)&&!Y)Y=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=
true;this.custom(this.cur(),0)},step:function(a){var b=M(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display=
"block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var g in this.options.curAnim)c.style(this.elem,g,this.options.orig[g]);this.options.complete.call(this.elem)}return false}else{g=b-this.startTime;this.state=g/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,g,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;
this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},stop:function(){clearInterval(Y);Y=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=
function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?function(a){var b=this[0];if(!b||!b.ownerDocument)return null;if(a)return this.each(function(g){c.offset.setOffset(this,a,g)});if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),e=b.ownerDocument;b=e.body;e=e.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&e.scrollTop||b.scrollTop)-(e.clientTop||b.clientTop||
0),left:d.left+(self.pageXOffset||c.support.boxModel&&e.scrollLeft||b.scrollLeft)-(e.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(!b||!b.ownerDocument)return null;if(a)return this.each(function(u){c.offset.setOffset(this,a,u)});if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,e=b,g=b.ownerDocument,i,k=g.documentElement,o=g.body;e=(g=g.defaultView)?g.getComputedStyle(b,null):b.currentStyle;for(var p=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&
b!==o&&b!==k;){if(c.offset.supportsFixedPosition&&e.position==="fixed")break;i=g?g.getComputedStyle(b,null):b.currentStyle;p-=b.scrollTop;n-=b.scrollLeft;if(b===d){p+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){p+=parseFloat(i.borderTopWidth)||0;n+=parseFloat(i.borderLeftWidth)||0}e=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&i.overflow!=="visible"){p+=parseFloat(i.borderTopWidth)||
0;n+=parseFloat(i.borderLeftWidth)||0}e=i}if(e.position==="relative"||e.position==="static"){p+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&e.position==="fixed"){p+=Math.max(k.scrollTop,o.scrollTop);n+=Math.max(k.scrollLeft,o.scrollLeft)}return{top:p,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,e,g,i=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});
b.innerHTML="<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>";a.insertBefore(b,a.firstChild);d=b.firstChild;e=d.firstChild;g=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=e.offsetTop!==5;this.doesAddBorderForTableAndCells=g.offsetTop===5;e.style.position=
"fixed";e.style.top="20px";this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15;e.style.position=e.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||
0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var e=c(a),g=e.offset(),i=parseInt(c.curCSS(a,"top",true),10)||0,k=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,d,g);d={top:b.top-g.top+i,left:b.left-g.left+k};"using"in b?b.using.call(a,d):e.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),
e=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;e.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;e.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;
return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var g=this[0],i;if(!g)return null;if(e!==w)return this.each(function(){if(i=sa(this))i.scrollTo(!a?e:c(i).scrollLeft(),a?e:c(i).scrollTop());else this[d]=e});else return(i=sa(g))?"pageXOffset"in i?i[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&i.document.documentElement[d]||i.document.body[d]:g[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],
d,false,"padding"):null};c.fn["outer"+b]=function(e){return this[0]?c.css(this[0],d,false,e?"margin":"border"):null};c.fn[d]=function(e){var g=this[0];if(!g)return e==null?null:this;return"scrollTo"in g&&g.document?g.document.compatMode==="CSS1Compat"&&g.document.documentElement["client"+b]||g.document.body["client"+b]:g.nodeType===9?Math.max(g.documentElement["client"+b],g.body["scroll"+b],g.documentElement["scroll"+b],g.body["offset"+b],g.documentElement["offset"+b]):e===w?c.css(g,d):this.css(d,
typeof e==="string"?e:e+"px")}});z.jQuery=z.$=c})(window);
}
/**
 * @preserve Copyright (C) 2010 Emweb bvba, Kessel-Lo, Belgium.
 *
 * For terms of use, see LICENSE.
 */
;

if (!window.Wt3_3_2)
  window.Wt3_3_2 = new (function()
{
var WT = this;
/** @const */ var UNDEFINED = 'undefined';
/** @const */ var UNKNOWN = 'unknown'; // seen on IE for reasons unknown

this.condCall = function(o, f, a) {
  if (o[f])
    o[f](a);
};

// buttons currently down
this.buttons = 0;

// button last released (for reporting in IE's click event)
var lastButtonUp = 0;

// returns the button associated with the event (0 if none)
this.button = function(e)
{
  try {
    var t = e.type;

    if (WT.isIE && (t == "click" || t == "dblclick"))
      return lastButtonUp; // IE does not provide button information then

    if (t != "mouseup" && t != "mousedown" && t != "click" && t != "dblclick")
      return 0;
  } catch (e) {
    return 0;
  }

  if (!WT.isGecko && 
      typeof e.which !== UNDEFINED && 
      typeof e.which !== UNKNOWN) {
    if (e.which == 3)
      return 4;
    else if (e.which == 2)
      return 2;
    else if (e.which == 1)
      return 1;
    else
      return 0;
  } else if (WT.isIE && 
	     typeof e.which !== UNDEFINED &&
	     typeof e.which !== UNKNOWN) {
    if (e.button == 2)
      return 4;
    else if (e.button == 4)
      return 2;
    else if (e.button == 1)
      return 1;
    else
      return 0;
  } else if (typeof e.which !== UNDEFINED &&
	     typeof e.which !== UNKNOWN) {
    if (e.button == 2)
      return 4;
    else if (e.button == 1)
      return 2;
    else
      return 1;
  } else {
    return 0;
  }
};


this.mouseDown = function(e) {
  WT.buttons |= WT.button(e);
};

this.mouseUp = function(e) {
  lastButtonUp = WT.button(e);
  WT.buttons &= ~lastButtonUp;
};

/**
 * @preserve Includes Array Remove - By John Resig (MIT Licensed)
 */
this.arrayRemove = function(a, from, to) {
  var rest = a.slice((to || from) + 1 || a.length);
  a.length = from < 0 ? a.length + from : from;
  return a.push.apply(a, rest);
};

this.addAll = function(a1, a2) {
  for (var i = 0, il = a2.length; i < il; ++i)
    a1.push(a2[i]);
};

var ie = (function(){
    var undef,
        v = 3,
        div = document.createElement('div'),
        all = div.getElementsByTagName('i');

    while (
        div.innerHTML = '<!--[if gt IE ' + (++v) + ']><i></i><![endif]-->',
        all[0]
    ) {}

    return v > 4 ? v : undef;
}());

var agent = navigator.userAgent.toLowerCase();

this.isIE = ie !== undefined;
this.isIE6 = ie === 6;
this.isIE8 = ie === 8;
this.isIElt9 = ie < 9;
this.isIEMobile = agent.indexOf("msie 4")!=-1 || agent.indexOf("msie 5")!=-1;
this.isOpera = typeof window.opera !== UNDEFINED;
this.isAndroid = (agent.indexOf("safari") != -1)
		  && (agent.indexOf("android") != -1);
this.isWebKit = (agent.indexOf("applewebkit") != -1);
this.isGecko = agent.indexOf("gecko") != -1 && !this.isWebKit;

this.updateDelay = this.isIE ? 10 : 51;

if (this.isAndroid) {
  console.error('init console.error');
  console.info('init console.info');
  console.log('init console.log');
  console.warn('init console.warn');
}

var traceStart = new Date();
this.trace = function(v, start) {
  if (start)
    traceStart = new Date();
  var now = new Date();

  var diff = (now.getMinutes() - traceStart.getMinutes()) * 60000
    + (now.getSeconds() - traceStart.getSeconds()) * 1000
    + (now.getMilliseconds() - traceStart.getMilliseconds());

  if (window.console)
    console.log("[" + diff + "]: " + v);
};

function host(url) {
  var parts = url.split('/');
  return parts[2];
}

this.initAjaxComm = function(url, handler) {
  var crossDomain = 
    (url.indexOf("://") != -1 || url.indexOf("//") == 0) &&
    host(url) != window.location.host;

  function createRequest(method, url) {
    var request = null;
    var supportsRequestHeader = true;
    if (window.XMLHttpRequest) {
      request = new XMLHttpRequest();
      if (crossDomain) {
	if ("withCredentials" in request) {
	  if (url) {
	    request.open(method, url, true);
	    request.withCredentials = "true";
	  }
	} else if (typeof XDomainRequest != "undefined") {
	  request = new XDomainRequest();
	  if (url) {
	    supportsRequestHeader = false;
	    try {
	      request.open(method, url + '&contentType=x-www-form-urlencoded');
	    } catch (err) {
	      request = null;
	    }
	  }
	} else
	  request = null;
      } else
	if (url)
	  request.open(method, url, true);
    } else if (!crossDomain && window.ActiveXObject) {
      try {
	request = new ActiveXObject("Msxml2.XMLHTTP");
      } catch (err) {
	try {
	  request = new ActiveXObject("Microsoft.XMLHTTP");
	} catch (err2) {
	}
      }
      if (url && request)
	request.open(method, url, true);
    }

    if (request && url && supportsRequestHeader)
      request.setRequestHeader("Content-type",
			       "application/x-www-form-urlencoded");

    return request;
  }

  var req = createRequest('POST', url);

  if (req != null) {
    return new (function() {
      var sessionUrl = url;

      function Request(data, userData, id, timeout) {
	var request = createRequest('POST', sessionUrl);
	var timer = null;
	var handled = false;

	function handleResponse(good) {
	  if (handled)
	    return;

	  clearTimeout(timer);

	  if (good)
	    handler(0, request.responseText, userData);
	  else
	    handler(1, null, userData);

	  if (request) {
	    request.onreadystatechange = new Function;
	    try {
	      request.onload = request.onreadystatechange;
	    } catch (e) {
	      /*
	       * See comment below.
	       */
	    }
	    request = null;
	  }

	  handled = true;
	}

	function recvCallback() {
	  if (request.readyState == 4) {
	    var good = request.status == 200
	      && request.getResponseHeader("Content-Type")
	      && request.getResponseHeader("Content-Type")
		.indexOf("text/javascript") == 0;

	    handleResponse(good);
	  }
	}

	function handleTimeout() {
	  request.onreadystatechange = new Function;
	  request = null;
	  handled = true;
	  handler(2, null, userData);
	}

	this.abort = function() {
	  if(request != null){
	    request.onreadystatechange = new Function;
	    handled = true;
	    request.abort();
	    request = null;
	  }
	};

	if (false)
	  request.setRequestHeader("Connection","close");

	if (timeout > 0)
	  timer = setTimeout(handleTimeout, timeout);
	  request.onreadystatechange = recvCallback;
	  try {
	    request.onload = function() {
	      handleResponse(true);
	    };
	    request.onerror = function() {
	      handleResponse(false);
	    };
	  } catch (e) {
	    /*
	     * On IE, when "Enable Native XMLHTTP Support is unchecked",
	     * setting these members will result in an exception.
	     */
	  }
	request.send(data);
      }

      this.responseReceived = function(updateId) { };

      this.sendUpdate = function(data, userData, id, timeout) {
	return new Request(data, userData, id, timeout);
      };

      this.setUrl = function(url) {
	sessionUrl = url;
      };
    })();
  } else {
    return new (function() {
      var sessionUrl = url;
      var request = null;

      function Request(data, userData, id, timeout) {
	var self = this;

	this.userData = userData;

	var s = this.script = document.createElement('script');
	s.id = "script" + id;
	s.setAttribute('src', sessionUrl + '&' + data);

	function onerror() {
	  handler(1, null, userData);
	  s.parentNode.removeChild(s);
	}

	s.onerror = onerror;

	var h = document.getElementsByTagName('head')[0];
	h.appendChild(s);

	this.abort = function() {
	  s.parentNode.removeChild(s);
	};
      }

      this.responseReceived = function(updateId) {
        if (request != null) {
          var req = request;
	  request.script.parentNode.removeChild(request.script);
          request = null;
	  handler(0, "", req.userData);
	}
      };

      this.sendUpdate = function(data, userData, id, timeout) {
        request = new Request(data, userData, id, timeout);
        return request;
      };

      this.setUrl = function(url) {
	sessionUrl = url;
      };

    })();
  }
};

this.setHtml = function (el, html, add) {
  function myImportNode(e, deep) {
    var newNode, i, il;
    switch (e.nodeType) {
    case 1: // element
      if (e.namespaceURI === null)
	newNode = document.createElement(e.nodeName);
      else
	newNode = document.createElementNS(e.namespaceURI, e.nodeName);
      if (e.attributes && e.attributes.length > 0)
	for (i = 0, il = e.attributes.length; i < il;)
	  newNode.setAttribute(e.attributes[i].nodeName,
			       e.getAttribute(e.attributes[i++].nodeName));
      if (deep && e.childNodes.length > 0)
	for (i = 0, il = e.childNodes.length; i < il;) {
	  var c = myImportNode(e.childNodes[i++], deep);
	  if (c)
	    newNode.appendChild(c);
	}
      return newNode;
      break;
    case 3: // text
    case 4: // cdata
    case 5: // comment
      return document.createTextNode(e.nodeValue);
      break;
    }

    return null;
  }

  if (WT.isIE || (true && !add)) {
    if (add)
      el.innerHTML += html;
    else {
      WT.saveReparented(el);
      el.innerHTML = html;
    }
  } else {
    var d, b;
    d = new DOMParser();
    b = d.parseFromString('<div>'+html+'<\/div>','application/xhtml+xml');
    d = b.documentElement;
    if (d.nodeType != 1) // element
      d = d.nextSibling;

    if (!add) {
      WT.saveReparented(el);
      el.innerHTML = '';
    }

    for (var i = 0, il = d.childNodes.length; i < il;)
      el.appendChild(myImportNode(d.childNodes[i++], true));
  }
};

this.hasTag = function(e, s) {
  return e.nodeType == 1 && e.tagName && e.tagName.toUpperCase() === s;
};

this.insertAt = function(p, c, pos) {
  if (!p.childNodes.length)
    p.appendChild(c);
  else {
    var i, j, il;
    for (i = 0, j = 0, il = p.childNodes.length; i < il; ++i) {
      if ($(p.childNodes[i]).hasClass("wt-reparented"))
         continue;
      if (j === pos) {
          p.insertBefore(c, p.childNodes[i]);
          return;
      }
      ++j;
    }
    p.appendChild(c);
  }
};

this.remove = function(id)
{
  var e = WT.getElement(id);
  if (e)
    e.parentNode.removeChild(e);
};

this.contains = function(w1, w2) {
  var p = w2.parentNode;

  while (p && !WT.hasTag(p, "BODY")) {
    if (p == w1)
      return true;
    p = p.parentNode;
  }

  return false;
};

this.unstub = function(from, to, methodDisplay) {
  if (methodDisplay == 1) {
    if (from.style.display != 'none')
      to.style.display = from.style.display;
  } else {
    to.style.position = from.style.position;
    to.style.left = from.style.left;
    to.style.visibility = from.style.visibility;
  }

  if (from.style.height)
    to.style.height = from.style.height;
  if (from.style.width)
    to.style.width = from.style.width;

  to.style.boxSizing = from.style.boxSizing;
  var attrName = WT.styleAttribute('box-sizing');
  var vendorPrefix = WT.vendorPrefix(attrName);
  if (vendorPrefix)
    to.style[attrName] = from.style[attrName];
};

this.saveReparented = function(el) {
  $(el).find('.wt-reparented').each(function() {
      var domRoot = $('.Wt-domRoot').get(0);
      domRoot.appendChild(this.parentNode.removeChild(this));
    });
};

this.changeTag = function(e, type)
{
  var n = document.createElement(type);

   /* For some reason fails on 'a' */
  if (type == 'img' && n.mergeAttributes) {
    n.mergeAttributes(e, false);
    n.src = e.src;
  } else {
    if (e.attributes && e.attributes.length > 0) {
      var i, il;
      for (i = 0, il = e.attributes.length; i < il; i++) {
	var nn = e.attributes[i].nodeName;
	if (nn != 'type' && nn != 'name')
	  n.setAttribute(nn, e.getAttribute(nn));
      }
    }
  }

  while (e.firstChild)
    n.appendChild(e.removeChild(e.firstChild));

  e.parentNode.replaceChild(n, e);
};

this.unwrap = function(e) {
  e = WT.getElement(e);
  if (!e.parentNode.className.indexOf('Wt-wrap')) {
    var wrapped = e;
    e = e.parentNode;
    if (e.className.length >= 8)
      wrapped.className = e.className.substring(8);
    var style = e.getAttribute('style');
    if (style) {
      if (WT.isIE)
	wrapped.style.setAttribute('cssText', style);
      else
	wrapped.setAttribute('style', style);
    }
    e.parentNode.replaceChild(wrapped, e);
  } else {
    if (e.getAttribute('type') == 'submit') {
      e.setAttribute('type', 'button');
      e.removeAttribute('name');
    } else if (WT.hasTag(e, 'A') && e.href.indexOf('&signal=') != -1) {
        e.href = 'javascript:void(0)';
    } if (WT.hasTag(e, 'INPUT') && e.getAttribute('type') == 'image') {
      WT.changeTag(e, 'img');
    }
  }
};

this.navigateInternalPath = function(event, path) {
  var e = event || window.event;
  if (!e.ctrlKey && !e.metaKey && WT.button(e) <= 1) {
    WT.history.navigate(path, true);
    WT.cancelEvent(e, WT.CancelDefaultAction);
  };
};

this.ajaxInternalPaths = function(basePath) {
  $('.Wt-ip').each(function() {
      var href = this.getAttribute('href'), wtd = href.lastIndexOf('?wtd');
      if (wtd === -1)
	wtd = href.lastIndexOf('&wtd');
      if (wtd !== -1)
	href = href.substr(0, wtd);

      var internalPath;

      /*
       * On IE < 8, an absolute URL is read from href. In that case we
       * also turn the basePath into an absolute URL.
       */
      if (href.indexOf("://") != -1) {
	var el= document.createElement('div');
	el.innerHTML= '<a href="' + basePath +'">x</a>';
	var absBase = el.firstChild.href;
	internalPath = href.substr(absBase.length - 1);
      } else {
	while (href.substr(0, 3) == "../")
	  href = href.substr(3);
	if (href.charAt(0) != '/')
	  href = '/' + href;
	internalPath = href.substr(basePath.length);
      }

      if (internalPath.length == 0 || internalPath.charAt(0) != '/')
	internalPath = '/' + internalPath;
      if (internalPath.substr(0, 4) == "/?_=")
	internalPath = internalPath.substr(4);
      this.setAttribute('href', href); // computes this.href
      this.setAttribute('href', this.href);
      this.onclick = function(event) {
	WT.navigateInternalPath(event, internalPath);
      };
      $(this).removeClass("Wt-ip");
    });
};

this.resolveRelativeAnchors = function() {
  if (window.$)
    $('.Wt-rr').each(function() {
      if (this.href)
	this.setAttribute('href', this.href);
      if (this.src)
	this.setAttribute('src', this.src);

      $(this).removeClass("Wt-rr");
    });
};

var delegating = false;

this.CancelPropagate = 0x1;
this.CancelDefaultAction = 0x2;
this.CancelAll = 0x3;

this.cancelEvent = function(e, cancelType) {
  if (delegating)
    return;

  var ct = cancelType === undefined ? WT.CancelAll : cancelType;

  if (ct & WT.CancelDefaultAction)
    if (e.preventDefault)
      e.preventDefault();
    else
      e.returnValue=false;

  if (ct & WT.CancelPropagate) {
    if (e.stopPropagation)
      e.stopPropagation();
    else
      e.cancelBubble=true;
  }
};

this.getElement = function(id) {
  var el = document.getElementById(id);
  if (!el)
    for (var i = 0; i < window.frames.length; ++i) {
      try {
        el = window.frames[i].document.getElementById(id);
        if (el)
          return el;
      } catch (e) {
      }
    }
  return el;
};

this.$ = this.getElement;

this.filter = function(edit, event, tokens) {
  var c = String.fromCharCode((typeof event.charCode !== UNDEFINED) ?
                              event.charCode : event.keyCode);
  if (!new RegExp(tokens).test(c))
    WT.cancelEvent(event);
};

// Get coordinates of element relative to an ancestor object (or page origin).
// It computes the location of the left-top corner of the margin-box.
this.widgetPageCoordinates = function(obj, reference) {
  var objX = 0, objY = 0, op;

  if (!obj.parentNode)
    return { x: 0, y: 0 };

  // bug in safari, according to W3C, offsetParent for an area element should
  // be the map element, but safari returns null.
  if (WT.hasTag(obj, "AREA"))
    obj = obj.parentNode.nextSibling; // img after map

  var rtl = $(document.body).hasClass('Wt-rtl');

  while (obj && obj !== reference) {
    objX += obj.offsetLeft;
    objY += obj.offsetTop;

    var f = WT.css(obj, 'position');
    if (f == 'fixed') {
      objX += document.body.scrollLeft
	+ document.documentElement.scrollLeft;
      objY += document.body.scrollTop
	+ document.documentElement.scrollTop;
      break;
    }

    op = obj.offsetParent;

    if (op == null)
      obj = null;
    else {
      do {
	obj = obj.parentNode;
	if (WT.hasTag(obj, "DIV")) {
	  if (rtl && !WT.isGecko) {
	    if (obj.scrollWidth > obj.parentNode.scrollWidth) {
	      /*
	       * This seems to be a bug in every browser out there,
	       * except for Gecko ?
	       */
	      var sl = obj.scrollLeft
		+ obj.parentNode.scrollWidth - obj.scrollWidth;
	      objX -= sl;
	    }
	  } else
	    objX -= obj.scrollLeft;
	  objY -= obj.scrollTop;
	}
      } while (obj != null && obj != op);
    }
  }

  return { x: objX, y: objY };
};

// Get coordinates of (mouse) event relative to a element.
this.widgetCoordinates = function(obj, e) {
  var p = WT.pageCoordinates(e);
  var w = WT.widgetPageCoordinates(obj);
  return { x: p.x - w.x, y: p.y - w.y };
};

// Get coordinates of (mouse) event relative to page origin.
this.pageCoordinates = function(e) {
  if (!e) e = window.event;
  var posX = 0, posY = 0;
  
  if (e.touches && e.touches[0]) {
    return WT.pageCoordinates(e.touches[0]);
  } else if (!WT.isIE && e.changedTouches && e.changedTouches[0]) {
    posX = e.changedTouches[0].pageX;
    posY = e.changedTouches[0].pageY;
  } else if (typeof e.pageX === 'number') {
    posX = e.pageX; posY = e.pageY;
  } else if (typeof e.clientX === 'number') {
    posX = e.clientX + document.body.scrollLeft
      + document.documentElement.scrollLeft;
    posY = e.clientY + document.body.scrollTop
      + document.documentElement.scrollTop;
  }

  return { x: posX, y: posY };
};

this.windowCoordinates = function(e) {
  var p = WT.pageCoordinates(e);
  var cx = p.x - document.body.scrollLeft - document.documentElement.scrollLeft;
  var cy = p.y - document.body.scrollTop - document.documentElement.scrollTop;

  return { x: cx, y: cy };
};

this.wheelDelta = function(e) {
  var delta = 0;
  if (e.wheelDelta) { /* IE/Opera. */
    delta = e.wheelDelta > 0 ? 1 : -1;
    /* if (window.opera)
       delta = -delta; */
  } else if (e.detail) {
    delta = e.detail < 0 ? 1 : -1;
  }
  return delta;
};

this.scrollIntoView = function(id) {
  setTimeout(function() { 
      var hashI = id.indexOf('#');
      if (hashI != -1)
	id = id.substr(hashI + 1);

      var obj = document.getElementById(id);
      if (obj) {
	/* Locate a suitable ancestor to scroll */
	var p;
	for (p = obj.parentNode; p != document.body; p = p.parentNode) {
	  if (p.scrollHeight > p.clientHeight &&
	      WT.css(p, 'overflow-y') == 'auto') {
	    var xy = WT.widgetPageCoordinates(obj, p);
	    p.scrollTop += xy.y;
	    return;
	  }
	}

	obj.scrollIntoView(true);
      }
    }, 100);
};

this.getSelectionRange = function(elem) {
  if (document.selection) { // IE
    if (WT.hasTag(elem, 'TEXTAREA')) {
      var sel = document.selection.createRange();
      var sel2 = sel.duplicate();
      sel2.moveToElementText(elem);

      var pos = 0;
      if(sel.text.length > 1) {
	pos = pos - sel.text.length;
	if(pos < 0) {
	  pos = 0;
	}
      }

      var caretPos = -1 + pos;
      sel2.moveStart('character', pos);

      while (sel2.inRange(sel)) {
	sel2.moveStart('character');
	caretPos++;
      }

      var selStr = sel.text.replace(/\r/g, "");

      return {start: caretPos, end: selStr.length + caretPos};
    } else {
      var start = -1;
      var end = -1;

      var val = $(elem).val();
      if (val) {
        var range = document.selection.createRange().duplicate();

        range.moveEnd("character", val.length);
        start = (range.text == "" ? val.length : val.lastIndexOf(range.text));

        range = document.selection.createRange().duplicate();
        range.moveStart("character", -val.length);
        end = range.text.length;
      }

      return {start: start, end: end};
    }
  } else if (elem.selectionStart || elem.selectionStart == 0) {
    return {start: elem.selectionStart, end: elem.selectionEnd};
  } else
    return {start: -1, end: -1};
};

this.setSelectionRange = function(elem, start, end) {
  /**
   * @preserve Includes jQuery Caret Range plugin
   * Copyright (c) 2009 Matt Zabriskie
   * Released under the MIT and GPL licenses.
   */
  var val = $(elem).val();

  if (typeof start != "number") start = -1;
  if (typeof end != "number") end = -1;
  if (start < 0) start = 0;
  if (end > val.length) end = val.length;
  if (end < start) end = start;
  if (start > end) start = end;

  elem.focus();

  if (typeof elem.selectionStart !== UNDEFINED) {
    elem.selectionStart = start;
    elem.selectionEnd = end;
  }
  else if (document.selection) {
    var range = elem.createTextRange();
    range.collapse(true);
    range.moveStart("character", start);
    range.moveEnd("character", end - start);
    range.select();
  }
};

this.isKeyPress = function(e) {
  if (!e) e = window.event;

  if (e.altKey || e.ctrlKey || e.metaKey)
    return false;

  var charCode = (typeof e.charCode !== UNDEFINED) ? e.charCode : 0;

  if (charCode > 0 || WT.isIE)
    return true;
  else {
    if (WT.isOpera)
      return (e.keyCode == 13 || e.keyCode == 27
	      || (e.keyCode >= 32 && e.keyCode < 125));
    else
      return (e.keyCode == 13 || e.keyCode == 27 || e.keyCode == 32
	      || (e.keyCode > 46 && e.keyCode < 112));

  }
};

var repeatT = null, repeatI = null;

this.eventRepeat = function(fun, startDelay, repeatInterval) {
  WT.stopRepeat();

  startDelay = startDelay || 500;
  repeatInterval = repeatInterval || 50;

  fun();

  repeatT = setTimeout(function() {
    repeatT = null;
    fun();
    repeatI = setInterval(fun, repeatInterval);
  }, startDelay);
};

this.stopRepeat = function() {
  if (repeatT) {
    clearTimeout(repeatT);
    repeatT = null;
  }

  if (repeatI) {
    clearInterval(repeatI);
    repeatI = null;
  }
};

var cacheC = null, cacheS = null;

this.css = function(c, s) {
  if (c.style[s])
    return c.style[s];
  else {
    if (c !== cacheC) {
      cacheC = c;

      if (window.getComputedStyle)
	cacheS = window.getComputedStyle(c, null);
      else if (c.currentStyle)
	cacheS = c.currentStyle;
      else
	cacheS = null;
    }

    return cacheS ? cacheS[s] : null;
  }
};

function parseCss(value, regex, defaultvalue) {
  if (value == 'auto' || value == null)
    return defaultvalue;
  var m = regex.exec(value),
      v = m && m.length == 2 ? m[1] : null;
  return v ? parseFloat(v) : defaultvalue;
}

this.parsePx = function(v) {
  return parseCss(v, /^\s*(-?\d+(?:\.\d+)?)\s*px\s*$/i, 0);
};

function parsePct(v, defaultValue) {
  return parseCss(v, /^\s*(-?\d+(?:\.\d+)?)\s*\%\s*$/i, defaultValue);
}

// Get an element metric in pixels
this.px = function(c, s) {
  return WT.parsePx(WT.css(c, s));
};

// Get a widget style in pixels, when set directly
this.pxself = function(c, s) {
  return WT.parsePx(c.style[s]);
};

this.pctself = function(c, s) {
  return parsePct(c.style[s], 0);
};

// Convert from css property to element attribute (possibly a vendor name)
this.styleAttribute = function(cssProp) {
    function toCamelCase(str) {
	var n=str.search(/-./);
	while (n != -1) {
	    var letter = (str.charAt(n+1)).toUpperCase();
	    str = str.replace(/-./, letter);
	    n=str.search(/-./);
	}
	return str;
    }

    var prefixes = ['', '-moz-', '-webkit-', '-o-', '-ms-'];
    var elem = document.createElement('div'), i, il;

    for (i = 0, il = prefixes.length; i < il; ++i) {
	var attr = toCamelCase(prefixes[i] + cssProp);
	if (attr in elem.style)
	    return attr;
    }
    return toCamelCase(cssProp);
};

this.vendorPrefix = function(attr) {
    var prefixes = ['Moz', 'Webkit', 'O', 'Ms'];
    for (i = 0, il = prefixes.length; i < il; ++i) {
	if (attr.search(prefixes[i]) != -1)
	    return prefixes[i];
    }
    return '';
};

this.boxSizing = function(w) {
  return (WT.css(w, WT.styleAttribute('box-sizing'))) === 'border-box';
};

// Return if an element (or one of its ancestors) is hidden
this.isHidden = function(w) {
  if (w.style.display == 'none')
    return true;
  else {
    w = w.parentNode;
    if (w && !WT.hasTag(w, "BODY"))
      return WT.isHidden(w);
    else
      return false;
  }
};

this.innerWidth = function(el) {
  var result = el.offsetWidth;
  if (!WT.boxSizing(el)) {
    result -= WT.px(el, 'paddingLeft') + WT.px(el, 'paddingRight')
	  + WT.px(el, 'borderLeftWidth') + WT.px(el, 'borderRightWidth');
  }
  return result;
};

this.innerHeight = function(el) {
  var result = el.offsetHeight;
  if (!WT.boxSizing(el)) {
    result -= WT.px(el, 'paddingTop') + WT.px(el, 'paddingBottom')
	  + WT.px(el, 'borderTopWidth') + WT.px(el, 'borderBottomWidth');
  }
  return result;
};

this.IEwidth = function(c, min, max) {
  if (c.parentNode) {
    var r = c.parentNode.clientWidth
    - WT.px(c, 'marginLeft')
    - WT.px(c, 'marginRight')
    - WT.px(c, 'borderLeftWidth')
    - WT.px(c, 'borderRightWidth')
    - WT.px(c.parentNode, 'paddingLeft')
    - WT.px(c.parentNode, 'paddingRight');

    min = parsePct(min, 0);
    max = parsePct(max, 100000);

    if (r < min)
      return min-1;
    else if (r > max)
      return max+1;
    else if (c.style["styleFloat"] != "")
      return min-1;
    else
      return "auto";
  } else
    return "auto";
};

this.hide = function(o) { WT.getElement(o).style.display = 'none'; };
this.inline = function(o) { WT.getElement(o).style.display = 'inline'; };
this.block = function(o) { WT.getElement(o).style.display = 'block'; };
this.show = function(o) { WT.getElement(o).style.display = ''; };

var captureElement = null;
this.firedTarget = null;

this.target = function(event) {
  try {
    return WT.firedTarget || event.target || event.srcElement;
  } catch (err) {
    return null;
  }
};

function delegateCapture(e) {
  if (captureElement == null)
    return null;

  if (!e) e = window.event;

  if (e) {
    var t = WT.target(e), p = t;

    while (p && p != captureElement)
      p = p.parentNode;

    /*
     * We don't need to capture	the event when the event falls inside the
     * capture element. In this way, more specific widgets inside may still
     * handle (and cancel) the event if they want.
     *
     * On IE this means that we need to delegate the event to the event
     * target; on other browsers we can just rely on event bubbling.
     */
    if (p == captureElement)
      return WT.isIElt9 ? t : null;
    else
      return captureElement;
  } else
    return captureElement;
}

function mouseMove(e) {
  var d = delegateCapture(e);

  if (d && !delegating) {
    if (!e) e = window.event;
    delegating = true;
    if (WT.isIElt9) {
      WT.firedTarget = e.srcElement || d;
      d.fireEvent('onmousemove', e);
      WT.firedTarget = null;
    } else
      WT.condCall(d, 'onmousemove', e);
    delegating = false;
    return false;
  } else
    return true;
}

function mouseUp(e) {
  var d = delegateCapture(e);
  WT.capture(null);

  if (d) {
    if (!e) e = window.event;

    if (WT.isIElt9) {
      WT.firedTarget = e.srcElement || d;
      d.fireEvent('onmouseup', e);
      WT.firedTarget = null;
    } else
      WT.condCall(d, 'onmouseup', e);

    WT.cancelEvent(e, WT.CancelPropagate);

    return false;
  } else
    return true;
}

var captureInitialized = false;

function initCapture() {
  if (captureInitialized)
    return;

  captureInitialized = true;

  var db = document.body;
  if (db.addEventListener) {
    db.addEventListener('mousemove', mouseMove, true);
    db.addEventListener('mouseup', mouseUp, true);

    if (WT.isGecko) {
      window.addEventListener('mouseout', function(e) {
				if (!e.relatedTarget
				    && WT.hasTag(e.target, "HTML"))
				  mouseUp(e);
			      }, true);
    }
  } else {
    db.attachEvent('onmousemove', mouseMove);
    db.attachEvent('onmouseup', mouseUp);
  }
}

this.capture = function(obj) {
  initCapture();

  if (captureElement && obj)
    return;

  captureElement = obj;

  var db = document.body;
  if (!document.body.addEventListener)
    if (obj != null)
      db.setCapture();
    else
      db.releaseCapture();

  if (obj != null) {
    $(db).addClass('unselectable');
    db.setAttribute('unselectable', 'on');
    db.onselectstart = 'return false;';
  } else {
    $(db).removeClass('unselectable');
    db.setAttribute('unselectable', 'off');
    db.onselectstart = '';
  }
};

this.checkReleaseCapture = function(obj, e) {
  if (e && captureElement && (obj == captureElement) && e.type == "mouseup")
    this.capture(null);
};

this.getElementsByClassName = function(className, parentElement) {
  if (document.getElementsByClassName) {
    return parentElement.getElementsByClassName(className);
  } else {
    var cc = parentElement.getElementsByTagName('*');
    var els = [], c;
    for (var i = 0, length = cc.length; i < length; i++) {
      c = cc[i];
      if (c.className.indexOf(className) != -1)
	els.push(c);
    }
    return els;
  }
};

/* Firefox, IE9 etc... */
var inlineStyleSheet = null;

function getInlineStyleSheet() {
  if (!inlineStyleSheet) {
    var i, il, ds = document.styleSheets;
    for (i = 0, il = ds.length; i < il; ++i) {
      var s = ds[i];
      if (WT.hasTag(ds[i].ownerNode, 'STYLE')) {
	inlineStyleSheet = s;
	break;
      }
    }

    if (!inlineStyleSheet) {
      var s = document.createElement('style');
      document.getElementsByTagName('head')[0].appendChild(s);

      inlineStyleSheet = s.sheet;
    }
  }

  return inlineStyleSheet;
}

this.addCss = function(selector, style) {
  var s = getInlineStyleSheet();

  // strange error with IE9 when in iframe
  var pos = s.cssRules ? s.cssRules.length : 0;
  s.insertRule(selector + ' { ' + style + ' }', pos);
};

/* IE<9 & Konqueror */
this.addCssText = function(cssText) {
  var s = document.getElementById('Wt-inline-css');

  if (!s) {
    s = document.createElement('style');
    s.id = 'Wt-inline-css';
    document.getElementsByTagName('head')[0].appendChild(s);
  }

  if (!s.styleSheet) { // Konqueror
    var t = document.createTextNode(cssText);
    s.appendChild(t);
  } else {
    var ss = s.previousSibling;
    if (!ss
	|| !WT.hasTag(ss, "STYLE")
	|| ss.styleSheet.cssText.length > 32*1024) {
      ss = document.createElement('style');
      s.parentNode.insertBefore(ss, s);
      ss.styleSheet.cssText = cssText;
    } else {
      ss.styleSheet.cssText += cssText;
    }
  }
};

// from: http://www.hunlock.com/blogs/Totally_Pwn_CSS_with_Javascript
this.getCssRule = function(selector, deleteFlag) {
  selector = selector.toLowerCase();

  if (document.styleSheets) {
    for (var i=0; i<document.styleSheets.length; i++) {
      var styleSheet = document.styleSheets[i];
      var ii = 0;
      var cssRule;
      do {
	cssRule = null;
	try {
	  if (styleSheet.cssRules)
	    cssRule = styleSheet.cssRules[ii];
	  else if (styleSheet.rules)
	    cssRule = styleSheet.rules[ii];
	  if (cssRule && cssRule.selectorText) {
	    if (cssRule.selectorText.toLowerCase()==selector) {
	      if (deleteFlag == 'delete') {
		if (styleSheet.cssRules)
		  styleSheet.deleteRule(ii);
		else
		  styleSheet.removeRule(ii);
		return true;
	      } else
		return cssRule;
	    }
	  }
	} catch (err) {
	  /*
	     firefox security error 1000 when access a stylesheet.cssRules
	     hosted from another domain
	   */
	}

	++ii;
      } while (cssRule);
    }
  }

  return false;
};

this.removeCssRule = function(selector) {
  return WT.getCssRule(selector, 'delete');
};

this.addStyleSheet = function(uri, media) {
  if (document.createStyleSheet) {
    setTimeout(function() { document.createStyleSheet(uri); }, 15);
  } else {
    var s = document.createElement('link');
    s.setAttribute('href', uri);
    s.setAttribute('type','text/css');
    s.setAttribute('rel','stylesheet');
    if (media != '' && media != 'all')
      s.setAttribute('media', media);
    var ll = document.getElementsByTagName('link');
    if (ll.length > 0) {
      var l = ll[ll.length - 1];
      l.parentNode.insertBefore(s, l.nextSibling);
    } else {
      document.body.appendChild(s);
    }
  }
};

this.windowSize = function() {
  var x, y;

  if (typeof (window.innerWidth) === 'number') {
    x = window.innerWidth;
    y = window.innerHeight;
  } else {
    x = document.documentElement.clientWidth;
    y = document.documentElement.clientHeight;
  }

  return { x: x, y: y};
};

/*
 * position right to (x) or left from (rightx) and
 * bottom of (y) or top from (bottomy)
 */
this.fitToWindow = function(e, x, y, rightx, bottomy) {
  var hsides = [ 'left', 'right' ],
      vsides = [ 'top', 'bottom' ];

  e.style[hsides[0]] = e.style[hsides[1]] = 'auto';
  e.style[vsides[0]] = e.style[vsides[1]] = 'auto';

  var reserveWidth = e.offsetWidth,
      reserveHeight = e.offsetHeight,
      hside, vside,
      windowSize = WT.windowSize(),
      windowX = document.body.scrollLeft + document.documentElement.scrollLeft,
      windowY = document.body.scrollTop + document.documentElement.scrollTop;

    /*
     * Should really distinguish between static versus dynamic: for a
     * widget that can grow dynamically (e.g. a suggestion popup) we
     * should prepare ourselves and consider maximum size here
     */
  if (!$(e).hasClass('Wt-tooltip')) {
    reserveWidth = WT.px(e, 'maxWidth') || reserveWidth;
    reserveHeight = WT.px(e, 'maxHeight') || reserveHeight;
  }

  var op = e.offsetParent;
  if (!op)
    return;

  var offsetParent = WT.widgetPageCoordinates(op);

  if (reserveWidth > windowSize.x) {
    // wider than window
    x = windowX;
    hside = 0;
  } else if (x + reserveWidth > windowX + windowSize.x) {
    // too far right, chose other side
    var scrollX = op.scrollLeft;
    if (op == document.body)
      scrollX = (op.clientWidth - windowSize.x);
    rightx = rightx - offsetParent.x + scrollX;
    x = op.clientWidth - (rightx + WT.px(e, 'marginRight'));
    hside = 1;
  } else {
    var scrollX = op.scrollLeft;
    if (op == document.body)
      scrollX = 0;
    x = x - offsetParent.x + scrollX;
    x = x - WT.px(e, 'marginLeft');
    hside = 0;
  }

  if (reserveHeight > windowSize.y) {
    // taller than window
    y = windowY;
    vside = 0;
  } else if (y + reserveHeight > windowY + windowSize.y) {
    // too far below, chose other side
    if (bottomy > windowY + windowSize.y)
      bottomy = windowY + windowSize.y;
    var scrollY = op.scrollTop;
    if (op == document.body)
      scrollY = (op.clientHeight - windowSize.y);
    bottomy = bottomy - offsetParent.y + scrollY;
    y = op.clientHeight - 
	  (bottomy + WT.px(e, 'marginBottom') + WT.px(e, 'borderBottomWidth'));
    vside = 1;
  } else {
    var scrollY = op.scrollTop;
    if (op == document.body)
      scrollY = 0;
    y = y - offsetParent.y + scrollY;
    y = y - WT.px(e, 'marginTop') + WT.px(e, 'borderTopWidth');
    vside = 0;
  }

  /*
  if (x < wx)
    x = wx + ws.x - e.offsetWidth - 3;
  if (y < wy)
    y = wy + ws.y - e.offsetHeight - 3;
  */

  e.style[hsides[hside]] = x + 'px';
  e.style[vsides[vside]] = y + 'px';
};

this.positionXY = function(id, x, y) {
  var w = WT.getElement(id);

  if (!WT.isHidden(w)) {
    w.style.display = 'block';
    WT.fitToWindow(w, x, y, x, y);
  }
};

this.Horizontal = 0x1;
this.Vertical = 0x2;

this.positionAtWidget = function(id, atId, orientation, delta) {
  var w = WT.getElement(id),
    atw = WT.getElement(atId);

  if (!delta)
    delta = 0;

  if (!atw || !w)
    return;

  var xy = WT.widgetPageCoordinates(atw),
    x, y, rightx, bottomy;

  w.style.position = 'absolute';
  if (WT.css(w, 'display') == 'none')
    w.style.display = 'block';

  if (orientation === WT.Horizontal) {
    x = xy.x + atw.offsetWidth;
    y = xy.y + delta;
    rightx = xy.x;
    bottomy = xy.y + atw.offsetHeight - delta;
  } else {
    x = xy.x;
    y = xy.y + atw.offsetHeight;
    rightx = xy.x + atw.offsetWidth;
    bottomy = xy.y;
  }

  /*
   * Reparent the widget in a suitable parent:
   *  an ancestor of w which isn't overflowing
   */
  if (!w.wtNoReparent && !$(w).hasClass("wt-no-reparent")) {
    var p, pp = atw, domRoot = $('.Wt-domRoot').get(0);
    w.parentNode.removeChild(w);
  
    for (p = pp.parentNode; p != domRoot; p = p.parentNode) {
      if (p.wtResize) {
	p = pp;
	break;
      }

      // e.g. a layout widget has clientHeight=0 since it's relative
      // with only absolutely positioned children. We are a bit more liberal
      // here to catch other simular situations, and 100px seems like space
      // needed anyway?
      if (WT.css(p, 'display') != 'inline' &&
	  p.clientHeight > 100 &&
	  (p.scrollHeight > p.clientHeight ||
	   p.scrollWidth > p.clientWidth)) {
	break;
      }

      pp = p;
    }

    var posP = WT.css(p, 'position');
    if (posP != 'absolute' && posP != 'relative')
      p.style.position = 'relative';
    
    p.appendChild(w);
    $(w).addClass('wt-reparented');
  }

  WT.fitToWindow(w, x, y, rightx, bottomy);

  w.style.visibility='';
};

this.hasFocus = function(el) {
  try {
    return el === document.activeElement;
  } catch(e) {
    return false;
  }
};

this.progressed = function(domRoot) {
  var doc = document, db = doc.body;
  var form = this.getElement('Wt-form');

  domRoot.style.display = form.style.display;
  form.parentNode.replaceChild(domRoot, form);

  if (db.removeEventListener)
    db.removeEventListener('click', delayClick, true);
  else
    db.detachEvent('click', delayClick);

  setTimeout(function() {
      var i, il;
      for (i = 0, il = delayedClicks.length; i < il; ++i) {
	if (doc.createEvent) {
	  var e = delayedClicks[i];
	  var ec = doc.createEvent('MouseEvents');
	  ec.initMouseEvent('click', e.bubbles, e.cancelable, window,
			    e.detail, e.screenX, e.screenY,
			    e.clientX, e.clientY, e.ctrlKey, e.altKey,
			    e.shiftKey, e.metaKey, e.button, null);
	  var el = WT.getElement(e.targetId);
	  if (el)
	    el.dispatchEvent(ec);
	} else {
	  var e = delayedClicks[i];
	  var ec = doc.createEventObject();
	  for (i in e)
	    ec[i] = e[i];
	  var el = WT.getElement(e.targetId);
	  if (el)
	    el.fireEvent('onclick', ec);
	}
      }
    }, 0);
};

var html5History = !!(window.history && window.history.pushState);

/*
 * A less aggressive URL encoding than encodeURIComponent which does
 * for example not encode '/'
 */
function gentleURIEncode(s) {
  return s.replace(/%/g, '%25')
    .replace(/\+/g, '%2b')
    .replace(/ /g, '%20')
    //.replace(/#/g, '%23')
    .replace(/&/g, '%26');
}

if (html5History) {
  this.history = (function()
{
  var currentState = null, baseUrl = null, ugly = false, cb = null,
      stateMap = { }, w = window;

  function saveState(state) {
    stateMap[w.location.pathname + w.location.search] = state;
  }

  return {
    _initialize: function() { },

    _initTimeout: function() { },

    register: function (initialState, onStateChange) {
      currentState = initialState;
      cb = onStateChange;
      saveState(initialState);

      function onPopState(event) {
	var newState = event.state;

	if (newState == null)
	  newState = stateMap[w.location.pathname + w.location.search];

	if (newState == null) {
	  var endw = w.location.pathname.lastIndexOf(currentState);
	  if (endw != -1 &&
	      endw == w.location.pathname.length - currentState.length) {
	    saveState(currentState);
	    return;
	  } else {
	    newState = w.location.pathname.substr(baseUrl.length);
	  }
	}

	if (newState != currentState) {
	  currentState = newState;
	  onStateChange(currentState != "" ? currentState : "/");
	}
      }

      w.addEventListener("popstate", onPopState, false);
    },

    initialize: function (stateField, histFrame, deployUrl) {
      WT.resolveRelativeAnchors();

      baseUrl = deployUrl;
      if (baseUrl.length >= 1 && baseUrl[baseUrl.length - 1] == '/') {
;
;
	baseUrl = baseUrl.substr(0, baseUrl.length - 1);
;
      }
    },

    navigate: function (state, generateEvent) {
      WT.resolveRelativeAnchors();

      currentState = state;

      var ip = gentleURIEncode(state), url = baseUrl;

      if (ip.length != 0)
	url += (ugly ? "?_=" : "") + ip;

      if (!ugly) {
	url += window.location.search;
      } else {
	function stripHashParameter(q) {
	  if (q.length > 1)
	    q = q.substr(1);

	  var qp = q.split("&"), i, il;
	  q = "";

	  for (i=0, il = qp.length; i<il; ++i)
	    if (qp[i].split("=")[0] != '_')
	      q += (q.length ? '&' : '?') + qp[i];

	  return q;
	}

	var q = stripHashParameter(window.location.search);

	if (q.length > 1) {
	  if (q.length > 2 && q[0] == '?' && q[1] == '&')
	    q = q.substr(1);
	  if (url.indexOf('?') == -1)
	    url += '?' + q.substr(1);
	  else
	    url += '&' + q.substr(1);
	}
      }

      try {
	window.history.pushState(state ? state : "", document.title, url);
      } catch (error) {
	/*
	 * In case we are wrong about our baseUrl or base href
	 * In any case, this shouldn't be fatal.
	 */
	console.log(error.toString());
      }

      WT.scrollIntoView(state);

      if (generateEvent)
	cb(state);
    },

    getCurrentState: function () {
      return currentState;
    }
  };
})();
} else if (WT.isIE8) {
  this.history = (function()
{
  var currentState = null, cb = null, w = window;

  return {
    _initialize: function() { },

    _initTimeout: function() { },

    register: function (initialState, onStateChange) {
      currentState = initialState;
      cb = onStateChange;

      function onHashChange() {
	if (currentState != w.location.hash) {
	  currentState = w.location.hash.substring(1);
	  cb(currentState);
	}
      }

      w.onhashchange = onHashChange;
    },

    initialize: function (stateField, histFrame, deployUrl) {
    },

    navigate: function (state, generateEvent) {
      currentState = state;

      w.location.hash = state;

      WT.scrollIntoView(state);

      if (generateEvent)
	cb(state);
    },

    getCurrentState: function () {
      return currentState;
    }
  };
})();
} else {
  this.history = (function()
{
  /**
   * @preserve
   * Includes Yahoo History Frameowork
   * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
   * Code licensed under the BSD License:
   * http://developer.yahoo.net/yui/license.txt
   * version: 2.5.2
   */
  var _UAie = WT.isIElt9;
  var _UAopera = false;
  var _onLoadFn = null;
  var _histFrame = null;
  var _stateField = null;
  var _initialized = false;
  var _interval = null;
  var _fqstates = [];
  var _initialState, _currentState;
  var _onStateChange = [];
  function _getHash() {
    var i, href;
    href = location.href;
    i = href.indexOf("#");
    return i >= 0 ? href.substr(i + 1) : null;
  }
  function _storeStates() {
    _stateField.value = _initialState + "|" + _currentState;
  }
  function onStateChange() {
    var i, il;
    for (i = 0, il = _onStateChange.length; i < il; ++i) {
      _onStateChange[i](unescape(_currentState));
    }
  }
  function _handleFQStateChange(fqstate) {
    var currentState;
    if (!fqstate) {
      _currentState = _initialState;
      onStateChange();
      return;
    }
    currentState = fqstate;
    if (!currentState || _currentState !== currentState) {
      _currentState = currentState || _initialState;
      onStateChange();
    }
  }
  function _updateIFrame (fqstate) {
    var html, doc;
    html = '<html><body><div id="state">' + fqstate
      + '</div></body></html>';
    try {
      doc = _histFrame.contentWindow.document;
      doc.open();
      doc.write(html);
      doc.close();
      return true;
    } catch (e) {
      return false;
    }
  }
  function _checkIframeLoaded() {
    var doc, elem, fqstate, hash;
    if (!_histFrame.contentWindow || !_histFrame.contentWindow.document) {
      setTimeout(_checkIframeLoaded, 10);
      return;
    }
    doc = _histFrame.contentWindow.document;
    elem = doc.getElementById("state");
    fqstate = elem ? elem.innerText : null;
    hash = _getHash();
    setInterval(function () {
	var newfqstate, newHash;
	doc = _histFrame.contentWindow.document;
	elem = doc.getElementById("state");
	newfqstate = elem ? elem.innerText : null;
	newHash = _getHash();
	if (newfqstate !== fqstate) {
	  fqstate = newfqstate;
	  _handleFQStateChange(fqstate);
	  if (!fqstate) {
	    newHash = _initialState;
	  } else {
	    newHash = fqstate;
	  }
	  if (location.hash != newHash && 
	      location.hash.substring(1) != newHash)
	    location.hash = newHash;
	  hash = newHash;
	  _storeStates();
	} else if (newHash !== hash) {
	  hash = newHash;
	  _updateIFrame(newHash);
	}
      }, 50);
    _initialized = true;
    if (_onLoadFn != null)
      _onLoadFn();
  }

  function _initTimeout() {
    if (_UAie)
      return;

    var hash = _getHash(), counter = history.length;

    if (_interval)
      clearInterval(_interval);
    _interval = setInterval(function () {
	var state, newHash, newCounter;
	newHash = _getHash();
	newCounter = history.length;
	if (newHash !== hash) {
	  hash = newHash;
	  counter = newCounter;
	  _handleFQStateChange(hash);
	  _storeStates();
	}
      }, 50);
  }

  function _initialize() {
    var parts;
    parts = _stateField.value.split("|");
    if (parts.length > 1) {
      _initialState = parts[0];
      _currentState = parts[1];
    } else
      _initialState = _currentState = "";

    if (parts.length > 2) {
      _fqstates = parts[2].split(",");
    }
    if (_UAie) {
      _checkIframeLoaded();
    } else {
      _initTimeout();
      _initialized = true;
      if (_onLoadFn != null)
	_onLoadFn();
    }
  }
  return {
  _initialize: function() {
    if (_stateField != null)
      _initialize();
  },
  _initTimeout: function() {
      _initTimeout();
  },
  register: function (initialState, onStateChange) {
    if (!_initialized) {
      _initialState = escape(initialState);
      _currentState = _initialState;
    }
    _onStateChange.push(onStateChange);
  },
  initialize: function (stateField, histFrame) {
    if (_initialized) {
      return;
    }
    var vendor = navigator.vendor || "";
    if (vendor === "KDE") {
    } else if (typeof window.opera !== "undefined")
      _UAopera = true;

    if (typeof stateField === "string")
      stateField = document.getElementById(stateField);
    if (!stateField ||
	stateField.tagName.toUpperCase() !== "TEXTAREA" &&
	(stateField.tagName.toUpperCase() !== "INPUT" ||
	 stateField.type !== "hidden" &&
	 stateField.type !== "text")) {
      return;
    }
    _stateField = stateField;
    if (_UAie) {
      if (typeof histFrame === "string") {
	histFrame = document.getElementById(histFrame);
      }
      if (!histFrame || histFrame.tagName.toUpperCase() !== "IFRAME") {
	return;
      }
      _histFrame = histFrame;
    }
  },
  navigate: function (state, generateEvent) {
    state = gentleURIEncode(state);

    if (!_initialized) {
      return;
    }
    var fqstate = state;
    if (_UAie) {
      _updateIFrame(fqstate);
    } else {
      if (fqstate.length > 0) {
	location.hash = fqstate;
      }
    }
    if (generateEvent)
      onStateChange();
  },
  getCurrentState: function () {
    if (!_initialized) {
      return "";
    }
    return unescape(_currentState);
  }
  };
})();

}

})();

if (window.Wt && window.Wt._p_) {
  try {
    window.Wt._p_.quit(true);
  } catch (e) {
  }
}

window.Wt = new (function() {

var self = this;
var WT = Wt3_3_2;
/** @const */ var UNDEFINED = 'undefined';
/** @const */ var UNKNOWN = 'unknown'; // seen on IE for reasons unknown

var downX = 0;
var downY = 0;

var deployUrl = '/';

function saveDownPos(e) {
  var coords = WT.pageCoordinates(e);
  downX = coords.x;
  downY = coords.y;
};

var currentHash = null;

function onHashChange() {
  var newLocation = Wt3_3_2.history.getCurrentState();

  if (newLocation != null &&
      newLocation.length > 0 &&
      newLocation.substr(0, 1) != '/')
    return;

  if (currentHash == newLocation)
    return;

  currentHash = newLocation;

  setTimeout(function() { update(null, 'hash', null, true); }, 1);
};

function setHash(newLocation, generateEvent) {
  if (currentHash == newLocation || (!currentHash && newLocation == '/'))
    return;

  if (!generateEvent)
    currentHash = newLocation;

  WT.history.navigate(newLocation, generateEvent);
};

var dragState = {
  object: null,
  sourceId: null,
  mimeType: null,
  dropOffsetX: null,
  dragOffsetY: null,
  dropTarget: null,
  objectPrevStyle: null,
  xy: null
};

function initDragDrop() {
  document.body.ondragstart=function() {
    return false;
  };
}

function dragStart(obj, e) {
  var t = WT.target(e);
  if (t) {
    /*
     * Ignore drags that start on a scrollbar (#1231)
     */
    if (WT.css(t, 'display') !== 'inline' &&
	(t.offsetWidth > t.clientWidth ||
	 t.offsetHeight > t.clientHeight)) {
      var wc = WT.widgetPageCoordinates(t);
      var pc = WT.pageCoordinates(e);
      var x = pc.x - wc.x;
      var y = pc.y - wc.y;
      if (x > t.clientWidth || y > t.clientHeight)
	return true;
    }
  }

  // drag element attributes:
  //   dwid = dragWidgetId
  //   dsid = dragSourceId
  //   dmt = dragMimeType
  // drop element attributes:
  //   amts = acceptMimeTypes
  //   ds = dropSignal

  var ds = dragState;

  ds.object = WT.getElement(obj.getAttribute("dwid"));
  if (ds.object == null)
    return true;

  ds.sourceId = obj.getAttribute("dsid");
  ds.objectPrevStyle = {
    position: ds.object.style.position,
    display: ds.object.style.display,
    left: ds.object.style.left,
    top: ds.object.style.top,
    className: ds.object.className
  };

  ds.object.parentNode.removeChild(ds.object);
  ds.object.style.position = 'absolute';
  ds.object.className = ds.objectPrevStyle.className + '';
  ds.object.style.zIndex = '1000';
  document.body.appendChild(ds.object);

  WT.capture(null);
  WT.capture(ds.object);

  ds.object.onmousemove = dragDrag;
  ds.object.onmouseup = dragEnd;

  ds.offsetX = -4;
  ds.offsetY = -4;
  ds.dropTarget = null;
  ds.mimeType = obj.getAttribute("dmt");
  ds.xy = WT.pageCoordinates(e);

  WT.cancelEvent(e, WT.CancelPropagate);

  return false;
};

function dragDrag(e) {
  e = e || window.event;
  if (dragState.object !== null) {
    var ds = dragState;
    var xy = WT.pageCoordinates(e);

    if (ds.object.style.display !== '' &&
	ds.xy.x !== xy.x &&
	ds.xy.y !== xy.y)
      ds.object.style.display = '';

    ds.object.style.left = (xy.x - ds.offsetX) + 'px';
    ds.object.style.top = (xy.y - ds.offsetY) + 'px';

    var prevDropTarget = ds.dropTarget;
    var t = WT.target(e);
    if (t == ds.object) {
      if (document.elementFromPoint) {
	ds.object.style['display']='none';
	t = document.elementFromPoint(e.clientX, e.clientY);
	ds.object.style['display']='';
      }
    }

    var mimeType = "{" + ds.mimeType + ":";
    var amts = null;

    ds.dropTarget = null;

    while (t) {
      amts = t.getAttribute("amts");
      if ((amts != null) && (amts.indexOf(mimeType) != -1)) {
	ds.dropTarget = t;
	break;
      }
      t = t.parentNode;
      if (!t.tagName || WT.hasTag(t, "HTML"))
	break;
    }

    if (ds.dropTarget != prevDropTarget) {
      if (ds.dropTarget) {
        var s = amts.indexOf(mimeType) + mimeType.length;
	var se = amts.indexOf("}", s);
	var style = amts.substring(s, se);
	if (style.length != 0) {
          ds.dropTarget.setAttribute("dos", ds.dropTarget.className);
	  ds.dropTarget.className = ds.dropTarget.className + " " + style;
        }
      } else {
        ds.object.styleClass = '';
      }

      if (prevDropTarget != null) {
	if (prevDropTarget.handleDragDrop)
	  prevDropTarget.handleDragDrop('end', ds.object, e, '', mimeType);
	var dos = prevDropTarget.getAttribute("dos");
        if (dos != null)
	  prevDropTarget.className = dos;
      }
    }

    if (ds.dropTarget) {
      if (ds.dropTarget.handleDragDrop)
	ds.dropTarget.handleDragDrop('drag', ds.object, e, '', mimeType);
      else
	ds.object.className = ds.objectPrevStyle.className + ' Wt-valid-drop';
    } else
      ds.object.className = ds.objectPrevStyle.className + '';

    return false;
  }

  return true;
};

function dragEnd(e) {
  e = e || window.event;
  WT.capture(null);

  var ds = dragState;

  if (ds.object) {
    if (ds.dropTarget) {
      var dos = ds.dropTarget.getAttribute("dos");
      if (dos != null)
	  ds.dropTarget.className = dos;
      if (ds.dropTarget.handleDragDrop)
	ds.dropTarget.handleDragDrop('drop', ds.object, e,
				     ds.sourceId, ds.mimeType);
      else
	emit(ds.dropTarget, {name: "_drop", eventObject: ds.dropTarget,
	      event: e}, ds.sourceId, ds.mimeType);
    } else {
      // could not be dropped, animate it floating back ?
    }

    ds.object.style.position = ds.objectPrevStyle.position;
    ds.object.style.display = ds.objectPrevStyle.display;
    ds.object.style.left = ds.objectPrevStyle.left;
    ds.object.style.top = ds.objectPrevStyle.top;
    ds.object.className = ds.objectPrevStyle.className;

    ds.object = null;
  }
};

function encodeTouches(s, touches, widgetCoords) {
  var i, il, result;

  result = s + "=";
  for (i = 0, il = touches.length; i < il; ++i) {
    var t = touches[i];
    if (i != 0)
      result += ';';
    result += [ t.identifier,
		t.clientX, t.clientY,
		t.pageX, t.pageY,
		t.screenX, t.screenY,
		t.pageX - widgetCoords.x, t.pageY - widgetCoords.y ].join(';');
  }

  return result;
}

var formObjects = [];

function encodeEvent(event, i) {
  var se, result, e;

  e = event.event;
  se = i > 0 ? '&e' + i : '&';
  result = se + 'signal=' + event.signal;

  if (event.id) {
    result += se + 'id=' + event.id
        + se + 'name=' + encodeURIComponent(event.name)
        + se + 'an=' + event.args.length;

    for (var j = 0; j < event.args.length; ++j)
      result += se + 'a' + j + '=' + encodeURIComponent(event.args[j]);
  }

  for (var x = 0; x < formObjects.length; ++x) {
    var el = WT.getElement(formObjects[x]), v = null, j, jl;

    if (el == null)
      continue;

    if (el.wtEncodeValue)
      v = el.wtEncodeValue(el);
    else if (el.type == 'select-multiple') {
      for (j = 0, jl = el.options.length; j < jl; j++)
	if (el.options[j].selected) {
	  result += se + formObjects[x] + '='
	    + encodeURIComponent(el.options[j].value);
	}
    } else if (el.type == 'checkbox' || el.type == 'radio') {
      if (el.indeterminate || el.style.opacity == '0.5')
	v = 'i';
      else if (el.checked)
	v = el.value;
    } else if (el.type != 'file') {
      if ($(el).hasClass('Wt-edit-emptyText'))
	v = '';
      else {
	/* For WTextEdit */
	if (el.ed)
	  el.ed.save();
	v = '' + el.value;
      }

      if (WT.hasFocus(el)) {
	var range = WT.getSelectionRange(el);
	result += se + "selstart=" + range.start
	  + se + "selend=" + range.end;
      }
    }

    if (v != null)
      result += se + formObjects[x] + '=' + encodeURIComponent(v);
  }


  try {
    if (document.activeElement)
      result += se + "focus=" + document.activeElement.id;
  } catch (e) { }

  if (currentHash != null)
    result += se + '_=' + encodeURIComponent(currentHash);

  if (!e) {
    event.data = result;
    return event;
  }

  var t = WT.target(e);
  while (t && !t.id && t.parentNode)
    t = t.parentNode;
  if (t && t.id)
    result += se + 'tid=' + t.id;

  try {
    if (typeof e.type === 'string')
      result += se + 'type=' + e.type;
  } catch (e) {
  }

  if (typeof e.clientX !== UNDEFINED && 
      typeof e.clientX !== UNKNOWN)
    result += se + 'clientX=' + Math.round(e.clientX) + se
	+ 'clientY=' + Math.round(e.clientY);

  var pageCoords = WT.pageCoordinates(e);
  var posX = pageCoords.x;
  var posY = pageCoords.y;

  if (posX || posY) {
    result += se + 'documentX=' + Math.round(posX) + se
	  + 'documentY=' + Math.round(posY);
    result += se + 'dragdX=' + Math.round(posX - downX) + se
	  + 'dragdY=' + Math.round(posY - downY);

    var delta = WT.wheelDelta(e);
    result += se + 'wheel=' + Math.round(delta);
  }

  if (typeof e.screenX !== UNDEFINED &&
      typeof e.screenX !== UNKNOWN)
    result += se + 'screenX=' + Math.round(e.screenX) + se
	+ 'screenY=' + Math.round(e.screenY);

  var widgetCoords = { x: 0, y: 0 };

  if (event.object && event.object.nodeType != 9) {
    widgetCoords = WT.widgetPageCoordinates(event.object);
    var objX = widgetCoords.x;
    var objY = widgetCoords.y;

    if (typeof event.object.scrollLeft !== UNDEFINED &&
	typeof event.object.scrollLeft !== UNKNOWN) {
      result += se + 'scrollX=' + Math.round(event.object.scrollLeft)
	+ se + 'scrollY=' + Math.round(event.object.scrollTop)
	+ se + 'width=' + Math.round(event.object.clientWidth)
	+ se + 'height=' + Math.round(event.object.clientHeight);
    }

    result += se + 'widgetX=' + Math.round(posX - objX) + se
	  + 'widgetY=' + Math.round(posY - objY);
  }

  var button = WT.button(e);
  if (!button) {
    if (WT.buttons & 1)
      button = 1;
    else if (WT.buttons & 2)
      button = 2;
    else if (WT.buttons & 4)
      button = 4;
  }
  result += se + 'button=' + button;

  if (typeof e.keyCode !== UNDEFINED && 
      typeof e.keyCode !== UNKNOWN)
    result += se + 'keyCode=' + e.keyCode;

  if (typeof e.type === 'string') {
    var charCode = 0;
    if (typeof e.charCode !== UNDEFINED) {
      if (e.type === 'keypress')
	charCode = e.charCode;
    } else {
      if (e.type === 'keypress')
	charCode = e.keyCode;
    }
    result += se + 'charCode=' + charCode;
  }

    
  if (typeof e.altKey !== UNDEFINED && 
      typeof e.altKey !== UNKNOWN &&
      e.altKey)
    result += se + 'altKey=1';
  if (typeof e.ctrlKey !== UNDEFINED &&
      typeof e.ctrlKey !== UNKNOWN &&
      e.ctrlKey)
    result += se + 'ctrlKey=1';
  if (typeof e.metaKey !== UNDEFINED &&
      typeof e.metaKey !== UNKNOWN &&
      e.metaKey)
    result += se + 'metaKey=1';
  if (typeof e.shiftKey !== UNDEFINED && typeof e.shiftKey !== UNKNOWN &&
      e.shiftKey)
    result += se + 'shiftKey=1';

  if (typeof e.touches !== UNDEFINED)
    result += encodeTouches(se + "touches", e.touches, widgetCoords);
  if (typeof e.targetTouches !== UNDEFINED)
    result += encodeTouches(se + "ttouches", e.targetTouches, widgetCoords);
  if (typeof e.changedTouches !== UNDEFINED)
    result += encodeTouches(se + "ctouches", e.changedTouches, widgetCoords);

  if (typeof e.scale !== UNDEFINED &&
      typeof e.scale !== UNKNOWN &&
      e.scale)
    result += se + "scale=" + e.scale;
  if (typeof e.rotation !== UNDEFINED &&
      typeof e.rotation !== UNKNOWN &&
      e.rotation)
    result += se + "rotation=" + e.rotation;

  event.data = result;
  return event;
};

var sentEvents = [], pendingEvents = [];

function encodePendingEvents() {
  var result = '', feedback = false;

  for (var i = 0; i < pendingEvents.length; ++i) {
    feedback = feedback || pendingEvents[i].feedback;
    result += pendingEvents[i].data;
  }

  sentEvents = pendingEvents;
  pendingEvents = [];

  return { feedback: feedback, result: result };
}

var sessionUrl,
  quited = false,
  norestart = false,
  loaded = false,
  responsePending = null,
  pollTimer = null,
  keepAliveTimer = null,
  commErrors = 0,
  serverPush = false,
  updateTimeout = null;

function quit(silent) {
  quited = true;
  if (silent)
    norestart = true;
  if (keepAliveTimer) {
    clearInterval(keepAliveTimer);
    keepAliveTimer = null;
  }
  var tr = $('#Wt-timers');
  if (tr.size() > 0)
    WT.setHtml(tr.get(0), '', false);
}

function doKeepAlive() {
  WT.history._initTimeout();
  if (commErrors == 0)
    update(null, 'none', null, false);
}

function debug(s) {
  document.body.innerHTML += s;
}

function setTitle(title) {
  if (WT.isIEMobile) return;
  document.title = title;
}

function load(fullapp) {
  if (loaded)
    return;

  if (fullapp) {
    if (!window.WtLoadWidgetTree)
      return; // That's too soon baby.

    WT.history.initialize("Wt-history-field", "Wt-history-iframe", deployUrl);
  }

  if (!("activeElement" in document)) {
    function trackActiveElement(evt) {
      if (evt && evt.target) {
	document.activeElement = evt.target == document ? null : evt.target;
      }
    }

    function trackActiveElementLost(evt) {
      document.activeElement = null;
    }

    document.addEventListener("focus", trackActiveElement, true);
    document.addEventListener("blur", trackActiveElementLost, true);
  }

  // this could be cancelled leading to havoc?
  $(document).mousedown(WT.mouseDown).mouseup(WT.mouseUp);

  WT.history._initialize();
  initDragDrop();
  loaded = true;

  if (fullapp)
    window.WtLoadWidgetTree();

  if (!quited) {
    if (!keepAliveTimer) {
      keepAliveTimer = setInterval(doKeepAlive, 300000);
    }
  }
}

var currentHideLoadingIndicator = null;

function cancelFeedback(timer) {
  clearTimeout(timer);
  document.body.style.cursor = 'auto';

  if (currentHideLoadingIndicator != null) {
    try {
      currentHideLoadingIndicator();
    } catch (e) {
    }
    currentHideLoadingIndicator = null;
  }
}

function waitFeedback() {
  document.body.style.cursor = 'wait';
  currentHideLoadingIndicator = hideLoadingIndicator;
  showLoadingIndicator();
}

/** @const */ var WebSocketsUnknown = 0;
/** @const */ var WebSocketsWorking = 1;
/** @const */ var WebSocketsUnavailable = 2;

var websocket = {
  state: WebSocketsUnknown,
  socket: null,
  keepAlive: null,
  reconnectTries: 0
};

function setServerPush(how) {
  serverPush = how;
}

function doAutoJavaScript() {
    self._p_.autoJavaScript();
}

function doJavaScript(js) {
  if (js) {
    js = "(function() {" + js + "})();";
    if (window.execScript)
      window.execScript(js);
    else
      window.eval(js);
  }

  if (self == window.Wt)
    doAutoJavaScript();
}

function handleResponse(status, msg, timer) {
  if (quited)
    return;

  if (waitingForJavaScript) {
    setTimeout(function() { handleResponse(status, msg, timer); }, 50);
    return;
  }

  if (status == 0) {
    WT.resolveRelativeAnchors();
;
    try {
;
      doJavaScript(msg);
;
    } catch (e) {
      var stack = null;

;
      alert("Wt internal error: " + e + ", code: " +  e.code
	    + ", description: " + e.description
	    + (stack ? (", stack:\n" + stack) : ""));
    }
;

    if (timer)
      cancelFeedback(timer);
  } else {
    pendingEvents = sentEvents.concat(pendingEvents);
  }

  sentEvents = [];

  if (pollTimer) {
    clearTimeout(pollTimer);
    pollTimer = null;
  }

  responsePending = null;

  if (status > 0)
    ++commErrors;
  else
    commErrors = 0;

  if (quited)
    return;

  if (serverPush || pendingEvents.length > 0) {
    if (status == 1) {
      var ms = Math.min(120000, Math.exp(commErrors) * 500);
      updateTimeout = setTimeout(function() { sendUpdate(); }, ms);
    } else
      sendUpdate();
  }
};

function setSessionUrl(url) {
  if (url.indexOf("://") != -1 || url[0] == '/')
    sessionUrl = url;
  else
    sessionUrl = deployUrl + url;

  if (comm)
    comm.setUrl(url);
}

setSessionUrl('?wtd=sePq2iWFUFihiLgO');

var comm = WT.initAjaxComm(sessionUrl, handleResponse);

function doPollTimeout() {
  responsePending.abort();
  responsePending = null;
  pollTimer = null;

  if (!quited)
    sendUpdate();
}

var updating = false;

function update(el, signalName, e, feedback) {
  /*
   * Konqueror may recurisvely call update() because
   * /reading/ offsetLeft or offsetTop triggers an onscroll event ??
   */
  if (updating)
    return;

  updating = true;

  WT.checkReleaseCapture(el, e);

;

  var pendingEvent = new Object(), i = pendingEvents.length;
  pendingEvent.object = el;
  pendingEvent.signal = signalName;
  pendingEvent.event = window.fakeEvent || e;
  pendingEvent.feedback = feedback;

  pendingEvents[i] = encodeEvent(pendingEvent, i);

  scheduleUpdate();

  doJavaScript();

;

  updating = false;
}

var updateTimeoutStart;

function scheduleUpdate() {
  if (quited) {
    if (norestart)
      return;
    if (confirm("The application was quited, do you want to restart?")) {
      document.location = document.location;
      norestart = true;
      return;
    } else {
      norestart = true;
      return;
    }
  }

;

  if (responsePending != null && pollTimer != null) {
    clearTimeout(pollTimer);
    responsePending.abort();
    responsePending = null;
  }

  if (responsePending == null) {
    if (updateTimeout == null) {
      updateTimeout = setTimeout(function() { sendUpdate(); }, WT.updateDelay);
      updateTimeoutStart = (new Date).getTime();
    } else if (commErrors) {
      clearTimeout(updateTimeout);
      sendUpdate();
    } else {
      var diff = (new Date).getTime() - updateTimeoutStart;
      if (diff > WT.updateDelay) {
	clearTimeout(updateTimeout);
	sendUpdate();
      }
    }
  }
}

var ackUpdateId = 546874505, ackPuzzle = null;
function responseReceived(updateId, puzzle) {
  ackPuzzle = puzzle;
  ackUpdateId = updateId;
  comm.responseReceived(updateId);
}

var pageId = 0;
function setPage(id)
{
  pageId = id;
}

function sendUpdate() {
  if (self != window.Wt) {
    quit(true);
    return;
  }

  if (responsePending)
    return;

  updateTimeout = null;
  var feedback;

  if (WT.isIEMobile) feedback = false;

  if (quited)
    return;

  var data, tm, poll;

  if (pendingEvents.length > 0) {
    data = encodePendingEvents();
    tm = data.feedback ? setTimeout(waitFeedback, 500)
      : null;
    poll = false;
  } else {
    data = {result: '&signal=poll' };
    tm = null;
    poll = true;
  }

  data.result += '&ackId=' + ackUpdateId + '&pageId=' + pageId;

  if (ackPuzzle) {
    var solution = '';
    var d = $('#' + ackPuzzle).get(0);
    if (d) {
      d = d.parentNode;

      for (; !WT.hasTag(d, 'BODY'); d = d.parentNode) {
	if (d.id) {
	  if (solution != '') solution += ',';
	  solution += d.id;
	}
      }
    }

    data.result += '&ackPuzzle=' + encodeURIComponent(solution);
  }

  var params = "";
  if (params.length > 0)
    data.result += '&' + params;

  if (websocket.socket != null && websocket.socket.readyState == 1) {
    responsePending = null;

    if (tm != null) {
      clearTimeout(tm);
      tm = null;
    }

    if (!poll) {
      websocket.socket.send(data.result);
    }
  } else {
    responsePending = comm.sendUpdate
      ('request=jsupdate' + data.result, tm, ackUpdateId, -1);

    pollTimer
     = poll ? setTimeout(doPollTimeout, 50000) : null;
  }
}

function propagateSize(element, width, height) {
  /*
   * Propagate the size, even if it's the elements unconstrained size.
   */
  if (width == -1)
    width = element.offsetWidth;
  if (height == -1)
    height = element.offsetHeight;

  if ((typeof element.wtWidth === UNDEFINED)
      || (element.wtWidth != width)
      || (typeof element.wtHeight === UNDEFINED)
      || (element.wtHeight != height)) {
    element.wtWidth = width;
    element.wtHeight = height;

    if (width >= 0 && height >= 0)
      emit(element, 'resized', width, height);
  }
}

function emit(object, config) {
  var userEvent = new Object(), ei = pendingEvents.length;
  userEvent.signal = "user";

  if (typeof object === "string")
    userEvent.id = object;
  else if (object == self)
    userEvent.id = "app";
  else
    userEvent.id = object.id;

  if (typeof config === "object") {
    userEvent.name = config.name;
    userEvent.object = config.eventObject;
    userEvent.event = config.event;
  } else {
    userEvent.name = config;
    userEvent.object = userEvent.event = null;
  }

  userEvent.args = [];
  for (var i = 2; i < arguments.length; ++i) {
    var a = arguments[i], r;
    if (a === false)
      r = 0;
    else if (a === true)
      r = 1;
    else if (a.toDateString)
      r = a.toDateString();
    else
      r = a;
    userEvent.args[i-2] = r;
  }
  userEvent.feedback = true;

  pendingEvents[ei] = encodeEvent(userEvent, ei);

  scheduleUpdate();
}

function addTimerEvent(timerid, msec, repeat) {
  var tm = function() {
    var obj = WT.getElement(timerid);
    if (obj) {
      if (repeat)
	obj.timer = setTimeout(obj.tm, msec);
      else {
	obj.timer = null;
	obj.tm = null;
      }
      if (obj.onclick)
	obj.onclick();
    }
  };
  
  var obj = WT.getElement(timerid);
  if (obj.timer)
    clearTimeout(obj.timer);
  obj.timer = setTimeout(tm, msec);
  obj.tm = tm;
}

var jsLibsLoaded = {};
var waitingForJavaScript = false;

function onJsLoad(path, f) {
  // setTimeout needed for Opera
  setTimeout(function() {
    if (jsLibsLoaded[path] === true) {
      waitingForJavaScript = false;
      f();
    } else
      jsLibsLoaded[path] = f;
    }, 20);

  waitingForJavaScript = true;
};

function jsLoaded(path)
{
  if (jsLibsLoaded[path] === true)
    return;
  else {
    if (typeof jsLibsLoaded[path] !== UNDEFINED) {
      waitingForJavaScript = false;
      jsLibsLoaded[path]();
    }
    jsLibsLoaded[path] = true;
  }
};

function loadScript(uri, symbol, tries)
{
  var loaded = false, error = false;

  function onerror() {
    if (!loaded && !error) {
      error = true;

      var t = tries === undefined ? (WT.isIE ? 1 : 2) : tries;
      if (t > 1) {
	loadScript(uri, symbol, t - 1);
      } else {
	alert('Fatal error: failed loading ' + uri);
	quit(true);
      }      
    }
  }

  function onload() {
    if (!loaded && !error) {
      loaded = true;
      jsLoaded(uri);
    }
  }

  if (symbol != "") {
    try {
      loaded = !eval("typeof " + symbol + " === 'undefined'");
    } catch (e) {
      loaded = false;
    }
  }

  if (!loaded) {
    var s = document.createElement('script');
    s.setAttribute('src', uri);
    s.onload = onload;
    s.onerror = onerror;
    s.onreadystatechange = function() {
      var rs = s.readyState;
      if (rs == 'loaded') { // may still be 404 in IE<=8; too bad!
	if (WT.isOpera || WT.isIE) {
	  onload();
	} else
	  onerror();
      } else if (rs == 'complete') {
	onload();
      }
    };
    var h = document.getElementsByTagName('head')[0];
    h.appendChild(s);
  } else {
    jsLoaded(uri);
  }
};

function ImagePreloader(uris, callback) {
  this.callback = callback;
  this.work = uris.length;
  this.images = [];

  if (uris.length == 0)
    callback(this.images);
  else
    for (var i = 0; i < uris.length; i++)
      this.preload(uris[i]);
};

ImagePreloader.prototype.preload = function(uri) {
  var image = new Image;
  this.images.push(image);
  image.onload = ImagePreloader.prototype.onload;
  image.onerror = ImagePreloader.prototype.onload;
  image.onabort = ImagePreloader.prototype.onload;
  image.imagePreloader = this;

  image.src = uri;
};

ImagePreloader.prototype.onload = function() {
  var preloader = this.imagePreloader;
  if (--preloader.work == 0)
    preloader.callback(preloader.images);
};

/////////////////////////////////////////////////////////////////////
// TG: A binary Buffer preloader

// Constructor, preloads the given uris and stores them in arrayBuffers[]
function ArrayBufferPreloader(uris, callback) {
  // init members
  // callback, when everything is loaded
  this.callback = callback;
  // number of open requests
  this.work = uris.length;
  // resulting buffers
  this.arrayBuffers = [];
  
  // if urls are missing, call callback without buffers
  if (uris.length == 0)
    callback(this.arrayBuffers);
  else 
  {
    // if uris are given, load them asynchronously
    for (var i = 0; i < uris.length; i++)
      this.preload(uris[i], i);
  }
};

// preload function: downloads buffer at the given URI
ArrayBufferPreloader.prototype.preload = function(uri, index) {
  var xhr = new XMLHttpRequest();
  // open the resource, send asynchronously (without waiting for answer)
  xhr.open("GET", uri, true);
  xhr.responseType = "arraybuffer"; 

  // give xhr write access to array
  xhr.arrayBuffers = this.arrayBuffers;
  xhr.preloader = this;
  xhr.index = index; // needed to maintain the mapping
  xhr.uri = uri;

  // behaviour when it was loaded-> redirect to ArrayBufferPreloader
  xhr.onload = function(e) {

    console.log("XHR load buffer " + this.index + " from uri " + this.uri);

    //this.arrayBuffers[this.index] = new Uint8Array(this.response);
    this.arrayBuffers[this.index] = this.response;
    this.preloader.afterLoad();
  };

  xhr.onerror = ArrayBufferPreloader.prototype.afterload;
  xhr.onabort = ArrayBufferPreloader.prototype.afterload;

  // actually start the query
  xhr.send();
};

ArrayBufferPreloader.prototype.afterLoad = function() {
  if (--this.work == 0)
    // last request finished -> call callback
    this.callback(this.arrayBuffers);
};
/////////////////////////////////////////////////////////////////////


function enableInternalPaths(initialHash) {
  currentHash = initialHash;
  WT.history.register(initialHash, onHashChange);
}

// For use in FlashObject.js. In IE7, the alternative content is
// not inserted in the DOM and when it is, it cannot contain JavaScript.
// Through a hack in the style attribute, we do execute JS, but what we
// can do there is limited. Hence this helper method.
function ieAlternative(d)
{
  if (d.ieAlternativeExecuted) return '0';
  self.emit(d.parentNode, 'IeAltnernative');
  d.style.width = '';
  d.ieAlternativeExecuted = true;
  return '0';
}

window.onunload = function()
{
  if (!quited) {
    self.emit(self, "Wt-unload");
    scheduleUpdate();
    sendUpdate();
  }
};

function setCloseMessage(m)
{
  if (m && m != '') {
    window.onbeforeunload = function(event) {
      var e = event || window.event;

      if (e)
	e.returnValue = m;

      return m;
    };
  } else
    window.onbeforeunload = null;
};

this._p_ = {
  ieAlternative : ieAlternative,
  loadScript : loadScript,
  onJsLoad : onJsLoad,
  setTitle : setTitle,
  update : update,
  quit : quit,
  setSessionUrl : setSessionUrl,
  setFormObjects : function(o) { formObjects = o; },
  saveDownPos : saveDownPos,
  addTimerEvent : addTimerEvent,
  load : load,
  setServerPush : setServerPush,

  dragStart : dragStart,
  dragDrag : dragDrag,
  dragEnd : dragEnd,
  capture : WT.capture,

  enableInternalPaths : enableInternalPaths,
  onHashChange : onHashChange,
  setHash : setHash,
  ImagePreloader : ImagePreloader,  
  ArrayBufferPreloader : ArrayBufferPreloader,
  
  doAutoJavaScript : doAutoJavaScript,
  autoJavaScript : function() { },

  response : responseReceived,
  setPage : setPage,
  setCloseMessage : setCloseMessage,
  
  propagateSize : propagateSize
};

this.WT = Wt3_3_2;
this.emit = emit;

})();

window.WtSignalEmit = Wt.emit;

window.WtOnLoad = function() {
  Wt._p_.load();
};
Wt._p_.setPage(0);Wt3_3_2.StdLayout2 = function(F,D,M,V,W,X,aa,q,E,y,A){function z(a,b,c,f){function i(h){return h=="visible"||h=="none"}var k=s[b],j=b?a.scrollHeight:a.scrollWidth,t,d;if(b==0){var l=e.pxself(a,k.left);if(j+l>f.clientWidth||j+l==f.clientWidth&&e.isGecko&&f.parentNode.parentNode.style.visibility==="hidden"){t=a.style[k.left];v(a,k.left,"-1000000px");j=b?a.scrollHeight:a.scrollWidth}}f=b?a.clientHeight:a.clientWidth;if(e.isGecko&&!a.style[k.size]&&b==0&&i(e.css(a, "overflow"))){d=a.style[k.size];v(a,k.size,"")}l=b?a.offsetHeight:a.offsetWidth;t&&v(a,k.left,t);d&&v(a,k.size,d);if(f>=1E6)f-=1E6;if(j>=1E6)j-=1E6;if(l>=1E6)l-=1E6;if(j===0){j=e.pxself(a,k.size);if(j!==0&&!e.isOpera&&!e.isGecko)j-=e.px(a,"border"+k.Left+"Width")+e.px(a,"border"+k.Right+"Width")}if(e.isIE&&(e.hasTag(a,"BUTTON")||e.hasTag(a,"TEXTAREA")||e.hasTag(a,"INPUT")||e.hasTag(a,"SELECT")))j=f;if(j>l)if(e.pxself(a,k.size)==0)j=f;else{var m=false;$(a).find(".Wt-popup").each(function(){if(this.style.display!== "none")m=true});if(m)j=f}d=e.px(a,"border"+k.Left+"Width")+e.px(a,"border"+k.Right+"Width");t=l-(f+d)!=0;if(c)return[j,scrollBar];if(e.isGecko&&b==0&&a.getBoundingClientRect().width!=Math.ceil(a.getBoundingClientRect().width))j+=1;if(!e.boxSizing(a)&&!e.isOpera)j+=d;j+=e.px(a,"margin"+k.Left)+e.px(a,"margin"+k.Right);if(!e.boxSizing(a)&&!e.isIE)j+=e.px(a,"padding"+k.Left)+e.px(a,"padding"+k.Right);j+=l-(f+d);if(j<l)j=l;a=e.px(a,"max"+k.Size);if(a>0)j=Math.min(a,j);return[Math.round(j),t]}function C(a, b){b=s[b];if(a.style.display==="none")return 0;else if(a["layoutMin"+b.Size])return a["layoutMin"+b.Size];else{var c=e.px(a,"min"+b.Size);e.boxSizing(a)||(c+=e.px(a,"padding"+b.Left)+e.px(a,"padding"+b.Right));return c}}function x(a,b){b=s[b];var c=e.px(a,"margin"+b.Left)+e.px(a,"margin"+b.Right);if(!e.boxSizing(a)&&!(e.isIE&&!e.isIElt9&&e.hasTag(a,"BUTTON")))c+=e.px(a,"border"+b.Left+"Width")+e.px(a,"border"+b.Right+"Width")+e.px(a,"padding"+b.Left)+e.px(a,"padding"+b.Right);return c}function N(a, b){b=s[b];return e.px(a,"padding"+b.Left)+e.px(a,"padding"+b.Right)}function G(a,b){if(e.boxSizing(a)){b=s[b];return e.px(a,"border"+b.Left+"Width")+e.px(a,"border"+b.Right+"Width")+e.px(a,"padding"+b.Left)+e.px(a,"padding"+b.Right)}else return 0}function ba(a,b){b=s[b];return Math.round(e.px(a,"border"+b.Left+"Width")+e.px(a,"border"+b.Right+"Width")+e.px(a,"margin"+b.Left)+e.px(a,"margin"+b.Right)+e.px(a,"padding"+b.Left)+e.px(a,"padding"+b.Right))}function Y(a,b,c){a.dirty=Math.max(a.dirty,b); P=true;c&&F.layouts2.scheduleAdjust()}function v(a,b,c){if(a.style[b]!==c){a.style[b]=c;return true}else return false}function ra(a,b,c){var f=s[a],i=f.config.length,k=s[a^1].config.length,j=f.measures.slice();if(j.length==5){j[0]=j[0].slice();j[1]=j[1].slice()}if(P){if(c&&typeof f.minSize=="undefined"){f.minSize=e.px(c,"min"+f.Size);if(f.minSize>0)f.minSize-=G(c,a)}var t=[],d=[],l=0,m=0,h,H,r=false;for(h=0;h<i;++h){var n=0,u=f.config[h][2],p=true;for(H=0;H<k;++H){var g=f.getItem(h,H);if(g){if(!g.w|| a==0&&g.dirty>1){var o=$("#"+g.id),w=o.get(0);if(!w){f.setItem(h,H,null);continue}if(w!=g.w){g.w=w;o.find("img").add(o.filter("img")).bind("load",{item:g},function(S){Y(S.data.item,1,true)})}}if(!X&&g.w.style.position!="absolute"){g.w.style.position="absolute";g.w.style.visibility="hidden"}if(!g.ps)g.ps=[];if(!g.sc)g.sc=[];if(!g.ms)g.ms=[];if(!g.size)g.size=[];if(!g.psize)g.psize=[];if(!g.fs)g.fs=[];if(!g.margin)g.margin=[];if($(g.w).hasClass("Wt-hidden"))g.ps[a]=g.ms[a]=0;else{o=!g.set;if(!g.set)g.set= [false,false];if(g.w){if(e.isIE)g.w.style.visibility="";if(g.dirty){if(g.dirty>1){w=C(g.w,a);g.ms[a]=w}else w=g.ms[a];if(w>u)u=w;if(g.dirty>1)g.margin[a]=x(g.w,a);if(!g.set[a])if(a==0||!o){o=e.pxself(g.w,f.size);g.fs[a]=o?o+g.margin[a]:0}else{o=Math.round(e.px(g.w,f.size));g.fs[a]=o>Math.max(G(g.w,a),w)?o+g.margin[a]:0}o=g.fs[a];if(g.layout){if(o==0)o=g.ps[a];g.ps[a]=o}else{if(g.wasLayout){g.wasLayout=false;g.set=[false,false];g.ps=[];g.w.wtResize&&g.w.wtResize(g.w,-1,-1,true);v(g.w,s[1].size,"")}w= z(g.w,a,false,b);var K=w[0],T=g.set[a];if(T)if(g.psize[a]>8)T=K>=g.psize[a]-4&&K<=g.psize[a]+4;var ka=typeof g.ps[a]!=="undefined"&&f.config[h][0]>0&&g.set[a];o=T||ka?Math.max(o,g.ps[a]):Math.max(o,K);g.ps[a]=o;g.sc[a]=w[1]}if(!g.span||g.span[a]==1){if(o>n)n=o}else r=true}else if(!g.span||g.span[a]==1){if(g.ps[a]>n)n=g.ps[a];if(g.ms[a]>u)u=g.ms[a]}else r=true;if(!(g.w.style.display==="none"&&!g.w.ed)&&(!g.span||g.span[a]==1))p=false}}}}if(p)u=n=-1;else if(u>n)n=u;t[h]=n;d[h]=u;if(u>-1){l+=n;m+=u}}if(r){function oa(S, fa){for(h=0;h<i;++h)for(H=0;H<k;++H){var Z=f.getItem(h,H);if(Z&&Z.span&&Z.span[a]>1){var ca=S(Z),ga=0,ha=0,I;for(I=0;I<Z.span[a];++I){var Q=fa[h+I];if(Q!=-1){ca-=Q;++ga;if(f.config[h+I][0]>0)ha+=f.config[h+I][0]}}if(ca>=0)if(ga>0){if(ha>0)ga=ha;for(I=0;I<Z.span[a];++I){Q=fa[h+I];if(Q!=-1){Q=ha>0?f.config[h+I][0]:1;if(Q>0){var pa=Math.round(ca/Q);ca-=pa;ga-=Q;fa[h+I]+=pa}}}}else fa[h]=ca}}}oa(function(S){return S.ps[a]},t);oa(function(S){return S.ms[a]},d)}b=0;o=true;r=false;for(h=0;h<i;++h)if(d[h]> -1){if(o){b+=f.margins[1];o=false}else{b+=f.margins[0];if(r)b+=4}r=f.config[h][1]!==0}o||(b+=f.margins[2]);l+=b;m+=b;f.measures=[t,d,l,m,b]}if(da||j[2]!=f.measures[2])ia.updateSizeInParent(a);c&&f.minSize==0&&j[3]!=f.measures[3]&&c.parentNode.className!="Wt-domRoot"&&v(c,"min"+f.Size,f.measures[3]+"px");c&&a==0&&c&&e.hasTag(c,"TD")&&v(c,f.size,f.measures[2]+"px")}function sa(a,b,c){a=s[a];if(ea)c=-c;if(a.config[b][0]>0&&a.config[b+1][0]==0){++b;c=-c}a.fixedSize[b]=a.sizes[b]+c;F.layouts2.scheduleAdjust()} function ta(a,b,c){var f=b.di,i=s[a],k=s[a^1],j,t=e.getElement(D),d;for(d=f-1;d>=0;--d)if(i.sizes[d]>=0){j=-(i.sizes[d]-i.measures[1][d]);break}f=i.sizes[f]-i.measures[1][f];if(ea){var l=j;j=-f;f=-l}new e.SizeHandle(e,i.resizeDir,e.pxself(b,i.size),e.pxself(b,k.size),j,f,i.resizerClass,function(m){sa(a,d,m)},b,t,c,0,0)}function ua(a,b){var c=s[a],f=s[a^1],i=c.measures,k=0,j=false,t=false,d=false,l=ja?b.parentNode:null;if(c.maxSize===0)if(l){var m=e.css(l,"position");if(m==="absolute")k=e.pxself(l, c.size);if(k===0){if(!c.initialized){if(a===0&&(m==="absolute"||m==="fixed")){l.style.display="none";k=l.clientWidth;l.style.display=""}k=a?l.clientHeight:l.clientWidth;j=true;if(a==0&&k==0&&e.isIElt9){k=l.offsetWidth;j=false}var h;if((e.hasTag(l,"TD")||e.hasTag(l,"TH"))&&!(e.isIE&&!e.isIElt9)){d=0;h=1}else{d=c.minSize?c.minSize:i[3];h=0}function H(T,ka){return T-ka<=1}if(e.isIElt9&&H(k,h)||H(k,d+N(l,a)))c.maxSize=999999}if(k===0&&c.maxSize===0){k=a?l.clientHeight:l.clientWidth;j=true}}}else{k=e.pxself(b, c.size);t=true}else if(c.sizeSet){k=e.pxself(l,c.size);t=true}var r=0;if(l&&l.wtGetPS&&a==1)r=l.wtGetPS(l,b,a,0);d=i[2];if(d<c.minSize)d=c.minSize;if(c.maxSize&&!c.sizeSet){k=Math.min(d,c.maxSize)+r;v(l,c.size,k+G(l,a)+"px")&&O&&O.setElDirty(J);k=k;d=t=true}c.cSize=k;if(a==1&&l&&l.wtResize){h=f.cSize;d=c.cSize;l.wtResize(l,Math.round(h),Math.round(d),true)}k-=r;if(!t){t=0;if(typeof c.cPadding==="undefined"){t=j?N(l,a):G(l,a);c.cPadding=t}else t=c.cPadding;k-=t}c.initialized=true;if(!(l&&k<=0)){if(k< i[3]-r)k=i[3]-r;j=[];l=c.config.length;t=f.config.length;for(d=0;d<l;++d)c.stretched[d]=false;if(k>=i[3]-r){r=k-i[4];h=[];var n=[0,0],u=[0,0],p=0;for(d=0;d<l;++d)if(i[1][d]>-1){m=-1;if(typeof c.fixedSize[d]!=="undefined"&&(d+1==l||i[1][d+1]>-1))m=c.fixedSize[d];else if(c.config[d][1]!==0&&c.config[d][1][0]>=0){m=c.config[d][1][0];if(c.config[d][1][1])m=(k-i[4])*m/100}if(m>=0){h[d]=-1;j[d]=m;r-=j[d]}else{if(c.config[d][0]>0){m=1;h[d]=c.config[d][0];p+=h[d]}else{m=0;h[d]=0}n[m]+=i[1][d];u[m]+=i[0][d]; j[d]=i[0][d]}}else{h[d]=-2;j[d]=-1}if(p==0){for(d=0;d<l;++d)if(h[d]==0){h[d]=1;++p}u[1]=u[0];n[1]=n[0];u[0]=0;n[0]=0}if(r>u[0]+n[1]){r-=u[0];if(r>u[1]){if(c.fitSize){r-=u[1];r=r/p;for(d=0;d<l;++d)if(h[d]>0){j[d]+=Math.round(h[d]*r);c.stretched[d]=true}}}else{m=1;if(r<n[m])r=n[m];r=u[m]-n[m]>0?(r-n[m])/(u[m]-n[m]):0;for(d=0;d<l;++d)if(h[d]>0){n=i[0][d]-i[1][d];j[d]=i[1][d]+Math.round(n*r)}}}else{for(d=0;d<l;++d)if(h[d]>0)j[d]=i[1][d];r-=n[1];m=0;if(r<n[m])r=n[m];r=u[m]-n[m]>0?(r-n[m])/(u[m]-n[m]): 0;for(d=0;d<l;++d)if(h[d]==0){n=i[0][d]-i[1][d];j[d]=i[1][d]+Math.round(n*r)}}}else j=i[1];c.sizes=j;i=c.margins[1];r=true;n=false;for(d=0;d<l;++d){if(j[d]>-1){var g=n;if(n){h=D+"-rs"+a+"-"+d;n=e.getElement(h);if(!n){n=document.createElement("div");n.setAttribute("id",h);n.di=d;n.style.position="absolute";n.style[f.left]=f.margins[1]+"px";n.style[c.size]=c.margins[0]+"px";if(f.cSize)n.style[f.size]=f.cSize-f.margins[2]-f.margins[1]+"px";n.className=c.handleClass;b.insertBefore(n,b.firstChild);n.onmousedown= n.ontouchstart=function(T){ta(a,this,T||window.event)}}i+=2;v(n,c.left,i+"px");i+=2}n=c.config[d][1]!==0;if(r)r=false;else i+=c.margins[0]}for(u=0;u<t;++u)if((p=c.getItem(d,u))&&p.w){h=p.w;m=Math.max(j[d],0);if(p.span){var o,w=n;for(o=1;o<p.span[a];++o){if(d+o>=j.length)break;if(w)m+=4;w=c.config[d+o][1]!==0;if(j[d+o-1]>-1&&j[d+o]>-1)m+=c.margins[0];m+=j[d+o]}}var K;v(h,"visibility","");w=p.align>>c.alignBits&15;o=p.ps[a];if(m<o)w=0;if(w){switch(w){case 1:K=i;break;case 4:K=i+(m-o)/2;break;case 2:K= i+(m-o);break}o-=p.margin[a];if(p.layout){v(h,c.size,o+"px")&&Y(p,1);p.set[a]=true}else if(m>=o&&p.set[a]){v(h,c.size,o+"px")&&Y(p,1);p.set[a]=false}p.size[a]=o;p.psize[a]=o}else{w=Math.max(0,m-p.margin[a]);K=a==0&&p.sc[a];if(!(h.style.display==="none"&&!h.ed)&&(K||m!=o||p.layout)){if(v(h,c.size,w+"px")){if(!e.isIE&&(e.hasTag(h,"TEXTAREA")||e.hasTag(h,"INPUT"))){v(h,"margin-"+c.left,p.margin[a]/2+"px");v(h,"margin-"+f.left,p.margin[!a]/2+"px")}Y(p,1);p.set[a]=true}}else if(p.fs[a])a==0&&v(h,c.size, p.fs[a]+"px");else{v(h,c.size,"")&&Y(p,1);p.set[a]=false}K=i;p.size[a]=w;p.psize[a]=m}if(X)if(g){v(h,c.left,"4px");m=e.css(h,"position");if(m!=="absolute")h.style.position="relative"}else v(h,c.left,"0px");else v(h,c.left,K+"px");if(a==1){if(h.wtResize)h.wtResize(h,p.set[0]?Math.round(p.size[0]):-1,p.set[1]?Math.round(p.size[1]):-1,true);p.dirty=0}}if(j[d]>-1)i+=j[d]}$(b).children("."+f.handleClass).css(c.size,k-c.margins[2]-c.margins[1]+"px")}}function la(){var a=e.getElement(D);ja=M==null;J=O=null; qa=ma=true;U=[];na=false;if(ja){var b=a;b=b.parentNode;for(U=[0,0];b!=document;){U[0]+=ba(b,0);U[1]+=ba(b,1);if(b.wtGetPS)na=true;var c=jQuery.data(b.parentNode,"layout");if(c){J=b;O=c;break}b=b;b=b.parentNode;if(b.childNodes.length!=1&&!b.wtGetPS)ma=false}a=a.parentNode;for(b=0;b<2;++b)s[b].sizeSet=e.pxself(a,s[b].size)!=0}else{O=jQuery.data(document.getElementById(M),"layout");J=a;U[0]=ba(J,0);U[1]=ba(J,1)}}var e=F.WT;this.descendants=[];var ia=this,B=A,P=true,da=true,ja,O,J,ma,qa=false,U,na,ea= $(document.body).hasClass("Wt-rtl"),s=[{initialized:false,config:B.cols,margins:E,maxSize:aa,measures:[],sizes:[],stretched:[],fixedSize:[],Left:ea?"Right":"Left",left:ea?"right":"left",Right:ea?"Left":"Right",Size:"Width",size:"width",alignBits:0,getItem:function(a,b){return B.items[b*s[0].config.length+a]},setItem:function(a,b,c){B.items[b*s[0].config.length+a]=c},handleClass:"Wt-vrh2",resizeDir:"h",resizerClass:"Wt-hsh2",fitSize:V},{initialized:false,config:B.rows,margins:y,maxSize:q,measures:[], sizes:[],stretched:[],fixedSize:[],Left:"Top",left:"top",Right:"Bottom",Size:"Height",size:"height",alignBits:4,getItem:function(a,b){return B.items[a*s[0].config.length+b]},setItem:function(a,b,c){B.items[a*s[0].config.length+b]=c},handleClass:"Wt-hrh2",resizeDir:"v",resizerClass:"Wt-vsh2",fitSize:W}];jQuery.data(document.getElementById(D),"layout",this);this.updateSizeInParent=function(a){if(O&&J.id){var b=e.$(J.id);if(b){if(J!=b)if(O=jQuery.data(b.parentNode,"layout"))J=b;else la()}else la()}if(O)if(ma){var c= s[a];b=c.measures[2];if(c.maxSize>0)b=Math.min(c.maxSize,b);if(na){c=e.getElement(D);if(!c)return;for(var f=c,i=f.parentNode;;){if(i.wtGetPS)b=i.wtGetPS(i,f,a,b);b+=ba(i,a);if(i==J)break;if(a==1&&i==c.parentNode&&!i.lh&&i.offsetHeight>b)b=i.offsetHeight;f=i;i=f.parentNode}}else b+=U[a];O.setChildSize(J,a,b)}};this.setConfig=function(a){var b=B;B=a;s[0].config=B.cols;s[1].config=B.rows;s[0].stretched=[];s[1].stretched=[];var c;a=0;for(c=b.items.length;a<c;++a){var f=b.items[a];if(f){if(f.set){f.set[0]&& v(f.w,s[0].size,"");f.set[1]&&v(f.w,s[1].size,"")}if(f.layout){ia.setChildSize(f.w,0,f.ps[0]);ia.setChildSize(f.w,1,f.ps[1])}}}P=da=true;F.layouts2.scheduleAdjust()};this.getId=function(){return D};this.setElDirty=function(a){var b,c;b=0;for(c=B.items.length;b<c;++b){var f=B.items[b];if(f&&f.id==a.id){f.dirty=2;P=true;F.layouts2.scheduleAdjust();return}}};this.setItemsDirty=function(a){var b,c,f=s[0].config.length;b=0;for(c=a.length;b<c;++b){var i=B.items[a[b][0]*f+a[b][1]];i.dirty=2;if(i.layout){i.layout= false;i.wasLayout=true;F.layouts2.setChildLayoutsDirty(ia,i.w)}}P=true};this.setDirty=function(){da=true};this.setAllDirty=function(){var a,b;a=0;for(b=B.items.length;a<b;++a){var c=B.items[a];if(c)c.dirty=2}P=true};this.setChildSize=function(a,b,c){var f=s[0].config.length,i=s[b],k,j;k=0;for(j=B.items.length;k<j;++k){var t=B.items[k];if(t&&t.id==a.id){a=b===0?k%f:k/f;if(t.align>>i.alignBits&15||!i.stretched[a]){if(!t.ps)t.ps=[];t.ps[b]=c}t.layout=true;Y(t,1);break}}};this.measure=function(a){var b= e.getElement(D);if(b)if(!e.isHidden(b)){qa||la();if(P||da)ra(a,b,ja?b.parentNode:null);if(a==1)P=da=false}};this.setMaxSize=function(a,b){s[0].maxSize=a;s[1].maxSize=b};this.apply=function(a){var b=e.getElement(D);if(!b)return false;if(e.isHidden(b))return true;ua(a,b);return true};this.contains=function(a){var b=e.getElement(D);a=e.getElement(a.getId());return b&&a?e.contains(b,a):false};this.WT=e}
Wt.layouts2 = new (function(){var F=[],D=false,M=this,V=false;this.find=function(q){return(q=document.getElementById(q))?jQuery.data(q,"layout"):null};this.setDirty=function(q){if(q=this.find(q)){q.setDirty();M.scheduleAdjust()}};this.setElementDirty=function(q){var E=q;for(q=q.parentNode;q&&q!=document.body;){var y=jQuery.data(q,"layout");y&&y.setElDirty(E);E=q;q=q.parentNode}};this.setChildLayoutsDirty=function(q,E){var y,A;y=0;for(A=q.descendants.length;y< A;++y){var z=q.descendants[y];if(E){var C=q.WT.getElement(z.getId());if(C&&!q.WT.contains(E,C))continue}z.setDirty()}};this.add=function(q){function E(y,A){var z,C;z=0;for(C=y.length;z<C;++z){var x=y[z];if(x.getId()==A.getId()){y[z]=A;A.descendants=x.descendants;return}else if(x.contains(A)){E(x.descendants,A);return}else if(A.contains(x)){A.descendants.push(x);y.splice(z,1);--z;--C}}y.push(A)}E(F,q);M.scheduleAdjust()};var W=false,X=0;this.scheduleAdjust=function(q){if(q)V=true;if(!W){if(D)++X;else X= 0;if(!(X>=6)){W=true;setTimeout(function(){M.adjust()},0)}}};this.adjust=function(q,E){function y(z,C){var x,N;x=0;for(N=z.length;x<N;++x){var G=z[x];y(G.descendants,C);if(C==1&&V)G.setDirty();else C==0&&G.setAllDirty();G.measure(C)}}function A(z,C){var x,N;x=0;for(N=z.length;x<N;++x){var G=z[x];if(G.apply(C))A(G.descendants,C);else{z.splice(x,1);--x;--N}}}if(q){(q=this.find(q))&&q.setItemsDirty(E);M.scheduleAdjust()}else{W=false;if(!D){D=true;y(F,0);A(F,0);y(F,1);A(F,1);V=D=false}}};this.updateConfig= function(q,E){(q=this.find(q))&&q.setConfig(E)};this.adjustNow=function(){W&&M.adjust()};var aa=null;window.onresize=function(){clearTimeout(aa);aa=setTimeout(function(){aa=null;M.scheduleAdjust(true)},20)};window.onshow=function(){V=true;M.adjust()}})
Wt3_3_2.SizeHandle = function(b,j,e,m,p,q,r,s,g,h,i,k,l){function n(c){c=b.pageCoordinates(c);return Math.min(Math.max(j=="h"?c.x-f.x-d.x:c.y-f.y-d.y,p),q)}var a=document.createElement("div");a.style.position="absolute";a.style.zIndex="100";if(j=="v"){a.style.width=m+"px";a.style.height=e+"px"}else{a.style.height=m+"px";a.style.width=e+"px"}var f,d=b.widgetPageCoordinates(g);e=b.widgetPageCoordinates(h);if(i.touches)f=b.widgetCoordinates(g,i.touches[0]);else{f= b.widgetCoordinates(g,i);b.capture(null);b.capture(a)}k-=b.px(g,"marginLeft");l-=b.px(g,"marginTop");d.x+=k-e.x;d.y+=l-e.y;f.x-=k-e.x;f.y-=l-e.y;a.style.left=d.x+"px";a.style.top=d.y+"px";a.className=r;h.appendChild(a);b.cancelEvent(i);a.onmousemove=h.ontouchmove=function(c){var o=n(c);if(j=="h")a.style.left=d.x+o+"px";else a.style.top=d.y+o+"px";b.cancelEvent(c)};a.onmouseup=h.ontouchend=function(c){if(a.parentNode!=null){a.parentNode.removeChild(a);s(n(c));h.ontouchmove=null}}}
Wt3_3_2.WTableView = function(q,g,d,l,r,G){function C(a){return H?f.isGecko?-a.scrollLeft:a.scrollWidth-a.clientWidth-a.scrollLeft:a.scrollLeft}function w(a){var b=-1,c=-1,e=false,k=false,h=null;for(a=f.target(a);a;){var i=$(a);if(i.hasClass("Wt-tv-contents"))break;else if(i.hasClass("Wt-tv-c")){if(a.getAttribute("drop")==="true")k=true;if(i.hasClass(G))e=true;h=a;a=a.parentNode;b=a.className.split(" ")[0].substring(7)*1;c=i.index();break}a=a.parentNode}return{columnId:b, rowIdx:c,selected:e,drop:k,el:h}}function D(){return f.pxself(d.firstChild,"lineHeight")}function x(a){var b,c,e=a.parentNode.childNodes;b=0;for(c=e.length;b<c;++b)if(e[b]==a)return b;return-1}function I(a,b){var c=$(document.body).hasClass("Wt-rtl");if(c)b=-b;var e=a.className.split(" ")[0],k=e.substring(7)*1,h=a.parentNode,i=h.parentNode!==l,j=i?r.firstChild:d.firstChild,m=j.firstChild;e=$(j).find("."+e).get(0);var o=a.nextSibling,n=e.nextSibling,t=f.pxself(a,"width")-1+b,v=f.pxself(h,"width")+ b+"px";h.style.width=j.style.width=m.style.width=v;if(i){r.style.width=v;r.firstChild.style.width=v;d.style.left=v;l.style.left=v}a.style.width=t+1+"px";e.style.width=t+7+"px";for(q.layouts2.adjust(g.childNodes[0].id,[[1,1]]);o;o=o.nextSibling)if(n){if(c)n.style.right=f.pxself(n,"right")+b+"px";else n.style.left=f.pxself(n,"left")+b+"px";n=n.nextSibling}q.emit(g,"columnResized",k,parseInt(t));J.autoJavaScript()}jQuery.data(g,"obj",this);var J=this,f=q.WT,H=$(document.body).hasClass("Wt-rtl"),y=0, z=0,A=0,B=0,u=0,p,E=0,F=0;this.onContentsContainerScroll=function(){p=l.scrollLeft=d.scrollLeft;u=r.scrollTop=d.scrollTop;if(!(d.scrollTop==0&&f.isAndroid))if(d.clientWidth&&d.clientHeight&&(d.scrollTop<A||d.scrollTop>B||d.scrollLeft<y||d.scrollLeft>z))q.emit(g,"scrolled",C(d),d.scrollTop,d.clientWidth,d.clientHeight)};d.wtResize=function(a,b,c){if(b-E>(z-y)/2||c-F>(B-A)/2){E=b;F=c;b=a.clientHeight==a.firstChild.clientHeight?-1:a.clientHeight;q.emit(g,"scrolled",C(a),a.scrollTop,a.clientWidth,b)}}; this.mouseDown=function(a,b){f.capture(null);a=w(b);g.getAttribute("drag")==="true"&&a.selected&&q._p_.dragStart(g,b)};this.resizeHandleMDown=function(a,b){var c=a.parentNode,e=-(f.pxself(c,"width")-1),k=1E4;if($(document.body).hasClass("Wt-rtl")){var h=e;e=-k;k=-h}new f.SizeHandle(f,"h",a.offsetWidth,g.offsetHeight,e,k,"Wt-hsh2",function(i){I(c,i)},a,g,b,-2,-1)};this.scrolled=function(a,b,c,e){y=a;z=b;A=c;B=e};this.resetScroll=function(){l.scrollLeft=p;d.scrollLeft=p;d.scrollTop=u;r.scrollTop=u}; this.scrollToPx=function(a,b){u=b;p=a;this.resetScroll()};this.scrollTo=function(a,b,c){if(b!=-1){a=d.scrollTop;var e=d.clientHeight;if(c==0)if(a+e<b)c=1;else if(b<a)c=2;switch(c){case 1:d.scrollTop=b;break;case 2:d.scrollTop=b-(e-D());break;case 3:d.scrollTop=b-(e-D())/2;break}d.onscroll()}};var s=null;g.handleDragDrop=function(a,b,c,e,k){if(s){s.className=s.classNameOrig;s=null}if(a!="end"){var h=w(c);if(!h.selected&&h.drop)if(a=="drop")q.emit(g,{name:"dropEvent",eventObject:b,event:c},h.rowIdx, h.columnId,e,k);else{b.className="Wt-valid-drop";s=h.el;s.classNameOrig=s.className;s.className+=" Wt-drop-site"}else b.className=""}};g.onkeydown=function(a){var b=a||window.event;if(b.keyCode==9){f.cancelEvent(b);var c=w(b);if(c.el){a=c.el.parentNode;c=x(c.el);var e=x(a),k=a.parentNode.childNodes.length,h=a.childNodes.length;b=b.shiftKey;for(var i=false,j=c,m;;){for(;b?j>=0:j<h;j=b?j-1:j+1)for(m=j==c&&!i?b?e-1:e+1:b?k-1:0;b?m>=0:m<k;m=b?m-1:m+1){if(j==c&&m==e)return;a=a.parentNode.childNodes[m]; var o=$(a.childNodes[j]).find(":input");if(o.size()>0){setTimeout(function(){o.focus()},0);return}}j=b?h-1:0;i=true}}}else if(b.keyCode>=37&&b.keyCode<=40){i=f.target(b);function n(t){return f.hasTag(t,"INPUT")&&t.type=="text"||f.hasTag(t,"TEXTAREA")}if(!f.hasTag(i,"SELECT")){c=w(b);if(c.el){a=c.el.parentNode;c=x(c.el);e=x(a);k=a.parentNode.childNodes.length;h=a.childNodes.length;switch(b.keyCode){case 39:if(n(i)){j=f.getSelectionRange(i);if(j.start!=i.value.length)return}e++;break;case 38:c--;break; case 37:if(n(i)){j=f.getSelectionRange(i);if(j.start!=0)return}e--;break;case 40:c++;break;default:return}f.cancelEvent(b);if(c>-1&&c<h&&e>-1&&e<k){a=a.parentNode.childNodes[e];o=$(a.childNodes[c]).find(":input");o.size()>0&&setTimeout(function(){o.focus()},0)}}}}};this.autoJavaScript=function(){if(g.parentNode==null){g=d=l=null;this.autoJavaScript=function(){}}else if(!f.isHidden(g)){if(!f.isIE&&(u!=d.scrollTop||p!=d.scrollLeft)){if(typeof p==="undefined")if(b&&f.isGecko)l.scrollLeft=d.scrollLeft= p=0;else p=d.scrollLeft;else l.scrollLeft=d.scrollLeft=p;r.scrollTop=d.scrollTop=u}b=g.offsetWidth-f.px(g,"borderLeftWidth")-f.px(g,"borderRightWidth");var a=d.offsetWidth-d.clientWidth;b-=r.clientWidth;if(b>200&&b!=d.tw){d.tw=b;d.style.width=b+"px";l.style.width=b+"px";var b=$(document.body).hasClass("Wt-rtl");if(b)l.style.marginLeft=a+"px";else l.style.marginRight=a+"px"}a=d.offsetHeight-d.clientHeight;if((b=r.style)&&b.marginBottom!==a+"px"){b.marginBottom=a+"px";q.layouts2.adjust(g.childNodes[0].id, [[1,0]])}}}}
Wt3_3_2.WRegExpValidator = function(d,a,e,f,g){var b=a?new RegExp("^("+a+")$",e):null;this.validate=function(c){if(c.length==0)return d?{valid:false,message:f}:{valid:true};return b?b.test(c)?{valid:true}:{valid:false,message:g}:{valid:true}}}
Wt3_3_2.validate = function() { return (function(a){var b;b=a.options?a.options.item(a.selectedIndex).text:a.value;b=a.wtValidate.validate(b);this.setValidationState(a,b.valid,b.message,1)}).apply(Wt3_3_2, arguments) };Wt3_3_2.setValidationState = function() { return (function(a,b,d,c){var e=b==1&&(c&2)!=0;c=b!=1&&(c&1)!=0;$(a).toggleClass("Wt-valid",e).toggleClass("Wt-invalid",c);if(typeof a.defaultTT==="undefined")a.defaultTT=a.getAttribute("title")||"";b?a.setAttribute("title",a.defaultTT):a.setAttribute("title",d)}).apply(Wt3_3_2, arguments) };window.WtLoadWidgetTree = function(){
Wt._p_.enableInternalPaths('/');
{var j17696=Wt3_3_2.$('o5hawmt');
var j17697=document.createElement('ul');j17696.parentNode.replaceChild(j17697,j17696);
j17697.setAttribute('id', 'o5hawmt');
j17697.className='Wt-popup wt-no-reparent Wt-popupmenu Wt-outset';
j17697.style.zIndex='200';
j17697.style.display='none';
function f17698(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger('click', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);}
j17697.onclick=f17698;
Wt3_3_2.setHtml(j17697,'<li id="o5hawmu"><a id="o5hawmv" href="/Sustainable%20Steel/CO2%20Standard.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Sustainable Steel/CO2 Standard.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3225e\',e,true);}"><span id="o5hawmw"><span id="o5hawmx" style="white-space:nowrap;">CO2 Standard</span></span></a></li><li id="o5hawmy"><a id="o5hawmz" href="/Sustainable%20Steel/Closed%20Loops_Steel%20Production.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Sustainable Steel/Closed Loops_Steel Production.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3225f\',e,true);}"><span id="o5hawn0"><span id="o5hawn1" style="white-space:nowrap;">Closed Loops - Steel Production</span></span></a></li><li id="o5hawn2"><a id="o5hawn3" href="/Sustainable%20Steel/Reach.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Sustainable Steel/Reach.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32260\',e,true);}"><span id="o5hawn4"><span id="o5hawn5" style="white-space:nowrap;">REACH</span></span></a></li><li id="o5hawn6"><a id="o5hawn7" href="/Sustainable%20Steel/Steel%20and%20Climate%20Protection.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Sustainable Steel/Steel and Climate Protection.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32261\',e,true);}"><span id="o5hawn8"><span id="o5hawn9" style="white-space:nowrap;">Steel and Climate Protection</span></span></a></li><li id="o5hawna"><a id="o5hawnb" href="http://www.steel-sustainability.org/" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s32262\',e,true);}" target="_blank"><span id="o5hawnc"><span id="o5hawnd" style="white-space:nowrap;">SustSteel</span></span></a></li><li id="o5hawne"><a id="o5hawnf" href="/Sustainable%20Steel/Sustainability.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Sustainable Steel/Sustainability.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32263\',e,true);}"><span id="o5hawng"><span id="o5hawnh" style="white-space:nowrap;">Sustainability</span></span></a></li>');
Wt3_3_2.unstub(j17696,j17697,1);
var j17699=Wt3_3_2.$('o5hawrr');
var j17700=document.createElement('ul');j17699.parentNode.replaceChild(j17700,j17699);
j17700.setAttribute('id', 'o5hawrr');
j17700.className='Wt-popup wt-no-reparent Wt-popupmenu Wt-outset';
j17700.style.zIndex='400';
j17700.style.display='none';
function f17701(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger('click', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);}
j17700.onclick=f17701;
Wt3_3_2.setHtml(j17700,'<li id="o5hawrs"><a id="o5hawrt" href="/Eurofer%20Stainless/Contact%20H%20%26%20E.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Eurofer Stainless/Contact H &amp; E.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32264\',e,true);}"><span id="o5hawru"><span id="o5hawrv" style="white-space:nowrap;">Contact H &amp; E</span></span></a></li><li id="o5hawrw"><a id="o5hawrx" href="/Eurofer%20Stainless/LCI%20Enquiries.form" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Eurofer Stainless/LCI Enquiries.form\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32265\',e,true);}"><span id="o5hawry"><span id="o5hawrz" style="white-space:nowrap;">LCI Enquiries</span></span></a></li><li id="o5haws0"><a id="o5haws1" href="/Eurofer%20Stainless/Mission%20and%20Organisation.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Eurofer Stainless/Mission and Organisation.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32266\',e,true);}"><span id="o5haws2"><span id="o5haws3" style="white-space:nowrap;">Mission and Organisation</span></span></a></li>');
Wt3_3_2.unstub(j17699,j17700,1);
var j17702=Wt3_3_2.$('o5hawtz');
var j17703=document.createElement('ul');j17702.parentNode.replaceChild(j17703,j17702);
j17703.setAttribute('id', 'o5hawtz');
j17703.className='Wt-popup wt-no-reparent Wt-popupmenu Wt-outset';
j17703.style.zIndex='600';
j17703.style.display='none';
function f17704(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger('click', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);}
j17703.onclick=f17704;
Wt3_3_2.setHtml(j17703,'<li id="o5hawu0"><a id="o5hawu1" href="/News%26Events/Press%20releases.itpl" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Press releases.itpl\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32267\',e,true);}"><span id="o5hawu2"><span id="o5hawu3" style="white-space:nowrap;">Press releases</span></span></a></li><li id="o5hawu4"><a id="o5hawu5" href="/News%26Events/Publications.itpl" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Publications.itpl\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32268\',e,true);}"><span id="o5hawu6"><span id="o5hawu7" style="white-space:nowrap;">Publications</span></span></a></li><li id="o5hawu8"><a id="o5hawu9" href="/News%26Events/Newsletter.itpl" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Newsletter.itpl\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32269\',e,true);}"><span id="o5hawua"><span id="o5hawub" style="white-space:nowrap;">Newsletter</span></span></a></li><li id="o5hawvq" class="submenu"><a id="o5hawvr" href="/News%26Events/Media%20Gallery" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320e9\',e,true);}" class="dropdown-toggle"><span id="o5hawvs"><span id="o5hawvt" style="white-space:nowrap;">Media Gallery</span></span></a><ul id="o5hawud" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawuo" class="submenu"><a id="o5hawup" href="/News%26Events/Media%20Gallery/Image%20Gallery" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Image Gallery\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320e3\',e,true);}" class="dropdown-toggle"><span id="o5hawuq"><span id="o5hawur" style="white-space:nowrap;">Image Gallery</span></span></a><ul id="o5hawuf" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawug"><a id="o5hawuh" href="/News%26Events/Media%20Gallery/Image%20Gallery/Steel%20Applications.itpl" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Image Gallery/Steel Applications.itpl\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3226a\',e,true);}"><span id="o5hawui"><span id="o5hawuj" style="white-space:nowrap;">Steel Applications</span></span></a></li><li id="o5hawuk"><a id="o5hawul" href="/News%26Events/Media%20Gallery/Image%20Gallery/Steel%20Production.itpl" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Image Gallery/Steel Production.itpl\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3226b\',e,true);}"><span id="o5hawum"><span id="o5hawun" style="white-space:nowrap;">Steel Production</span></span></a></li></ul></li><li id="o5hawvm" class="submenu"><a id="o5hawvn" href="/News%26Events/Media%20Gallery/Videos" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Videos\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320e7\',e,true);}" class="dropdown-toggle"><span id="o5hawvo"><span id="o5hawvp" style="white-space:nowrap;">Videos</span></span></a><ul id="o5hawut" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawuu"><a id="o5hawuv" href="/News%26Events/Media%20Gallery/Videos/ESD2011.youtube" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Videos/ESD2011.youtube\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3226e\',e,true);}"><span id="o5hawuw"><span id="o5hawux" style="white-space:nowrap;">European Steel Day 2011</span></span></a></li><li id="o5hawuy"><a id="o5hawuz" href="/News%26Events/Media%20Gallery/Videos/ESD2012.youtube" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Videos/ESD2012.youtube\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3226f\',e,true);}"><span id="o5hawv0"><span id="o5hawv1" style="white-space:nowrap;">European Steel Day 2012</span></span></a></li><li id="o5hawv2"><a id="o5hawv3" href="/News%26Events/Media%20Gallery/Videos/ESD2013.youtube" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Videos/ESD2013.youtube\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32270\',e,true);}"><span id="o5hawv4"><span id="o5hawv5" style="white-space:nowrap;">European Steel Day 2013</span></span></a></li><li id="o5hawv6"><a id="o5hawv7" href="/News%26Events/Media%20Gallery/Videos/ESD2014HVR.youtube" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Videos/ESD2014HVR.youtube\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32271\',e,true);}"><span id="o5hawv8"><span id="o5hawv9" style="white-space:nowrap;">European Steel Day 2014 - Herman Van Rompuy</span></span></a></li><li id="o5hawva"><a id="o5hawvb" href="/News%26Events/Media%20Gallery/Videos/ESD2014KDG.youtube" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Videos/ESD2014KDG.youtube\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32272\',e,true);}"><span id="o5hawvc"><span id="o5hawvd" style="white-space:nowrap;">European Steel Day 2014 - Karel de Gucht</span></span></a></li><li id="o5hawve"><a id="o5hawvf" href="/News%26Events/Media%20Gallery/Videos/ESD2016.youtube" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Videos/ESD2016.youtube\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32273\',e,true);}"><span id="o5hawvg"><span id="o5hawvh" style="white-space:nowrap;">European Steel Day 2016</span></span></a></li><li id="o5hawvi"><a id="o5hawvj" href="/News%26Events/Media%20Gallery/Videos/TFBWS.youtube" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Media Gallery/Videos/TFBWS.youtube\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32274\',e,true);}"><span id="o5hawvk"><span id="o5hawvl" style="white-space:nowrap;">The future begins with Steel</span></span></a></li></ul></li></ul></li><li id="o5haww0" class="submenu"><a id="o5haww1" href="/News%26Events/Archives" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Archives\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320ed\',e,true);}" class="dropdown-toggle"><span id="o5haww2"><span id="o5haww3" style="white-space:nowrap;">Archives</span></span></a><ul id="o5hawvv" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawvw"><a id="o5hawvx" href="/News%26Events/Archives/Previous%20press%20releases.itpl" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Archives/Previous press releases.itpl\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32279\',e,true);}"><span id="o5hawvy"><span id="o5hawvz" style="white-space:nowrap;">Previous press releases</span></span></a></li></ul></li><li id="o5hawzi" class="submenu"><a id="o5hawzj" href="/News%26Events/Events" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32109\',e,true);}" class="dropdown-toggle"><span id="o5hawzk"><span id="o5hawzl" style="white-space:nowrap;">Events</span></span></a><ul id="o5haww5" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawwg" class="submenu"><a id="o5hawwh" href="/News%26Events/Events/Events%20sponsored%20by%20eurofer" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Events sponsored by eurofer\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320f3\',e,true);}" class="dropdown-toggle"><span id="o5hawwi"><span id="o5hawwj" style="white-space:nowrap;">Events sponsored by eurofer</span></span></a><ul id="o5haww7" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5haww8"><a id="o5haww9" href="/News%26Events/Events/Events%20sponsored%20by%20eurofer/EuroSteelMaster.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Events sponsored by eurofer/EuroSteelMaster.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3227c\',e,true);}"><span id="o5hawwa"><span id="o5hawwb" style="white-space:nowrap;">Euro Steel Master</span></span></a></li><li id="o5hawwc"><a id="o5hawwd" href="/News%26Events/Events/Events%20sponsored%20by%20eurofer/Newsletter_April2015-KW17_DE%2bENG.pdf" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Events sponsored by eurofer/Newsletter_April2015-KW17_DE+ENG.pdf\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3227d\',e,true);}"><span id="o5hawwe"><span id="o5hawwf" style="white-space:nowrap;">Eumicon</span></span></a></li></ul></li><li id="o5hawze" class="submenu"><a id="o5hawzf" href="/News%26Events/Events/Previous%20Eurofer%20Events" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32107\',e,true);}" class="dropdown-toggle"><span id="o5hawzg"><span id="o5hawzh" style="white-space:nowrap;">Previous Eurofer Events</span></span></a><ul id="o5hawwl" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawww" class="submenu"><a id="o5hawwx" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202013" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2013\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320f9\',e,true);}" class="dropdown-toggle"><span id="o5hawwy"><span id="o5hawwz" style="white-space:nowrap;">European Steel Day 2013</span></span></a><ul id="o5hawwn" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawwo"><a id="o5hawwp" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202013/Presentation.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2013/Presentation.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32280\',e,true);}"><span id="o5hawwq"><span id="o5hawwr" style="white-space:nowrap;">Presentation</span></span></a></li><li id="o5hawws"><a id="o5hawwt" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202013/Speakers.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2013/Speakers.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32281\',e,true);}"><span id="o5hawwu"><span id="o5hawwv" style="white-space:nowrap;">Speakers</span></span></a></li></ul></li><li id="o5hawxm" class="submenu"><a id="o5hawxn" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202014" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2014\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320fd\',e,true);}" class="dropdown-toggle"><span id="o5hawxo"><span id="o5hawxp" style="white-space:nowrap;">European Steel Day 2014</span></span></a><ul id="o5hawx1" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawx2"><a id="o5hawx3" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202014/Media.itpl" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2014/Media.itpl\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32284\',e,true);}"><span id="o5hawx4"><span id="o5hawx5" style="white-space:nowrap;">Media</span></span></a></li><li id="o5hawx6"><a id="o5hawx7" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202014/Programme.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2014/Programme.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32285\',e,true);}"><span id="o5hawx8"><span id="o5hawx9" style="white-space:nowrap;">Programme</span></span></a></li><li id="o5hawxa"><a id="o5hawxb" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202014/Confirmed%20speakers.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2014/Confirmed speakers.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32286\',e,true);}"><span id="o5hawxc"><span id="o5hawxd" style="white-space:nowrap;">Confirmed speakers</span></span></a></li><li id="o5hawxe"><a id="o5hawxf" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202014/Contact.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2014/Contact.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32287\',e,true);}"><span id="o5hawxg"><span id="o5hawxh" style="white-space:nowrap;">Contact</span></span></a></li><li id="o5hawxi"><a id="o5hawxj" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202014/Event%20information.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2014/Event information.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32288\',e,true);}"><span id="o5hawxk"><span id="o5hawxl" style="white-space:nowrap;">Event information</span></span></a></li></ul></li><li id="o5hawyk" class="submenu"><a id="o5hawyl" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202015" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2015\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32101\',e,true);}" class="dropdown-toggle"><span id="o5hawym"><span id="o5hawyn" style="white-space:nowrap;">European Steel Day 2015</span></span></a><ul id="o5hawxr" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawxs"><a id="o5hawxt" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202015/Communication.itpl" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2015/Communication.itpl\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3228b\',e,true);}"><span id="o5hawxu"><span id="o5hawxv" style="white-space:nowrap;">Communication</span></span></a></li><li id="o5hawxw"><a id="o5hawxx" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202015/Event%20information.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2015/Event information.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3228c\',e,true);}"><span id="o5hawxy"><span id="o5hawxz" style="white-space:nowrap;">Event information</span></span></a></li><li id="o5hawy0"><a id="o5hawy1" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202015/Videos.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2015/Videos.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3228d\',e,true);}"><span id="o5hawy2"><span id="o5hawy3" style="white-space:nowrap;">Videos</span></span></a></li><li id="o5hawy4"><a id="o5hawy5" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202015/Intervention%20speakers.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2015/Intervention speakers.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3228e\',e,true);}"><span id="o5hawy6"><span id="o5hawy7" style="white-space:nowrap;">Intervention speakers</span></span></a></li><li id="o5hawy8"><a id="o5hawy9" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202015/Pictures.itpl" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2015/Pictures.itpl\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3228f\',e,true);}"><span id="o5hawya"><span id="o5hawyb" style="white-space:nowrap;">Pictures</span></span></a></li><li id="o5hawyc"><a id="o5hawyd" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202015/Programme.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2015/Programme.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32290\',e,true);}"><span id="o5hawye"><span id="o5hawyf" style="white-space:nowrap;">Programme</span></span></a></li><li id="o5hawyg"><a id="o5hawyh" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202015/Contact.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2015/Contact.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32291\',e,true);}"><span id="o5hawyi"><span id="o5hawyj" style="white-space:nowrap;">Contact</span></span></a></li></ul></li><li id="o5hawz2" class="submenu"><a id="o5hawz3" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202016" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2016\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32105\',e,true);}" class="dropdown-toggle"><span id="o5hawz4"><span id="o5hawz5" style="white-space:nowrap;">European Steel Day 2016</span></span></a><ul id="o5hawyp" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawyq"><a id="o5hawyr" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202016/Introduction.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2016/Introduction.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32294\',e,true);}"><span id="o5hawys"><span id="o5hawyt" style="white-space:nowrap;">Introduction</span></span></a></li><li id="o5hawyu"><a id="o5hawyv" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202016/Programme.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2016/Programme.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32295\',e,true);}"><span id="o5hawyw"><span id="o5hawyx" style="white-space:nowrap;">Programme</span></span></a></li><li id="o5hawyy"><a id="o5hawyz" href="/News%26Events/Events/Previous%20Eurofer%20Events/European%20Steel%20Day%202016/Contact.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/European Steel Day 2016/Contact.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s32296\',e,true);}"><span id="o5hawz0"><span id="o5hawz1" style="white-space:nowrap;">Contact</span></span></a></li></ul></li><li id="o5hawz6"><a id="o5hawz7" href="https://www.europeansteelday.eu" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s32299\',e,true);}" target="_blank"><span id="o5hawz8"><span id="o5hawz9" style="white-space:nowrap;">European Steel Day 2017</span></span></a></li><li id="o5hawza"><a id="o5hawzb" href="/News%26Events/Events/Previous%20Eurofer%20Events/Yellow%20Goods%20Seminar.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Events/Previous Eurofer Events/Yellow Goods Seminar.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3229a\',e,true);}"><span id="o5hawzc"><span id="o5hawzd" style="white-space:nowrap;">Yellow Goods Seminar</span></span></a></li></ul></li></ul></li><li id="o5hawzm"><a id="o5hawzn" href="/News%26Events/Press%20contact.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/Press contact.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s3229f\',e,true);}"><span id="o5hawzo"><span id="o5hawzp" style="white-space:nowrap;">Press contact</span></span></a></li><li id="o5hawzq"><a id="o5hawzr" href="/News%26Events/News.itpl" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/News&amp;Events/News.itpl\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322a0\',e,true);}"><span id="o5hawzs"><span id="o5hawzt" style="white-space:nowrap;">News</span></span></a></li>');
Wt3_3_2.$('o5hawud').wtNoReparent=true;
Wt3_3_2.$('o5hawuf').wtNoReparent=true;
Wt3_3_2.$('o5hawut').wtNoReparent=true;
Wt3_3_2.$('o5hawvv').wtNoReparent=true;
Wt3_3_2.$('o5haww5').wtNoReparent=true;
Wt3_3_2.$('o5haww7').wtNoReparent=true;
Wt3_3_2.$('o5hawwl').wtNoReparent=true;
Wt3_3_2.$('o5hawwn').wtNoReparent=true;
Wt3_3_2.$('o5hawx1').wtNoReparent=true;
Wt3_3_2.$('o5hawxr').wtNoReparent=true;
Wt3_3_2.$('o5hawyp').wtNoReparent=true;

Wt3_3_2.unstub(j17702,j17703,1);
var j17705=Wt3_3_2.$('o5hawla');
var j17706=document.createElement('ul');j17705.parentNode.replaceChild(j17706,j17705);
j17706.setAttribute('id', 'o5hawla');
j17706.className='Wt-popup wt-no-reparent Wt-popupmenu Wt-outset';
j17706.style.zIndex='100';
j17706.style.display='none';
function f17707(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger('click', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);}
j17706.onclick=f17707;
Wt3_3_2.setHtml(j17706,'<li id="o5hawly" class="submenu"><a id="o5hawlz" href="/About%20us/About%20Steel" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/About Steel\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320a6\',e,true);}" class="dropdown-toggle"><span id="o5hawm0"><span id="o5hawm1" style="white-space:nowrap;">About Steel</span></span></a><ul id="o5hawld" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawle"><a id="o5hawlf" href="/About%20us/About%20Steel/Growing%20with%20Steel.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/About Steel/Growing with Steel.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322a1\',e,true);}"><span id="o5hawlg"><span id="o5hawlh" style="white-space:nowrap;">Growing with Steel</span></span></a></li><li id="o5hawli"><a id="o5hawlj" href="/About%20us/About%20Steel/How%20Steel%20is%20Made.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/About Steel/How Steel is Made.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322a2\',e,true);}"><span id="o5hawlk"><span id="o5hawll" style="white-space:nowrap;">How Steel is Made</span></span></a></li><li id="o5hawlm"><a id="o5hawln" href="/About%20us/About%20Steel/Made%20of%20Steel.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/About Steel/Made of Steel.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322a3\',e,true);}"><span id="o5hawlo"><span id="o5hawlp" style="white-space:nowrap;">Made of Steel</span></span></a></li><li id="o5hawlq"><a id="o5hawlr" href="/About%20us/About%20Steel/Steel%20Trade.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/About Steel/Steel Trade.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322a4\',e,true);}"><span id="o5hawls"><span id="o5hawlt" style="white-space:nowrap;">Steel Trade</span></span></a></li><li id="o5hawlu"><a id="o5hawlv" href="/About%20us/About%20Steel/EuropeanSteelMap.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/About Steel/EuropeanSteelMap.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322a5\',e,true);}"><span id="o5hawlw"><span id="o5hawlx" style="white-space:nowrap;">European Steel Map</span></span></a></li></ul></li><li id="o5hawm2"><a id="o5hawm3" href="/About%20us/Eurofer%20Portrait.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/Eurofer Portrait.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322a8\',e,true);}"><span id="o5hawm4"><span id="o5hawm5" style="white-space:nowrap;">Eurofer Portrait</span></span></a></li><li id="o5hawm6"><a id="o5hawm7" href="/About%20us/Members" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/Members\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322a9\',e,true);}"><span id="o5hawm8"><span id="o5hawm9" style="white-space:nowrap;">Members</span></span></a></li><li id="o5hawma"><a id="o5hawmb" href="/About%20us/Associated%20Members" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/Associated Members\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322aa\',e,true);}"><span id="o5hawmc"><span id="o5hawmd" style="white-space:nowrap;">Associated Members</span></span></a></li><li id="o5hawme"><a id="o5hawmf" href="/About%20us/Staff%20list" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/Staff list\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322ab\',e,true);}"><span id="o5hawmg"><span id="o5hawmh" style="white-space:nowrap;">Staff list</span></span></a></li><li id="o5hawmi"><a id="o5hawmj" href="/About%20us/Competition%20Compliance%20Guidelines.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/Competition Compliance Guidelines.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322ac\',e,true);}"><span id="o5hawmk"><span id="o5hawml" style="white-space:nowrap;">Competition Compliance Guidelines</span></span></a></li><li id="o5hawmm"><a id="o5hawmn" href="/About%20us/Contact.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/About us/Contact.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322ad\',e,true);}"><span id="o5hawmo"><span id="o5hawmp" style="white-space:nowrap;">Contact</span></span></a></li>');
Wt3_3_2.$('o5hawld').wtNoReparent=true;

Wt3_3_2.unstub(j17705,j17706,1);
var j17708=Wt3_3_2.$('o5haws7');
var j17709=document.createElement('ul');j17708.parentNode.replaceChild(j17709,j17708);
j17709.setAttribute('id', 'o5haws7');
j17709.className='Wt-popup wt-no-reparent Wt-popupmenu Wt-outset';
j17709.style.zIndex='500';
j17709.style.display='none';
function f17710(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger('click', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);}
j17709.onclick=f17710;
Wt3_3_2.setHtml(j17709,'<li id="o5haws8"><a id="o5haws9" href="/Issues%26Positions/Circular%20Economy" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Circular Economy\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322ae\',e,true);}"><span id="o5hawsa"><span id="o5hawsb" style="white-space:nowrap;">Circular Economy</span></span></a></li><li id="o5hawsc"><a id="o5hawsd" href="/Issues%26Positions/Climate%20%26%20Energy" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Climate &amp; Energy\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322af\',e,true);}"><span id="o5hawse"><span id="o5hawsf" style="white-space:nowrap;">Climate &amp; Energy</span></span></a></li><li id="o5hawsg"><a id="o5hawsh" href="/Issues%26Positions/Economic%20Development%20%26%20Steel%20Market" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Economic Development &amp; Steel Market\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322b0\',e,true);}"><span id="o5hawsi"><span id="o5hawsj" style="white-space:nowrap;">Economic Development &amp; Steel Market</span></span></a></li><li id="o5hawsk"><a id="o5hawsl" href="/Issues%26Positions/Environment" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Environment\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322b1\',e,true);}"><span id="o5hawsm"><span id="o5hawsn" style="white-space:nowrap;">Environment</span></span></a></li><li id="o5hawso"><a id="o5hawsp" href="/Issues%26Positions/Market%20Economy%20Status%20-%20China" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Market Economy Status - China\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322b2\',e,true);}"><span id="o5hawsq"><span id="o5hawsr" style="white-space:nowrap;">Market Economy Status - China</span></span></a></li><li id="o5hawss"><a id="o5hawst" href="/Issues%26Positions/Quality%20Tracking" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Quality Tracking\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322b3\',e,true);}"><span id="o5hawsu"><span id="o5hawsv" style="white-space:nowrap;">Quality Tracking</span></span></a></li><li id="o5hawsw"><a id="o5hawsx" href="/Issues%26Positions/REACH" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/REACH\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322b4\',e,true);}"><span id="o5hawsy"><span id="o5hawsz" style="white-space:nowrap;">REACH</span></span></a></li><li id="o5hawt0"><a id="o5hawt1" href="/Issues%26Positions/Raw%20Materials" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Raw Materials\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322b5\',e,true);}"><span id="o5hawt2"><span id="o5hawt3" style="white-space:nowrap;">Raw Materials</span></span></a></li><li id="o5hawt4"><a id="o5hawt5" href="/Issues%26Positions/Research" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Research\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322b6\',e,true);}"><span id="o5hawt6"><span id="o5hawt7" style="white-space:nowrap;">Research</span></span></a></li><li id="o5hawt8"><a id="o5hawt9" href="/Issues%26Positions/Social%20Affairs" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Social Affairs\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322b7\',e,true);}"><span id="o5hawta"><span id="o5hawtb" style="white-space:nowrap;">Social Affairs</span></span></a></li><li id="o5hawtc"><a id="o5hawtd" href="/Issues%26Positions/Stainless%20Steel" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Stainless Steel\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322b8\',e,true);}"><span id="o5hawte"><span id="o5hawtf" style="white-space:nowrap;">Stainless Steel</span></span></a></li><li id="o5hawtg"><a id="o5hawth" href="/Issues%26Positions/Standards" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Standards\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322b9\',e,true);}"><span id="o5hawti"><span id="o5hawtj" style="white-space:nowrap;">Standards</span></span></a></li><li id="o5hawtk"><a id="o5hawtl" href="/Sustainable%20Steel/Sustainability.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s322ba\',e,true);}" target="_blank"><span id="o5hawtm"><span id="o5hawtn" style="white-space:nowrap;">Sustainability</span></span></a></li><li id="o5hawto"><a id="o5hawtp" href="/Issues%26Positions/Trade" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Trade\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322bb\',e,true);}"><span id="o5hawtq"><span id="o5hawtr" style="white-space:nowrap;">Trade</span></span></a></li><li id="o5hawts"><a id="o5hawtt" href="/Issues%26Positions/Transport" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Issues&amp;Positions/Transport\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322bc\',e,true);}"><span id="o5hawtu"><span id="o5hawtv" style="white-space:nowrap;">Transport</span></span></a></li>');
Wt3_3_2.unstub(j17708,j17709,1);
var j17711=Wt3_3_2.$('o5hawnl');
var j17712=document.createElement('ul');j17711.parentNode.replaceChild(j17712,j17711);
j17712.setAttribute('id', 'o5hawnl');
j17712.className='Wt-popup wt-no-reparent Wt-popupmenu Wt-outset';
j17712.style.zIndex='300';
j17712.style.display='none';
function f17713(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger('click', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);}
j17712.onclick=f17713;
Wt3_3_2.setHtml(j17712,'<li id="o5hawnw" class="submenu"><a id="o5hawnx" href="/Facts%26Figures/Crude%20Steel%20Production" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Crude Steel Production\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320b8\',e,true);}" class="dropdown-toggle"><span id="o5hawny"><span id="o5hawnz" style="white-space:nowrap;">Crude Steel Production</span></span></a><ul id="o5hawnn" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawno"><a id="o5hawnp" href="/Facts%26Figures/Crude%20Steel%20Production/All%20Qualities.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Crude Steel Production/All Qualities.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322bd\',e,true);}"><span id="o5hawnq"><span id="o5hawnr" style="white-space:nowrap;">All Qualities</span></span></a></li><li id="o5hawns"><a id="o5hawnt" href="/Facts%26Figures/Crude%20Steel%20Production/Stainless.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Crude Steel Production/Stainless.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322be\',e,true);}"><span id="o5hawnu"><span id="o5hawnv" style="white-space:nowrap;">Stainless</span></span></a></li></ul></li><li id="o5hawp6" class="submenu"><a id="o5hawp7" href="/Facts%26Figures/Exports" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320bc\',e,true);}" class="dropdown-toggle"><span id="o5hawp8"><span id="o5hawp9" style="white-space:nowrap;">Exports</span></span></a><ul id="o5hawo1" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawo2"><a id="o5hawo3" href="/Facts%26Figures/Exports/Pivot%20Exports.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports/Pivot Exports.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322c1\',e,true);}"><span id="o5hawo4"><span id="o5hawo5" style="white-space:nowrap;">Pivot Exports</span></span></a></li><li id="o5hawo6"><a id="o5hawo7" href="/Facts%26Figures/Exports/Coated.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports/Coated.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322c2\',e,true);}"><span id="o5hawo8"><span id="o5hawo9" style="white-space:nowrap;">Coated</span></span></a></li><li id="o5hawoa"><a id="o5hawob" href="/Facts%26Figures/Exports/Cold%20Rolled.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports/Cold Rolled.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322c3\',e,true);}"><span id="o5hawoc"><span id="o5hawod" style="white-space:nowrap;">Cold Rolled</span></span></a></li><li id="o5hawoe"><a id="o5hawof" href="/Facts%26Figures/Exports/Flat%20and%20Long.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports/Flat and Long.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322c4\',e,true);}"><span id="o5hawog"><span id="o5hawoh" style="white-space:nowrap;">Flat and Long</span></span></a></li><li id="o5hawoi"><a id="o5hawoj" href="/Facts%26Figures/Exports/Hot%20Rolled%20Wide%20Strip.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports/Hot Rolled Wide Strip.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322c5\',e,true);}"><span id="o5hawok"><span id="o5hawol" style="white-space:nowrap;">Hot Rolled Wide Strip</span></span></a></li><li id="o5hawom"><a id="o5hawon" href="/Facts%26Figures/Exports/Merchant.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports/Merchant.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322c6\',e,true);}"><span id="o5hawoo"><span id="o5hawop" style="white-space:nowrap;">Merchant</span></span></a></li><li id="o5hawoq"><a id="o5hawor" href="/Facts%26Figures/Exports/Quarto%20Plate.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports/Quarto Plate.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322c7\',e,true);}"><span id="o5hawos"><span id="o5hawot" style="white-space:nowrap;">Quarto Plate</span></span></a></li><li id="o5hawou"><a id="o5hawov" href="/Facts%26Figures/Exports/Rebars.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports/Rebars.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322c8\',e,true);}"><span id="o5hawow"><span id="o5hawox" style="white-space:nowrap;">Rebars</span></span></a></li><li id="o5hawoy"><a id="o5hawoz" href="/Facts%26Figures/Exports/Sections.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports/Sections.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322c9\',e,true);}"><span id="o5hawp0"><span id="o5hawp1" style="white-space:nowrap;">Sections</span></span></a></li><li id="o5hawp2"><a id="o5hawp3" href="/Facts%26Figures/Exports/Wire%20Rod.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Exports/Wire Rod.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322ca\',e,true);}"><span id="o5hawp4"><span id="o5hawp5" style="white-space:nowrap;">Wire Rod</span></span></a></li></ul></li><li id="o5hawqg" class="submenu"><a id="o5hawqh" href="/Facts%26Figures/Imports" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320c0\',e,true);}" class="dropdown-toggle"><span id="o5hawqi"><span id="o5hawqj" style="white-space:nowrap;">Imports</span></span></a><ul id="o5hawpb" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawpc"><a id="o5hawpd" href="/Facts%26Figures/Imports/Pivot%20Imports.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports/Pivot Imports.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322cd\',e,true);}"><span id="o5hawpe"><span id="o5hawpf" style="white-space:nowrap;">Pivot Imports</span></span></a></li><li id="o5hawpg"><a id="o5hawph" href="/Facts%26Figures/Imports/Coated.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports/Coated.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322ce\',e,true);}"><span id="o5hawpi"><span id="o5hawpj" style="white-space:nowrap;">Coated</span></span></a></li><li id="o5hawpk"><a id="o5hawpl" href="/Facts%26Figures/Imports/Cold%20Rolled.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports/Cold Rolled.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322cf\',e,true);}"><span id="o5hawpm"><span id="o5hawpn" style="white-space:nowrap;">Cold Rolled</span></span></a></li><li id="o5hawpo"><a id="o5hawpp" href="/Facts%26Figures/Imports/Flat%20and%20Long.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports/Flat and Long.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322d0\',e,true);}"><span id="o5hawpq"><span id="o5hawpr" style="white-space:nowrap;">Flat and Long</span></span></a></li><li id="o5hawps"><a id="o5hawpt" href="/Facts%26Figures/Imports/Hot%20Rolled%20Wide%20Strip.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports/Hot Rolled Wide Strip.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322d1\',e,true);}"><span id="o5hawpu"><span id="o5hawpv" style="white-space:nowrap;">Hot Rolled Wide Strip</span></span></a></li><li id="o5hawpw"><a id="o5hawpx" href="/Facts%26Figures/Imports/Merchant.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports/Merchant.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322d2\',e,true);}"><span id="o5hawpy"><span id="o5hawpz" style="white-space:nowrap;">Merchant</span></span></a></li><li id="o5hawq0"><a id="o5hawq1" href="/Facts%26Figures/Imports/Quarto%20Plate.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports/Quarto Plate.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322d3\',e,true);}"><span id="o5hawq2"><span id="o5hawq3" style="white-space:nowrap;">Quarto Plate</span></span></a></li><li id="o5hawq4"><a id="o5hawq5" href="/Facts%26Figures/Imports/Rebars.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports/Rebars.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322d4\',e,true);}"><span id="o5hawq6"><span id="o5hawq7" style="white-space:nowrap;">Rebars</span></span></a></li><li id="o5hawq8"><a id="o5hawq9" href="/Facts%26Figures/Imports/Sections.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports/Sections.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322d5\',e,true);}"><span id="o5hawqa"><span id="o5hawqb" style="white-space:nowrap;">Sections</span></span></a></li><li id="o5hawqc"><a id="o5hawqd" href="/Facts%26Figures/Imports/Wire%20Rod.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Imports/Wire Rod.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322d6\',e,true);}"><span id="o5hawqe"><span id="o5hawqf" style="white-space:nowrap;">Wire Rod</span></span></a></li></ul></li><li id="o5hawr2" class="submenu"><a id="o5hawr3" href="/Facts%26Figures/Market%20Supply" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Market Supply\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320c4\',e,true);}" class="dropdown-toggle"><span id="o5hawr4"><span id="o5hawr5" style="white-space:nowrap;">Market Supply</span></span></a><ul id="o5hawql" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawqm"><a id="o5hawqn" href="/Facts%26Figures/Market%20Supply/All%20Qualities%20Less%20Stainless%20Flat.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Market Supply/All Qualities Less Stainless Flat.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322d9\',e,true);}"><span id="o5hawqo"><span id="o5hawqp" style="white-space:nowrap;">All Qualities Less Stainless Flat</span></span></a></li><li id="o5hawqq"><a id="o5hawqr" href="/Facts%26Figures/Market%20Supply/All%20Qualities%20Less%20Stainless%20Long.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Market Supply/All Qualities Less Stainless Long.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322da\',e,true);}"><span id="o5hawqs"><span id="o5hawqt" style="white-space:nowrap;">All Qualities Less Stainless Long</span></span></a></li><li id="o5hawqu"><a id="o5hawqv" href="/Facts%26Figures/Market%20Supply/Stainless%20Flat.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Market Supply/Stainless Flat.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322db\',e,true);}"><span id="o5hawqw"><span id="o5hawqx" style="white-space:nowrap;">Stainless Flat</span></span></a></li><li id="o5hawqy"><a id="o5hawqz" href="/Facts%26Figures/Market%20Supply/Stainless%20Long.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Market Supply/Stainless Long.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322dc\',e,true);}"><span id="o5hawr0"><span id="o5hawr1" style="white-space:nowrap;">Stainless Long</span></span></a></li></ul></li><li id="o5hawr6"><a id="o5hawr7" href="/Facts%26Figures/Scrap%20price%20index.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Scrap price index.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322df\',e,true);}"><span id="o5hawr8"><span id="o5hawr9" style="white-space:nowrap;">Scrap price index</span></span></a></li><li id="o5hawrk" class="submenu"><a id="o5hawrl" href="/Facts%26Figures/Archives" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Archives\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s320c8\',e,true);}" class="dropdown-toggle"><span id="o5hawrm"><span id="o5hawrn" style="white-space:nowrap;">Archives</span></span></a><ul id="o5hawrb" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}(function(o,e) { $(document).trigger(\'click\', e); })(o,e);Wt3_3_2.cancelEvent(e,0x1);" class="Wt-popup Wt-popupmenu Wt-outset" style="z-index:100;display:none;"><li id="o5hawrc"><a id="o5hawrd" href="/Facts%26Figures/Archives/All%20Qualities.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Archives/All Qualities.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322e0\',e,true);}"><span id="o5hawre"><span id="o5hawrf" style="white-space:nowrap;">All Qualities</span></span></a></li><li id="o5hawrg"><a id="o5hawrh" href="/Facts%26Figures/Archives/Stainless.fhtml" onclick="var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash(\'/Facts&amp;Figures/Archives/Stainless.fhtml\',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,\'s322e1\',e,true);}"><span id="o5hawri"><span id="o5hawrj" style="white-space:nowrap;">Stainless</span></span></a></li></ul></li>');
Wt3_3_2.$('o5hawnn').wtNoReparent=true;
Wt3_3_2.$('o5hawo1').wtNoReparent=true;
Wt3_3_2.$('o5hawpb').wtNoReparent=true;
Wt3_3_2.$('o5hawql').wtNoReparent=true;
Wt3_3_2.$('o5hawrb').wtNoReparent=true;

Wt3_3_2.unstub(j17711,j17712,1);
var j17714=Wt3_3_2.$('o5hax1p');
var j17715=document.createElement('div');j17714.parentNode.replaceChild(j17715,j17714);
j17715.setAttribute('id', 'o5hax1p');
j17715.className='tcontainer';
j17715.style.position='absolute';
j17715.style.width='0.0px';
j17715.style.overflowX='hidden';
j17715.style.overflowY='hidden';
j17715.style.display='none';
function f17716(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,'s3215c',e,true);}else{if (Wt3_3_2.isIElt9 && document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,'s32152',e,true);},200);}}
j17715.onclick=f17716;
function f17717(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,'s32153',e,true);}
j17715.onmouseup=f17717;
Wt3_3_2.setHtml(j17715,'<div id="o5hax1o" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt3_3_2.cancelEvent(e,0x1);Wt._p_.update(o,\'s3215a\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s3214f\',e,true);},200);}" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.saveDownPos(event);Wt3_3_2.capture(this);Wt._p_.update(o,\'s32150\',e,true);" onmouseup="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s32151\',e,true);" style="position:relative;width:0.0px;height:325.0px;line-height: 65.0px"><div id="o5hax1n" class="Wt-tv-contents" style="position:absolute;width:0.0px;height:325.0px;left:auto;right:auto;top:0.0px;bottom:auto;background-image:url(&#34;/wt/resources/themes/eurofer/stripes/stripe-65px.gif&#34;);"></div></div>');
Wt3_3_2.unstub(j17714,j17715,1);
var j17718=Wt3_3_2.$('o5hax46');
var j17719=document.createElement('div');j17718.parentNode.replaceChild(j17719,j17718);
j17719.setAttribute('id', 'o5hax46');
j17719.className='tcontainer';
j17719.style.position='absolute';
j17719.style.width='0.0px';
j17719.style.overflowX='hidden';
j17719.style.overflowY='hidden';
j17719.style.display='none';
function f17720(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,'s321ad',e,true);}else{if (Wt3_3_2.isIElt9 && document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,'s321a3',e,true);},200);}}
j17719.onclick=f17720;
function f17721(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,'s321a4',e,true);}
j17719.onmouseup=f17721;
Wt3_3_2.setHtml(j17719,'<div id="o5hax45" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt3_3_2.cancelEvent(e,0x1);Wt._p_.update(o,\'s321ab\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s321a0\',e,true);},200);}" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.saveDownPos(event);Wt3_3_2.capture(this);Wt._p_.update(o,\'s321a1\',e,true);" onmouseup="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s321a2\',e,true);" style="position:relative;width:0.0px;height:325.0px;line-height: 65.0px"><div id="o5hax44" class="Wt-tv-contents" style="position:absolute;width:0.0px;height:325.0px;left:auto;right:auto;top:0.0px;bottom:auto;background-image:url(&#34;/wt/resources/themes/eurofer/stripes/stripe-65px.gif&#34;);"></div></div>');
Wt3_3_2.unstub(j17718,j17719,1);
var j17722=Wt3_3_2.$('o5hax6n');
var j17723=document.createElement('div');j17722.parentNode.replaceChild(j17723,j17722);
j17723.setAttribute('id', 'o5hax6n');
j17723.className='tcontainer';
j17723.style.position='absolute';
j17723.style.width='0.0px';
j17723.style.overflowX='hidden';
j17723.style.overflowY='hidden';
j17723.style.display='none';
function f17724(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,'s321fe',e,true);}else{if (Wt3_3_2.isIElt9 && document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,'s321f4',e,true);},200);}}
j17723.onclick=f17724;
function f17725(event) { var e=event||window.event,o=this;if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,'s321f5',e,true);}
j17723.onmouseup=f17725;
Wt3_3_2.setHtml(j17723,'<div id="o5hax6m" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt3_3_2.cancelEvent(e,0x1);Wt._p_.update(o,\'s321fc\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s321f1\',e,true);},200);}" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.saveDownPos(event);Wt3_3_2.capture(this);Wt._p_.update(o,\'s321f2\',e,true);" onmouseup="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s321f3\',e,true);" style="position:relative;width:0.0px;height:325.0px;line-height: 65.0px"><div id="o5hax6l" class="Wt-tv-contents" style="position:absolute;width:0.0px;height:325.0px;left:auto;right:auto;top:0.0px;bottom:auto;background-image:url(&#34;/wt/resources/themes/eurofer/stripes/stripe-65px.gif&#34;);"></div></div>');
Wt3_3_2.unstub(j17722,j17723,1);
var j17726=Wt3_3_2.$('o5hax2f');
var j17727=document.createElement('div');j17726.parentNode.replaceChild(j17727,j17726);
j17727.setAttribute('id', 'o5hax2f');
j17727.className='Wt-tv-c1 Wt-tv-c headerrh';
j17727.style.cssFloat='left';
j17727.style.width='151.0px';
j17727.style.display='none';
Wt3_3_2.setHtml(j17727,'<div id="o5hax2e" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(obj, event) {jQuery.data(Wt3_3_2.$(\'o5hax18\'), \'obj\').resizeHandleMDown(obj, event);};f(o,e);}" class="Wt-tv-rh Wt-tv-br headerrh"></div><div id="o5hax2g" style="line-height:0.0px;overflow-x:hidden;overflow-y:hidden;"><div id="contents_o5hax2b"><div id="sort_o5hax2c" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s3215e\',e,true);" class="Wt-tv-sh Wt-tv-sh-none"></div><div id="t_o5hax2d" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,\'s32161\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s32160\',e,true);},200);}" class="Wt-label">Name</div></div></div>');
Wt3_3_2.unstub(j17726,j17727,1);
var j17728=Wt3_3_2.$('o5hax7d');
var j17729=document.createElement('div');j17728.parentNode.replaceChild(j17729,j17728);
j17729.setAttribute('id', 'o5hax7d');
j17729.className='Wt-tv-c1 Wt-tv-c headerrh';
j17729.style.cssFloat='left';
j17729.style.width='151.0px';
j17729.style.display='none';
Wt3_3_2.setHtml(j17729,'<div id="o5hax7c" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(obj, event) {jQuery.data(Wt3_3_2.$(\'o5hax66\'), \'obj\').resizeHandleMDown(obj, event);};f(o,e);}" class="Wt-tv-rh Wt-tv-br headerrh"></div><div id="o5hax7e" style="line-height:0.0px;overflow-x:hidden;overflow-y:hidden;"><div id="contents_o5hax79"><div id="sort_o5hax7a" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s32200\',e,true);" class="Wt-tv-sh Wt-tv-sh-none"></div><div id="t_o5hax7b" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,\'s32203\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s32202\',e,true);},200);}" class="Wt-label">Name</div></div></div>');
Wt3_3_2.unstub(j17728,j17729,1);
var j17730=Wt3_3_2.$('o5hax58');
var j17731=document.createElement('div');j17730.parentNode.replaceChild(j17731,j17730);
j17731.setAttribute('id', 'o5hax58');
j17731.className='Wt-tv-c3 Wt-tv-c headerrh';
j17731.style.cssFloat='left';
j17731.style.width='151.0px';
j17731.style.display='none';
Wt3_3_2.setHtml(j17731,'<div id="o5hax57" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(obj, event) {jQuery.data(Wt3_3_2.$(\'o5hax3p\'), \'obj\').resizeHandleMDown(obj, event);};f(o,e);}" class="Wt-tv-rh Wt-tv-br headerrh"></div><div id="o5hax59" style="line-height:0.0px;overflow-x:hidden;overflow-y:hidden;"><div id="contents_o5hax54"><div id="sort_o5hax55" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s321bf\',e,true);" class="Wt-tv-sh Wt-tv-sh-none"></div><div id="t_o5hax56" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,\'s321c2\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s321c1\',e,true);},200);}" class="Wt-label">Size</div></div></div>');
Wt3_3_2.unstub(j17730,j17731,1);
var j17732=Wt3_3_2.$('o5hax7p');
var j17733=document.createElement('div');j17732.parentNode.replaceChild(j17733,j17732);
j17733.setAttribute('id', 'o5hax7p');
j17733.className='Wt-tv-c3 Wt-tv-c headerrh';
j17733.style.cssFloat='left';
j17733.style.width='151.0px';
j17733.style.display='none';
Wt3_3_2.setHtml(j17733,'<div id="o5hax7o" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(obj, event) {jQuery.data(Wt3_3_2.$(\'o5hax66\'), \'obj\').resizeHandleMDown(obj, event);};f(o,e);}" class="Wt-tv-rh Wt-tv-br headerrh"></div><div id="o5hax7q" style="line-height:0.0px;overflow-x:hidden;overflow-y:hidden;"><div id="contents_o5hax7l"><div id="sort_o5hax7m" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s32210\',e,true);" class="Wt-tv-sh Wt-tv-sh-none"></div><div id="t_o5hax7n" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,\'s32213\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s32212\',e,true);},200);}" class="Wt-label">Size</div></div></div>');
Wt3_3_2.unstub(j17732,j17733,1);
var j17734=Wt3_3_2.$('o5hax7v');
var j17735=document.createElement('div');j17734.parentNode.replaceChild(j17735,j17734);
j17735.setAttribute('id', 'o5hax7v');
j17735.className='Wt-tv-c4 Wt-tv-c headerrh';
j17735.style.cssFloat='left';
j17735.style.width='151.0px';
j17735.style.display='none';
Wt3_3_2.setHtml(j17735,'<div id="o5hax7u" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(obj, event) {jQuery.data(Wt3_3_2.$(\'o5hax66\'), \'obj\').resizeHandleMDown(obj, event);};f(o,e);}" class="Wt-tv-rh Wt-tv-br headerrh"></div><div id="o5hax7w" style="line-height:0.0px;overflow-x:hidden;overflow-y:hidden;"><div id="contents_o5hax7r"><div id="sort_o5hax7s" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s32218\',e,true);" class="Wt-tv-sh Wt-tv-sh-none"></div><div id="t_o5hax7t" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,\'s3221b\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s3221a\',e,true);},200);}" class="Wt-label">Date</div></div></div>');
Wt3_3_2.unstub(j17734,j17735,1);
var j17736=Wt3_3_2.$('o5hax2r');
var j17737=document.createElement('div');j17736.parentNode.replaceChild(j17737,j17736);
j17737.setAttribute('id', 'o5hax2r');
j17737.className='Wt-tv-c3 Wt-tv-c headerrh';
j17737.style.cssFloat='left';
j17737.style.width='151.0px';
j17737.style.display='none';
Wt3_3_2.setHtml(j17737,'<div id="o5hax2q" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(obj, event) {jQuery.data(Wt3_3_2.$(\'o5hax18\'), \'obj\').resizeHandleMDown(obj, event);};f(o,e);}" class="Wt-tv-rh Wt-tv-br headerrh"></div><div id="o5hax2s" style="line-height:0.0px;overflow-x:hidden;overflow-y:hidden;"><div id="contents_o5hax2n"><div id="sort_o5hax2o" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s3216e\',e,true);" class="Wt-tv-sh Wt-tv-sh-none"></div><div id="t_o5hax2p" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,\'s32171\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s32170\',e,true);},200);}" class="Wt-label">Size</div></div></div>');
Wt3_3_2.unstub(j17736,j17737,1);
var j17738=Wt3_3_2.$('o5hax2x');
var j17739=document.createElement('div');j17738.parentNode.replaceChild(j17739,j17738);
j17739.setAttribute('id', 'o5hax2x');
j17739.className='Wt-tv-c4 Wt-tv-c headerrh';
j17739.style.cssFloat='left';
j17739.style.width='151.0px';
j17739.style.display='none';
Wt3_3_2.setHtml(j17739,'<div id="o5hax2w" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(obj, event) {jQuery.data(Wt3_3_2.$(\'o5hax18\'), \'obj\').resizeHandleMDown(obj, event);};f(o,e);}" class="Wt-tv-rh Wt-tv-br headerrh"></div><div id="o5hax2y" style="line-height:0.0px;overflow-x:hidden;overflow-y:hidden;"><div id="contents_o5hax2t"><div id="sort_o5hax2u" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s32176\',e,true);" class="Wt-tv-sh Wt-tv-sh-none"></div><div id="t_o5hax2v" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,\'s32179\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s32178\',e,true);},200);}" class="Wt-label">Date</div></div></div>');
Wt3_3_2.unstub(j17738,j17739,1);
var j17740=Wt3_3_2.$('o5hax5e');
var j17741=document.createElement('div');j17740.parentNode.replaceChild(j17741,j17740);
j17741.setAttribute('id', 'o5hax5e');
j17741.className='Wt-tv-c4 Wt-tv-c headerrh';
j17741.style.cssFloat='left';
j17741.style.width='151.0px';
j17741.style.display='none';
Wt3_3_2.setHtml(j17741,'<div id="o5hax5d" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(obj, event) {jQuery.data(Wt3_3_2.$(\'o5hax3p\'), \'obj\').resizeHandleMDown(obj, event);};f(o,e);}" class="Wt-tv-rh Wt-tv-br headerrh"></div><div id="o5hax5f" style="line-height:0.0px;overflow-x:hidden;overflow-y:hidden;"><div id="contents_o5hax5a"><div id="sort_o5hax5b" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s321c7\',e,true);" class="Wt-tv-sh Wt-tv-sh-none"></div><div id="t_o5hax5c" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,\'s321ca\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s321c9\',e,true);},200);}" class="Wt-label">Date</div></div></div>');
Wt3_3_2.unstub(j17740,j17741,1);
var j17742=Wt3_3_2.$('o5hax4w');
var j17743=document.createElement('div');j17742.parentNode.replaceChild(j17743,j17742);
j17743.setAttribute('id', 'o5hax4w');
j17743.className='Wt-tv-c1 Wt-tv-c headerrh';
j17743.style.cssFloat='left';
j17743.style.width='151.0px';
j17743.style.display='none';
Wt3_3_2.setHtml(j17743,'<div id="o5hax4v" onmousedown="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}{var f=function(obj, event) {jQuery.data(Wt3_3_2.$(\'o5hax3p\'), \'obj\').resizeHandleMDown(obj, event);};f(o,e);}" class="Wt-tv-rh Wt-tv-br headerrh"></div><div id="o5hax4x" style="line-height:0.0px;overflow-x:hidden;overflow-y:hidden;"><div id="contents_o5hax4s"><div id="sort_o5hax4t" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,\'s321af\',e,true);" class="Wt-tv-sh Wt-tv-sh-none"></div><div id="t_o5hax4u" onclick="var e=event||window.event,o=this;if($(o).hasClass(\'Wt-disabled\')){Wt3_3_2.cancelEvent(e);return;}if(o.wtClickTimeout) {clearTimeout(o.wtClickTimeout);o.wtClickTimeout = null;Wt._p_.update(o,\'s321b2\',e,true);}else{if (Wt3_3_2.isIElt9 &amp;&amp; document.createEventObject) e = document.createEventObject(e);o.wtClickTimeout = setTimeout(function() {o.wtClickTimeout = null;Wt._p_.update(o,\'s321b1\',e,true);},200);}" class="Wt-label">Name</div></div></div>');
Wt3_3_2.unstub(j17742,j17743,1);
var j17744=Wt3_3_2.$('o5hax3f');
var j17745=document.createElement('div');j17744.parentNode.replaceChild(j17745,j17744);
j17745.setAttribute('id', 'o5hax3f');
j17745.className='Wt-tv-c3';
j17745.style.position='absolute';
j17745.style.width='157.0px';
j17745.style.height='325.0px';
j17745.style.left='277.0px';
j17745.style.right='auto';
j17745.style.top='0.0px';
j17745.style.bottom='auto';
j17745.style.overflowX='hidden';
j17745.style.overflowY='hidden';
j17745.style.display='none';
Wt3_3_2.setHtml(j17745,'<div id="t_o5hax3a" class="Wt-tv-c" style="height:65.0px;">2040</div><div id="t_o5hax3b" class="Wt-tv-c" style="height:65.0px;">2598</div><div id="t_o5hax3c" class="Wt-tv-c" style="height:65.0px;">1315</div><div id="t_o5hax3d" class="Wt-tv-c" style="height:65.0px;">840</div><div id="t_o5hax3e" class="Wt-tv-c" style="height:65.0px;">901</div>');
Wt3_3_2.unstub(j17744,j17745,1);
var j17746=Wt3_3_2.$('o5hax5w');
var j17747=document.createElement('div');j17746.parentNode.replaceChild(j17747,j17746);
j17747.setAttribute('id', 'o5hax5w');
j17747.className='Wt-tv-c3';
j17747.style.position='absolute';
j17747.style.width='157.0px';
j17747.style.height='325.0px';
j17747.style.left='277.0px';
j17747.style.right='auto';
j17747.style.top='0.0px';
j17747.style.bottom='auto';
j17747.style.overflowX='hidden';
j17747.style.overflowY='hidden';
j17747.style.display='none';
Wt3_3_2.setHtml(j17747,'<div id="t_o5hax5r" class="Wt-tv-c" style="height:65.0px;">4797</div><div id="t_o5hax5s" class="Wt-tv-c" style="height:65.0px;">3915</div><div id="t_o5hax5t" class="Wt-tv-c" style="height:65.0px;">4122</div><div id="t_o5hax5u" class="Wt-tv-c" style="height:65.0px;">4712</div><div id="t_o5hax5v" class="Wt-tv-c" style="height:65.0px;">3966</div>');
Wt3_3_2.unstub(j17746,j17747,1);
var j17748=Wt3_3_2.$('o5hax8j');
var j17749=document.createElement('div');j17748.parentNode.replaceChild(j17749,j17748);
j17749.setAttribute('id', 'o5hax8j');
j17749.className='Wt-tv-c4';
j17749.style.position='absolute';
j17749.style.width='157.0px';
j17749.style.height='325.0px';
j17749.style.left='277.0px';
j17749.style.right='auto';
j17749.style.top='0.0px';
j17749.style.bottom='auto';
j17749.style.overflowX='hidden';
j17749.style.overflowY='hidden';
j17749.style.display='none';
Wt3_3_2.setHtml(j17749,'<div id="t_o5hax8e" class="Wt-tv-c" style="height:65.0px;">2017-10-25 : 07-58-41</div><div id="t_o5hax8f" class="Wt-tv-c" style="height:65.0px;">2017-07-10 : 09-08-47</div><div id="t_o5hax8g" class="Wt-tv-c" style="height:65.0px;">2017-06-07 : 07-37-38</div><div id="t_o5hax8h" class="Wt-tv-c" style="height:65.0px;">2017-05-29 : 12-16-10</div><div id="t_o5hax8i" class="Wt-tv-c" style="height:65.0px;">2017-05-22 : 08-48-48</div>');
Wt3_3_2.unstub(j17748,j17749,1);
var j17750=Wt3_3_2.$('o5hax8d');
var j17751=document.createElement('div');j17750.parentNode.replaceChild(j17751,j17750);
j17751.setAttribute('id', 'o5hax8d');
j17751.className='Wt-tv-c3';
j17751.style.position='absolute';
j17751.style.width='157.0px';
j17751.style.height='325.0px';
j17751.style.left='277.0px';
j17751.style.right='auto';
j17751.style.top='0.0px';
j17751.style.bottom='auto';
j17751.style.overflowX='hidden';
j17751.style.overflowY='hidden';
j17751.style.display='none';
Wt3_3_2.setHtml(j17751,'<div id="t_o5hax88" class="Wt-tv-c" style="height:65.0px;">1621997</div><div id="t_o5hax89" class="Wt-tv-c" style="height:65.0px;">1985489</div><div id="t_o5hax8a" class="Wt-tv-c" style="height:65.0px;">596514</div><div id="t_o5hax8b" class="Wt-tv-c" style="height:65.0px;">6139</div><div id="t_o5hax8c" class="Wt-tv-c" style="height:65.0px;">460345</div>');
Wt3_3_2.unstub(j17750,j17751,1);
var j17752=Wt3_3_2.$('o5hax3l');
var j17753=document.createElement('div');j17752.parentNode.replaceChild(j17753,j17752);
j17753.setAttribute('id', 'o5hax3l');
j17753.className='Wt-tv-c4';
j17753.style.position='absolute';
j17753.style.width='157.0px';
j17753.style.height='325.0px';
j17753.style.left='277.0px';
j17753.style.right='auto';
j17753.style.top='0.0px';
j17753.style.bottom='auto';
j17753.style.overflowX='hidden';
j17753.style.overflowY='hidden';
j17753.style.display='none';
Wt3_3_2.setHtml(j17753,'<div id="t_o5hax3g" class="Wt-tv-c" style="height:65.0px;">2017-12-15 : 08-40-52</div><div id="t_o5hax3h" class="Wt-tv-c" style="height:65.0px;">2017-11-16 : 09-05-33</div><div id="t_o5hax3i" class="Wt-tv-c" style="height:65.0px;">2017-05-16 : 14-51-17</div><div id="t_o5hax3j" class="Wt-tv-c" style="height:65.0px;">2017-05-16 : 09-39-38</div><div id="t_o5hax3k" class="Wt-tv-c" style="height:65.0px;">2017-05-16 : 09-38-51</div>');
Wt3_3_2.unstub(j17752,j17753,1);
var j17754=Wt3_3_2.$('o5hax62');
var j17755=document.createElement('div');j17754.parentNode.replaceChild(j17755,j17754);
j17755.setAttribute('id', 'o5hax62');
j17755.className='Wt-tv-c4';
j17755.style.position='absolute';
j17755.style.width='157.0px';
j17755.style.height='325.0px';
j17755.style.left='277.0px';
j17755.style.right='auto';
j17755.style.top='0.0px';
j17755.style.bottom='auto';
j17755.style.overflowX='hidden';
j17755.style.overflowY='hidden';
j17755.style.display='none';
Wt3_3_2.setHtml(j17755,'<div id="t_o5hax5x" class="Wt-tv-c" style="height:65.0px;">2017-12-19 : 09-48-02</div><div id="t_o5hax5y" class="Wt-tv-c" style="height:65.0px;">2017-12-06 : 14-12-10</div><div id="t_o5hax5z" class="Wt-tv-c" style="height:65.0px;">2017-12-01 : 11-56-20</div><div id="t_o5hax60" class="Wt-tv-c" style="height:65.0px;">2017-11-29 : 11-04-05</div><div id="t_o5hax61" class="Wt-tv-c" style="height:65.0px;">2017-11-28 : 14-31-48</div>');
Wt3_3_2.unstub(j17754,j17755,1);
function f17756(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/About Steel',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320a6',e,true);}}
var j17757=Wt3_3_2.$('o5hawlz');
j17757.onclick=f17756;
function f17758(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Crude Steel Production',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320b8',e,true);}}
var j17759=Wt3_3_2.$('o5hawnx');
j17759.onclick=f17758;
function f17760(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320bc',e,true);}}
var j17761=Wt3_3_2.$('o5hawp7');
j17761.onclick=f17760;
function f17762(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320c0',e,true);}}
var j17763=Wt3_3_2.$('o5hawqh');
j17763.onclick=f17762;
function f17764(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Market Supply',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320c4',e,true);}}
var j17765=Wt3_3_2.$('o5hawr3');
j17765.onclick=f17764;
function f17766(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Archives',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320c8',e,true);}}
var j17767=Wt3_3_2.$('o5hawrl');
j17767.onclick=f17766;
function f17768(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Image Gallery',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320e3',e,true);}}
var j17769=Wt3_3_2.$('o5hawup');
j17769.onclick=f17768;
function f17770(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Videos',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320e7',e,true);}}
var j17771=Wt3_3_2.$('o5hawvn');
j17771.onclick=f17770;
function f17772(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320e9',e,true);}}
var j17773=Wt3_3_2.$('o5hawvr');
j17773.onclick=f17772;
function f17774(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Archives',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320ed',e,true);}}
var j17775=Wt3_3_2.$('o5haww1');
j17775.onclick=f17774;
function f17776(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Events sponsored by eurofer',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320f3',e,true);}}
var j17777=Wt3_3_2.$('o5hawwh');
j17777.onclick=f17776;
function f17778(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2013',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320f9',e,true);}}
var j17779=Wt3_3_2.$('o5hawwx');
j17779.onclick=f17778;
function f17780(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2014',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s320fd',e,true);}}
var j17781=Wt3_3_2.$('o5hawxn');
j17781.onclick=f17780;
function f17782(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2015',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32101',e,true);}}
var j17783=Wt3_3_2.$('o5hawyl');
j17783.onclick=f17782;
function f17784(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2016',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32105',e,true);}}
var j17785=Wt3_3_2.$('o5hawz3');
j17785.onclick=f17784;
function f17786(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32107',e,true);}}
var j17787=Wt3_3_2.$('o5hawzf');
j17787.onclick=f17786;
function f17788(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32109',e,true);}}
var j17789=Wt3_3_2.$('o5hawzj');
j17789.onclick=f17788;
function f17790(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Sustainable Steel/CO2 Standard.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3225e',e,true);}}
var j17791=Wt3_3_2.$('o5hawmv');
j17791.onclick=f17790;
function f17792(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Sustainable Steel/Closed Loops_Steel Production.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3225f',e,true);}}
var j17793=Wt3_3_2.$('o5hawmz');
j17793.onclick=f17792;
function f17794(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Sustainable Steel/Reach.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32260',e,true);}}
var j17795=Wt3_3_2.$('o5hawn3');
j17795.onclick=f17794;
function f17796(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Sustainable Steel/Steel and Climate Protection.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32261',e,true);}}
var j17797=Wt3_3_2.$('o5hawn7');
j17797.onclick=f17796;
function f17798(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,'s32262',e,true);}}
var j17799=Wt3_3_2.$('o5hawnb');
j17799.onclick=f17798;
function f17800(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Sustainable Steel/Sustainability.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32263',e,true);}}
var j17801=Wt3_3_2.$('o5hawnf');
j17801.onclick=f17800;
function f17802(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Eurofer Stainless/Contact H & E.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32264',e,true);}}
var j17803=Wt3_3_2.$('o5hawrt');
j17803.onclick=f17802;
function f17804(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Eurofer Stainless/LCI Enquiries.form',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32265',e,true);}}
var j17805=Wt3_3_2.$('o5hawrx');
j17805.onclick=f17804;
function f17806(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Eurofer Stainless/Mission and Organisation.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32266',e,true);}}
var j17807=Wt3_3_2.$('o5haws1');
j17807.onclick=f17806;
function f17808(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Press releases.itpl',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32267',e,true);}}
var j17809=Wt3_3_2.$('o5hawu1');
j17809.onclick=f17808;
function f17810(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Publications.itpl',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32268',e,true);}}
var j17811=Wt3_3_2.$('o5hawu5');
j17811.onclick=f17810;
function f17812(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Newsletter.itpl',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32269',e,true);}}
var j17813=Wt3_3_2.$('o5hawu9');
j17813.onclick=f17812;
function f17814(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Image Gallery/Steel Applications.itpl',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3226a',e,true);}}
var j17815=Wt3_3_2.$('o5hawuh');
j17815.onclick=f17814;
function f17816(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Image Gallery/Steel Production.itpl',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3226b',e,true);}}
var j17817=Wt3_3_2.$('o5hawul');
j17817.onclick=f17816;
function f17818(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Videos/ESD2011.youtube',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3226e',e,true);}}
var j17819=Wt3_3_2.$('o5hawuv');
j17819.onclick=f17818;
function f17820(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Videos/ESD2012.youtube',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3226f',e,true);}}
var j17821=Wt3_3_2.$('o5hawuz');
j17821.onclick=f17820;
function f17822(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Videos/ESD2013.youtube',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32270',e,true);}}
var j17823=Wt3_3_2.$('o5hawv3');
j17823.onclick=f17822;
function f17824(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Videos/ESD2014HVR.youtube',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32271',e,true);}}
var j17825=Wt3_3_2.$('o5hawv7');
j17825.onclick=f17824;
function f17826(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Videos/ESD2014KDG.youtube',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32272',e,true);}}
var j17827=Wt3_3_2.$('o5hawvb');
j17827.onclick=f17826;
function f17828(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Videos/ESD2016.youtube',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32273',e,true);}}
var j17829=Wt3_3_2.$('o5hawvf');
j17829.onclick=f17828;
function f17830(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Media Gallery/Videos/TFBWS.youtube',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32274',e,true);}}
var j17831=Wt3_3_2.$('o5hawvj');
j17831.onclick=f17830;
function f17832(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Archives/Previous press releases.itpl',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32279',e,true);}}
var j17833=Wt3_3_2.$('o5hawvx');
j17833.onclick=f17832;
function f17834(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Events sponsored by eurofer/EuroSteelMaster.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3227c',e,true);}}
var j17835=Wt3_3_2.$('o5haww9');
j17835.onclick=f17834;
function f17836(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Events sponsored by eurofer/Newsletter_April2015-KW17_DE+ENG.pdf',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3227d',e,true);}}
var j17837=Wt3_3_2.$('o5hawwd');
j17837.onclick=f17836;
function f17838(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2013/Presentation.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32280',e,true);}}
var j17839=Wt3_3_2.$('o5hawwp');
j17839.onclick=f17838;
function f17840(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2013/Speakers.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32281',e,true);}}
var j17841=Wt3_3_2.$('o5hawwt');
j17841.onclick=f17840;
function f17842(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2014/Media.itpl',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32284',e,true);}}
var j17843=Wt3_3_2.$('o5hawx3');
j17843.onclick=f17842;
function f17844(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2014/Programme.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32285',e,true);}}
var j17845=Wt3_3_2.$('o5hawx7');
j17845.onclick=f17844;
function f17846(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2014/Confirmed speakers.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32286',e,true);}}
var j17847=Wt3_3_2.$('o5hawxb');
j17847.onclick=f17846;
function f17848(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2014/Contact.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32287',e,true);}}
var j17849=Wt3_3_2.$('o5hawxf');
j17849.onclick=f17848;
function f17850(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2014/Event information.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32288',e,true);}}
var j17851=Wt3_3_2.$('o5hawxj');
j17851.onclick=f17850;
function f17852(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2015/Communication.itpl',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3228b',e,true);}}
var j17853=Wt3_3_2.$('o5hawxt');
j17853.onclick=f17852;
function f17854(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2015/Event information.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3228c',e,true);}}
var j17855=Wt3_3_2.$('o5hawxx');
j17855.onclick=f17854;
function f17856(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2015/Videos.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3228d',e,true);}}
var j17857=Wt3_3_2.$('o5hawy1');
j17857.onclick=f17856;
function f17858(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2015/Intervention speakers.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3228e',e,true);}}
var j17859=Wt3_3_2.$('o5hawy5');
j17859.onclick=f17858;
function f17860(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2015/Pictures.itpl',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3228f',e,true);}}
var j17861=Wt3_3_2.$('o5hawy9');
j17861.onclick=f17860;
function f17862(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2015/Programme.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32290',e,true);}}
var j17863=Wt3_3_2.$('o5hawyd');
j17863.onclick=f17862;
function f17864(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2015/Contact.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32291',e,true);}}
var j17865=Wt3_3_2.$('o5hawyh');
j17865.onclick=f17864;
function f17866(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2016/Introduction.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32294',e,true);}}
var j17867=Wt3_3_2.$('o5hawyr');
j17867.onclick=f17866;
function f17868(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2016/Programme.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32295',e,true);}}
var j17869=Wt3_3_2.$('o5hawyv');
j17869.onclick=f17868;
function f17870(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/European Steel Day 2016/Contact.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s32296',e,true);}}
var j17871=Wt3_3_2.$('o5hawyz');
j17871.onclick=f17870;
function f17872(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,'s32299',e,true);}}
var j17873=Wt3_3_2.$('o5hawz7');
j17873.onclick=f17872;
function f17874(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Events/Previous Eurofer Events/Yellow Goods Seminar.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3229a',e,true);}}
var j17875=Wt3_3_2.$('o5hawzb');
j17875.onclick=f17874;
function f17876(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/Press contact.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s3229f',e,true);}}
var j17877=Wt3_3_2.$('o5hawzn');
j17877.onclick=f17876;
function f17878(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/News&Events/News.itpl',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322a0',e,true);}}
var j17879=Wt3_3_2.$('o5hawzr');
j17879.onclick=f17878;
function f17880(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/About Steel/Growing with Steel.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322a1',e,true);}}
var j17881=Wt3_3_2.$('o5hawlf');
j17881.onclick=f17880;
function f17882(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/About Steel/How Steel is Made.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322a2',e,true);}}
var j17883=Wt3_3_2.$('o5hawlj');
j17883.onclick=f17882;
function f17884(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/About Steel/Made of Steel.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322a3',e,true);}}
var j17885=Wt3_3_2.$('o5hawln');
j17885.onclick=f17884;
function f17886(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/About Steel/Steel Trade.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322a4',e,true);}}
var j17887=Wt3_3_2.$('o5hawlr');
j17887.onclick=f17886;
function f17888(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/About Steel/EuropeanSteelMap.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322a5',e,true);}}
var j17889=Wt3_3_2.$('o5hawlv');
j17889.onclick=f17888;
function f17890(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/Eurofer Portrait.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322a8',e,true);}}
var j17891=Wt3_3_2.$('o5hawm3');
j17891.onclick=f17890;
function f17892(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/Members',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322a9',e,true);}}
var j17893=Wt3_3_2.$('o5hawm7');
j17893.onclick=f17892;
function f17894(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/Associated Members',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322aa',e,true);}}
var j17895=Wt3_3_2.$('o5hawmb');
j17895.onclick=f17894;
function f17896(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/Staff list',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322ab',e,true);}}
var j17897=Wt3_3_2.$('o5hawmf');
j17897.onclick=f17896;
function f17898(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/Competition Compliance Guidelines.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322ac',e,true);}}
var j17899=Wt3_3_2.$('o5hawmj');
j17899.onclick=f17898;
function f17900(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/About us/Contact.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322ad',e,true);}}
var j17901=Wt3_3_2.$('o5hawmn');
j17901.onclick=f17900;
function f17902(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Circular Economy',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322ae',e,true);}}
var j17903=Wt3_3_2.$('o5haws9');
j17903.onclick=f17902;
function f17904(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Climate & Energy',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322af',e,true);}}
var j17905=Wt3_3_2.$('o5hawsd');
j17905.onclick=f17904;
function f17906(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Economic Development & Steel Market',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322b0',e,true);}}
var j17907=Wt3_3_2.$('o5hawsh');
j17907.onclick=f17906;
function f17908(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Environment',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322b1',e,true);}}
var j17909=Wt3_3_2.$('o5hawsl');
j17909.onclick=f17908;
function f17910(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Market Economy Status - China',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322b2',e,true);}}
var j17911=Wt3_3_2.$('o5hawsp');
j17911.onclick=f17910;
function f17912(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Quality Tracking',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322b3',e,true);}}
var j17913=Wt3_3_2.$('o5hawst');
j17913.onclick=f17912;
function f17914(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/REACH',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322b4',e,true);}}
var j17915=Wt3_3_2.$('o5hawsx');
j17915.onclick=f17914;
function f17916(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Raw Materials',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322b5',e,true);}}
var j17917=Wt3_3_2.$('o5hawt1');
j17917.onclick=f17916;
function f17918(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Research',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322b6',e,true);}}
var j17919=Wt3_3_2.$('o5hawt5');
j17919.onclick=f17918;
function f17920(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Social Affairs',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322b7',e,true);}}
var j17921=Wt3_3_2.$('o5hawt9');
j17921.onclick=f17920;
function f17922(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Stainless Steel',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322b8',e,true);}}
var j17923=Wt3_3_2.$('o5hawtd');
j17923.onclick=f17922;
function f17924(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Standards',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322b9',e,true);}}
var j17925=Wt3_3_2.$('o5hawth');
j17925.onclick=f17924;
function f17926(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}Wt._p_.update(o,'s322ba',e,true);}}
var j17927=Wt3_3_2.$('o5hawtl');
j17927.onclick=f17926;
function f17928(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Trade',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322bb',e,true);}}
var j17929=Wt3_3_2.$('o5hawtp');
j17929.onclick=f17928;
function f17930(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Issues&Positions/Transport',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322bc',e,true);}}
var j17931=Wt3_3_2.$('o5hawtt');
j17931.onclick=f17930;
function f17932(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Crude Steel Production/All Qualities.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322bd',e,true);}}
var j17933=Wt3_3_2.$('o5hawnp');
j17933.onclick=f17932;
function f17934(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Crude Steel Production/Stainless.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322be',e,true);}}
var j17935=Wt3_3_2.$('o5hawnt');
j17935.onclick=f17934;
function f17936(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports/Pivot Exports.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322c1',e,true);}}
var j17937=Wt3_3_2.$('o5hawo3');
j17937.onclick=f17936;
function f17938(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports/Coated.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322c2',e,true);}}
var j17939=Wt3_3_2.$('o5hawo7');
j17939.onclick=f17938;
function f17940(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports/Cold Rolled.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322c3',e,true);}}
var j17941=Wt3_3_2.$('o5hawob');
j17941.onclick=f17940;
function f17942(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports/Flat and Long.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322c4',e,true);}}
var j17943=Wt3_3_2.$('o5hawof');
j17943.onclick=f17942;
function f17944(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports/Hot Rolled Wide Strip.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322c5',e,true);}}
var j17945=Wt3_3_2.$('o5hawoj');
j17945.onclick=f17944;
function f17946(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports/Merchant.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322c6',e,true);}}
var j17947=Wt3_3_2.$('o5hawon');
j17947.onclick=f17946;
function f17948(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports/Quarto Plate.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322c7',e,true);}}
var j17949=Wt3_3_2.$('o5hawor');
j17949.onclick=f17948;
function f17950(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports/Rebars.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322c8',e,true);}}
var j17951=Wt3_3_2.$('o5hawov');
j17951.onclick=f17950;
function f17952(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports/Sections.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322c9',e,true);}}
var j17953=Wt3_3_2.$('o5hawoz');
j17953.onclick=f17952;
function f17954(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Exports/Wire Rod.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322ca',e,true);}}
var j17955=Wt3_3_2.$('o5hawp3');
j17955.onclick=f17954;
function f17956(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports/Pivot Imports.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322cd',e,true);}}
var j17957=Wt3_3_2.$('o5hawpd');
j17957.onclick=f17956;
function f17958(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports/Coated.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322ce',e,true);}}
var j17959=Wt3_3_2.$('o5hawph');
j17959.onclick=f17958;
function f17960(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports/Cold Rolled.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322cf',e,true);}}
var j17961=Wt3_3_2.$('o5hawpl');
j17961.onclick=f17960;
function f17962(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports/Flat and Long.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322d0',e,true);}}
var j17963=Wt3_3_2.$('o5hawpp');
j17963.onclick=f17962;
function f17964(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports/Hot Rolled Wide Strip.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322d1',e,true);}}
var j17965=Wt3_3_2.$('o5hawpt');
j17965.onclick=f17964;
function f17966(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports/Merchant.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322d2',e,true);}}
var j17967=Wt3_3_2.$('o5hawpx');
j17967.onclick=f17966;
function f17968(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports/Quarto Plate.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322d3',e,true);}}
var j17969=Wt3_3_2.$('o5hawq1');
j17969.onclick=f17968;
function f17970(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports/Rebars.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322d4',e,true);}}
var j17971=Wt3_3_2.$('o5hawq5');
j17971.onclick=f17970;
function f17972(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports/Sections.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322d5',e,true);}}
var j17973=Wt3_3_2.$('o5hawq9');
j17973.onclick=f17972;
function f17974(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Imports/Wire Rod.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322d6',e,true);}}
var j17975=Wt3_3_2.$('o5hawqd');
j17975.onclick=f17974;
function f17976(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Market Supply/All Qualities Less Stainless Flat.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322d9',e,true);}}
var j17977=Wt3_3_2.$('o5hawqn');
j17977.onclick=f17976;
function f17978(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Market Supply/All Qualities Less Stainless Long.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322da',e,true);}}
var j17979=Wt3_3_2.$('o5hawqr');
j17979.onclick=f17978;
function f17980(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Market Supply/Stainless Flat.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322db',e,true);}}
var j17981=Wt3_3_2.$('o5hawqv');
j17981.onclick=f17980;
function f17982(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Market Supply/Stainless Long.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322dc',e,true);}}
var j17983=Wt3_3_2.$('o5hawqz');
j17983.onclick=f17982;
function f17984(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Scrap price index.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322df',e,true);}}
var j17985=Wt3_3_2.$('o5hawr7');
j17985.onclick=f17984;
function f17986(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Archives/All Qualities.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322e0',e,true);}}
var j17987=Wt3_3_2.$('o5hawrd');
j17987.onclick=f17986;
function f17988(event) { var e=event||window.event,o=this;if(e.ctrlKey||e.metaKey||(Wt3_3_2.button(e) > 1))return true;else{if($(o).hasClass('Wt-disabled')){Wt3_3_2.cancelEvent(e);return;}{var f=function(){Wt._p_.setHash('/Facts&Figures/Archives/Stainless.fhtml',true);};f(o,e);}Wt3_3_2.cancelEvent(e,0x2);Wt._p_.update(o,'s322e1',e,true);}}
var j17989=Wt3_3_2.$('o5hawrh');
j17989.onclick=f17988;
}{Wt._p_.setFormObjects(['o5hawl2','o5hax9b']);}Wt._p_.autoJavaScript=function(){Wt.layouts2.adjustNow();{var obj = $('#o5hax18').data('obj');if (obj) obj.autoJavaScript();}{var obj = $('#o5hax3p').data('obj');if (obj) obj.autoJavaScript();}{var obj = $('#o5hax66').data('obj');if (obj) obj.autoJavaScript();}};showLoadingIndicator = function() {var o=null,e=null;
Wt3_3_2.show('o5hawjj');
};
hideLoadingIndicator = function() {var o=null,e=null;
Wt3_3_2.hide('o5hawjj');
};
Wt._p_.response(546874505);Wt._p_.setHash('', false);
Wt._p_.update(null, 'load', null, false);};Wt._p_.setServerPush(false);$(document).ready(function() { Wt._p_.load(true);});
