jQuery.cookie=function(B,I,L){if(typeof I!="undefined"){L=L||{};
if(I===null){I="";
L.expires=-1
}var E="";
if(L.expires&&(typeof L.expires=="number"||L.expires.toUTCString)){var F;
if(typeof L.expires=="number"){F=new Date();
F.setTime(F.getTime()+(L.expires*24*60*60*1000))
}else{F=L.expires
}E="; expires="+F.toUTCString()
}var K=L.path?"; path="+L.path:"";
var G=L.domain?"; domain="+L.domain:"";
var A=L.secure?"; secure":"";
document.cookie=[B,"=",encodeURIComponent(I),E,K,G,A].join("")
}else{var D=null;
if(document.cookie&&document.cookie!=""){var J=document.cookie.split(";");
for(var H=0;
H<J.length;
H++){var C=jQuery.trim(J[H]);
if(C.substring(0,B.length+1)==(B+"=")){D=decodeURIComponent(C.substring(B.length+1));
break
}}}return D
}};
(function(A){A.fn.splitter=function(B){B=B||{};
return this.each(function(){var O;
function J(T){if(C.outline){O=O||N.clone(false).insertAfter(G)
}P.css("-webkit-user-select","none");
N.addClass(C.activeClass);
G._posSplit=G[0][C.pxSplit]-T[C.eventPos];
A(document).bind("mousemove",L).bind("mouseup",R)
}function L(T){var U=G._posSplit+T[C.eventPos];
if(C.outline){U=Math.max(0,Math.min(U,D._DA-N._DA));
N.css(C.origin,U)
}else{M(U)
}}function R(T){N.removeClass(C.activeClass);
var U=G._posSplit+T[C.eventPos];
if(C.outline){O.remove();
O=null;
M(U)
}P.css("-webkit-user-select","text");
A(document).unbind("mousemove",L).unbind("mouseup",R)
}function M(T){T=Math.max(G._min,D._DA-F._max,Math.min(T,G._max,D._DA-N._DA-F._min));
N._DA=N[0][C.pxSplit];
N.css(C.origin,T).css(C.fixed,D._DF);
G.css(C.origin,0).css(C.split,T).css(C.fixed,D._DF);
F.css(C.origin,T+N._DA).css(C.split,D._DA-N._DA-T).css(C.fixed,D._DF);
if(!A.browser.msie){P.trigger("resize")
}}function Q(W,V){var U=0;
for(var T=1;
T<arguments.length;
T++){U+=Math.max(parseInt(W.css(arguments[T]))||0,0)
}return U
}var K=(B.splitHorizontal?"h":B.splitVertical?"v":B.type)||"v";
var C=A.extend({activeClass:"active",pxPerKey:8,tabIndex:0,accessKey:""},{v:{keyLeft:39,keyRight:37,cursor:"e-resize",splitbarClass:"vsplitbar",outlineClass:"voutline",type:"v",eventPos:"pageX",origin:"left",split:"width",pxSplit:"offsetWidth",side1:"Left",side2:"Right",fixed:"height",pxFixed:"offsetHeight",side3:"Top",side4:"Bottom"},h:{keyTop:40,keyBottom:38,cursor:"n-resize",splitbarClass:"hsplitbar",outlineClass:"houtline",type:"h",eventPos:"pageY",origin:"top",split:"height",pxSplit:"offsetHeight",side1:"Top",side2:"Bottom",fixed:"width",pxFixed:"offsetWidth",side3:"Left",side4:"Right"}}[K],B);
var D=A(this).css({position:"relative"});
var P=A(">*",D[0]).css({position:"absolute","z-index":"0","-moz-outline-style":"none"});
var G=A(P[0]);
var F=A(P[1]);
var E=A('<a href="javascript:void(0)"></a>').attr({accessKey:C.accessKey,tabIndex:C.tabIndex,title:C.splitbarClass}).bind(A.browser.opera?"click":"focus",function(){this.focus();
N.addClass(C.activeClass)
}).bind("keydown",function(V){var U=V.which||V.keyCode;
var T=U==C["key"+C.side1]?1:U==C["key"+C.side2]?-1:0;
if(T){M(G[0][C.pxSplit]+T*C.pxPerKey,false)
}}).bind("blur",function(){N.removeClass(C.activeClass)
});
var N=A(P[2]||"<div></div>").insertAfter(G).css("z-index","10").append(E).attr({"class":C.splitbarClass,unselectable:"on"}).css({position:"absolute","user-select":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none"}).bind("mousedown",J);
if(/^(auto|default|)$/.test(N.css("cursor"))){N.css("cursor",C.cursor)
}N._DA=N[0][C.pxSplit];
D._PBF=A.boxModel?Q(D,"border"+C.side3+"Width","border"+C.side4+"Width"):0;
D._PBA=A.boxModel?Q(D,"border"+C.side1+"Width","border"+C.side2+"Width"):0;
G._pane=C.side1;
F._pane=C.side2;
A.each([G,F],function(){this._min=C["min"+this._pane]||Q(this,"min-"+C.split);
this._max=C["max"+this._pane]||Q(this,"max-"+C.split)||9999;
this._init=C["size"+this._pane]===true?parseInt(A.curCSS(this[0],C.split)):C["size"+this._pane]
});
var S=G._init;
if(!isNaN(F._init)){S=D[0][C.pxSplit]-D._PBA-F._init-N._DA
}if(C.cookie){if(!A.cookie){alert("jQuery.splitter(): jQuery cookie plugin required")
}var I=parseInt(A.cookie(C.cookie));
if(!isNaN(I)){S=I
}A(window).bind("unload",function(){var T=String(N.css(C.origin));
A.cookie(C.cookie,T,{expires:C.cookieExpires||365,path:C.cookiePath||document.location.pathname})
})
}if(isNaN(S)){S=Math.round((D[0][C.pxSplit]-D._PBA-N._DA)/2)
}var H=function(){var U=D.offset().top;
var V=A("#footer").height();
if(!V){V=24
}var T=A(window).height()-V;
D.css("height",Math.max(T-U-D._hadjust,D._hmin)+"px");
if(!A.browser.msie){D.trigger("resize")
}};
B.update=function(T){D._hadjust=Q(D,"borderTopWidth","borderBottomWidth","marginBottom");
D._hmin=Math.max(Q(D,"minHeight"),20);
T&&A(window).bind("resize",H);
H()
};
if(C.anchorToWindow){B.update(true)
}else{if(C.resizeToWidth&&!A.browser.msie){A(window).bind("resize",function(){D.trigger("resize")
})
}}D.bind("resize",function(U,T){if(U.target!=this){return 
}D._DF=D[0][C.pxFixed]-D._PBF;
D._DA=D[0][C.pxSplit]-D._PBA;
if(D._DF<=0||D._DA<=0){return 
}M(!isNaN(T)?T:(!(C.sizeRight||C.sizeBottom)?G[0][C.pxSplit]:D._DA-F[0][C.pxSplit]-N._DA))
}).trigger("resize",[S])
})
}
})(jQuery);
window.placeFocus=function(){var A=document.getElementById("splitter-content");
if(A){A.focus()
}};
var DD_belatedPNG={ns:"DD_belatedPNG",imgSize:{},delay:10,nodesFixed:0,createVmlNameSpace:function(){if(document.namespaces&&!document.namespaces[this.ns]){document.namespaces.add(this.ns,"urn:schemas-microsoft-com:vml")
}},createVmlStyleSheet:function(){var B,A;
B=document.createElement("style");
B.setAttribute("media","screen");
document.documentElement.firstChild.insertBefore(B,document.documentElement.firstChild.firstChild);
if(B.styleSheet){B=B.styleSheet;
B.addRule(this.ns+"\\:*","{behavior:url(#default#VML)}");
B.addRule(this.ns+"\\:shape","position:absolute;");
B.addRule("img."+this.ns+"_sizeFinder","behavior:none; border:none; position:absolute; z-index:-1; top:-10000px; visibility:hidden;");
this.screenStyleSheet=B;
A=document.createElement("style");
A.setAttribute("media","print");
document.documentElement.firstChild.insertBefore(A,document.documentElement.firstChild.firstChild);
A=A.styleSheet;
A.addRule(this.ns+"\\:*","{display: none !important;}");
A.addRule("img."+this.ns+"_sizeFinder","{display: none !important;}")
}},readPropertyChange:function(){var B,C,A;
B=event.srcElement;
if(!B.vmlInitiated){return 
}if(event.propertyName.search("background")!=-1||event.propertyName.search("border")!=-1){DD_belatedPNG.applyVML(B)
}if(event.propertyName=="style.display"){C=(B.currentStyle.display=="none")?"none":"block";
for(A in B.vml){if(B.vml.hasOwnProperty(A)){B.vml[A].shape.style.display=C
}}}if(event.propertyName.search("filter")!=-1){DD_belatedPNG.vmlOpacity(B)
}},vmlOpacity:function(B){if(B.currentStyle.filter.search("lpha")!=-1){var A=B.currentStyle.filter;
A=parseInt(A.substring(A.lastIndexOf("=")+1,A.lastIndexOf(")")),10)/100;
B.vml.color.shape.style.filter=B.currentStyle.filter;
B.vml.image.fill.opacity=A
}},handlePseudoHover:function(A){setTimeout(function(){DD_belatedPNG.applyVML(A)
},1)
},fix:function(A){if(this.screenStyleSheet){var C,B;
C=A.split(",");
for(B=0;
B<C.length;
B++){this.screenStyleSheet.addRule(C[B],"behavior:expression(DD_belatedPNG.fixPng(this))")
}}},applyVML:function(A){A.runtimeStyle.cssText="";
this.vmlFill(A);
this.vmlOffsets(A);
this.vmlOpacity(A);
if(A.isImg){this.copyImageBorders(A)
}},attachHandlers:function(G){var C,B,F,D,A,E;
C=this;
B={resize:"vmlOffsets",move:"vmlOffsets"};
if(G.nodeName=="A"){D={mouseleave:"handlePseudoHover",mouseenter:"handlePseudoHover",focus:"handlePseudoHover",blur:"handlePseudoHover"};
for(A in D){if(D.hasOwnProperty(A)){B[A]=D[A]
}}}for(E in B){if(B.hasOwnProperty(E)){F=function(){C[B[E]](G)
};
G.attachEvent("on"+E,F)
}}G.attachEvent("onpropertychange",this.readPropertyChange)
},giveLayout:function(A){A.style.zoom=1;
if(A.currentStyle.position=="static"){A.style.position="relative"
}},copyImageBorders:function(B){var C,A;
C={borderStyle:true,borderWidth:true,borderColor:true};
for(A in C){if(C.hasOwnProperty(A)){B.vml.color.shape.style[A]=B.currentStyle[A]
}}},vmlFill:function(E){if(!E.currentStyle){return 
}else{var D,F,G,B,A,C;
D=E.currentStyle
}for(B in E.vml){if(E.vml.hasOwnProperty(B)){E.vml[B].shape.style.zIndex=D.zIndex
}}E.runtimeStyle.backgroundColor="";
E.runtimeStyle.backgroundImage="";
F=true;
if(D.backgroundImage!="none"||E.isImg){if(!E.isImg){E.vmlBg=D.backgroundImage;
E.vmlBg=E.vmlBg.substr(5,E.vmlBg.lastIndexOf('")')-5)
}else{E.vmlBg=E.src
}G=this;
if(!G.imgSize[E.vmlBg]){A=document.createElement("img");
G.imgSize[E.vmlBg]=A;
A.className=G.ns+"_sizeFinder";
A.runtimeStyle.cssText="behavior:none; position:absolute; left:-10000px; top:-10000px; border:none; margin:0; padding:0;";
C=function(){this.width=this.offsetWidth;
this.height=this.offsetHeight;
G.vmlOffsets(E)
};
A.attachEvent("onload",C);
A.src=E.vmlBg;
A.removeAttribute("width");
A.removeAttribute("height");
document.body.insertBefore(A,document.body.firstChild)
}E.vml.image.fill.src=E.vmlBg;
F=false
}E.vml.image.fill.on=!F;
E.vml.image.fill.color="none";
E.vml.color.shape.style.backgroundColor=D.backgroundColor;
E.runtimeStyle.backgroundImage="none";
E.runtimeStyle.backgroundColor="transparent"
},vmlOffsets:function(B){var F,L,A,C,E,K,D,J,H,G,I;
F=B.currentStyle;
L={W:B.clientWidth+1,H:B.clientHeight+1,w:this.imgSize[B.vmlBg].width,h:this.imgSize[B.vmlBg].height,L:B.offsetLeft,T:B.offsetTop,bLW:B.clientLeft,bTW:B.clientTop};
A=(L.L+L.bLW==1)?1:0;
C=function(M,O,P,N,Q,R){M.coordsize=N+","+Q;
M.coordorigin=R+","+R;
M.path="m0,0l"+N+",0l"+N+","+Q+"l0,"+Q+" xe";
M.style.width=N+"px";
M.style.height=Q+"px";
M.style.left=O+"px";
M.style.top=P+"px"
};
C(B.vml.color.shape,(L.L+(B.isImg?0:L.bLW)),(L.T+(B.isImg?0:L.bTW)),(L.W-1),(L.H-1),0);
C(B.vml.image.shape,(L.L+L.bLW),(L.T+L.bTW),(L.W),(L.H),1);
E={X:0,Y:0};
if(B.isImg){E.X=parseInt(F.paddingLeft,10)+1;
E.Y=parseInt(F.paddingTop,10)+1
}else{for(H in E){if(E.hasOwnProperty(H)){this.figurePercentage(E,L,H,F["backgroundPosition"+H])
}}}B.vml.image.fill.position=(E.X/L.W)+","+(E.Y/L.H);
K=F.backgroundRepeat;
D={T:1,R:L.W+A,B:L.H,L:1+A};
J={X:{b1:"L",b2:"R",d:"W"},Y:{b1:"T",b2:"B",d:"H"}};
if(K!="repeat"||B.isImg){G={T:(E.Y),R:(E.X+L.w),B:(E.Y+L.h),L:(E.X)};
if(K.search("repeat-")!=-1){I=K.split("repeat-")[1].toUpperCase();
G[J[I].b1]=1;
G[J[I].b2]=L[J[I].d]
}if(G.B>L.H){G.B=L.H
}B.vml.image.shape.style.clip="rect("+G.T+"px "+(G.R+A)+"px "+G.B+"px "+(G.L+A)+"px)"
}else{B.vml.image.shape.style.clip="rect("+D.T+"px "+D.R+"px "+D.B+"px "+D.L+"px)"
}},figurePercentage:function(D,C,F,A){var B,E;
E=true;
B=(F=="X");
switch(A){case"left":case"top":D[F]=0;
break;
case"center":D[F]=0.5;
break;
case"right":case"bottom":D[F]=1;
break;
default:if(A.search("%")!=-1){D[F]=parseInt(A,10)/100
}else{E=false
}}D[F]=Math.ceil(E?((C[B?"W":"H"]*D[F])-(C[B?"w":"h"]*D[F])):parseInt(A,10));
if(D[F]%2===0){D[F]++
}return D[F]
},fixPng:function(C){C.style.behavior="none";
var F,B,E,A,D;
if(C.nodeName=="BODY"||C.nodeName=="TD"||C.nodeName=="TR"){return 
}C.isImg=false;
if(C.nodeName=="IMG"){if(C.src.toLowerCase().search(/\.png$/)!=-1){C.isImg=true;
C.style.visibility="hidden"
}else{return 
}}else{if(C.currentStyle.backgroundImage.toLowerCase().search(".png")==-1){return 
}}F=DD_belatedPNG;
C.vml={color:{},image:{}};
B={shape:{},fill:{}};
for(A in C.vml){if(C.vml.hasOwnProperty(A)){for(D in B){if(B.hasOwnProperty(D)){E=F.ns+":"+D;
C.vml[A][D]=document.createElement(E)
}}C.vml[A].shape.stroked=false;
C.vml[A].shape.appendChild(C.vml[A].fill);
C.parentNode.insertBefore(C.vml[A].shape,C)
}}C.vml.image.shape.fillcolor="none";
C.vml.image.fill.type="tile";
C.vml.color.fill.on=false;
F.attachHandlers(C);
F.giveLayout(C);
F.giveLayout(C.offsetParent);
C.vmlInitiated=true;
F.applyVML(C)
}};
try{document.execCommand("BackgroundImageCache",false,true)
}catch(r){}DD_belatedPNG.createVmlNameSpace();
DD_belatedPNG.createVmlStyleSheet();
DD_belatedPNG.fix("div.awplogo");

