// <![CDATA[
/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;

/*	sIFR 2.0.2
	Copyright 2004 - 2006 Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

	This software is licensed under the CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/>
*/

var hasFlash=function(){var a=6;if(navigator.appVersion.indexOf("MSIE")!=-1&&navigator.appVersion.indexOf("Windows")>-1){document.write('<script language="VBScript"\> \non error resume next \nhasFlash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & '+a+'))) \n</script\> \n');if(window.hasFlash!=null)return window.hasFlash}if(navigator.mimeTypes&&navigator.mimeTypes["application/x-shockwave-flash"]&&navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){var b=(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description;return parseInt(b.charAt(b.indexOf(".")-1))>=a}return false}();String.prototype.normalize=function(){return this.replace(/\s+/g," ")};if(Array.prototype.push==null){Array.prototype.push=function(){var i=0,a=this.length,b=arguments.length;while(i<b){this[a++]=arguments[i++]}return this.length}}if(!Function.prototype.apply){Function.prototype.apply=function(a,b){var c=[];var d,e;if(!a)a=window;if(!b)b=[];for(var i=0;i<b.length;i++){c[i]="b["+i+"]"}e="a.__applyTemp__("+c.join(",")+");";a.__applyTemp__=this;d=eval(e);a.__applyTemp__=null;return d}}function named(a){return new named.Arguments(a)}named.Arguments=function(a){this.oArgs=a};named.Arguments.prototype.constructor=named.Arguments;named.extract=function(a,b){var c,d;var i=a.length;while(i--){d=a[i];if(d!=null&&d.constructor!=null&&d.constructor==named.Arguments){c=a[i].oArgs;break}}if(c==null)return;for(e in c)if(b[e]!=null)b[e](c[e]);return};var parseSelector=function(){var a=/^([^#.>`]*)(#|\.|\>|\`)(.+)$/;function r(s,t){var u=s.split(/\s*\,\s*/);var v=[];for(var i=0;i<u.length;i++)v=v.concat(b(u[i],t));return v}function b(c,d,e){c=c.normalize().replace(" ","`");var f=c.match(a);var g,h,i,j,k,n;var l=[];if(f==null)f=[c,c];if(f[1]=="")f[1]="*";if(e==null)e="`";if(d==null)d=document;switch(f[2]){case "#":k=f[3].match(a);if(k==null)k=[null,f[3]];g=document.getElementById(k[1]);if(g==null||(f[1]!="*"&&!o(g,f[1])))return l;if(k.length==2){l.push(g);return l}return b(k[3],g,k[2]);case ".":if(e!=">")h=m(d,f[1]);else h=d.childNodes;for(i=0,n=h.length;i<n;i++){g=h[i];if(g.nodeType!=1)continue;k=f[3].match(a);if(k!=null){if(g.className==null||g.className.match("(\\s|^)"+k[1]+"(\\s|$)")==null)continue;j=b(k[3],g,k[2]);l=l.concat(j)}else if(g.className!=null&&g.className.match("(\\s|^)"+f[3]+"(\\s|$)")!=null)l.push(g)}return l;case ">":if(e!=">")h=m(d,f[1]);else h=d.childNodes;for(i=0,n=h.length;i<n;i++){g=h[i];if(g.nodeType!=1)continue;if(!o(g,f[1]))continue;j=b(f[3],g,">");l=l.concat(j)}return l;case "`":h=m(d,f[1]);for(i=0,n=h.length;i<n;i++){g=h[i];j=b(f[3],g,"`");l=l.concat(j)}return l;default:if(e!=">")h=m(d,f[1]);else h=d.childNodes;for(i=0,n=h.length;i<n;i++){g=h[i];if(g.nodeType!=1)continue;if(!o(g,f[1]))continue;l.push(g)}return l}}function m(d,o){if(o=="*"&&d.all!=null)return d.all;return d.getElementsByTagName(o)}function o(p,q){return q=="*"?true:p.nodeName.toLowerCase().replace("html:", "")==q.toLowerCase()}return r}();var sIFR=function(){var a="http://www.w3.org/1999/xhtml";var b=false;var c=false;var d;var ah=[];var al=document;var ak=al.documentElement;var am=window;var au=al.addEventListener;var av=am.addEventListener;var f=function(){var g=navigator.userAgent.toLowerCase();var f={a:g.indexOf("applewebkit")>-1,b:g.indexOf("safari")>-1,c:navigator.product!=null&&navigator.product.toLowerCase().indexOf("konqueror")>-1,d:g.indexOf("opera")>-1,e:al.contentType!=null&&al.contentType.indexOf("xml")>-1,f:true,g:true,h:null,i:null,j:null,k:null};f.l=f.a||f.c;f.m=!f.a&&navigator.product!=null&&navigator.product.toLowerCase()=="gecko";if(f.m&&g.match(/.*gecko\/(\d{8}).*/))f.j=new Number(g.match(/.*gecko\/(\d{8}).*/)[1]);f.n=g.indexOf("msie")>-1&&!f.d&&!f.l&&!f.m;f.o=f.n&&g.match(/.*mac.*/)!=null;if(f.d&&g.match(/.*opera(\s|\/)(\d+\.\d+)/))f.i=new Number(g.match(/.*opera(\s|\/)(\d+\.\d+)/)[2]);if(f.n||(f.d&&f.i<7.6))f.g=false;if(f.a&&g.match(/.*applewebkit\/(\d+).*/))f.k=new Number(g.match(/.*applewebkit\/(\d+).*/)[1]);if(am.hasFlash&&(!f.n||f.o)){var aj=(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description;f.h=parseInt(aj.charAt(aj.indexOf(".")-1))}if(g.match(/.*(windows|mac).*/)==null||f.o||f.c||(f.d&&(g.match(/.*mac.*/)!=null||f.i<7.6))||(f.b&&f.h<7)||(!f.b&&f.a&&f.k<312)||(f.m&&f.j<20020523))f.f=false;if(!f.o&&!f.m&&al.createElementNS)try{al.createElementNS(a,"i").innerHTML=""}catch(e){f.e=true}f.p=f.c||(f.a&&f.k<312);return f}();function at(){return{bIsWebKit:f.a,bIsSafari:f.b,bIsKonq:f.c,bIsOpera:f.d,bIsXML:f.e,bHasTransparencySupport:f.f,bUseDOM:f.g,nFlashVersion:f.h,nOperaVersion:f.i,nGeckoBuildDate:f.j,nWebKitVersion:f.k,bIsKHTML:f.l,bIsGecko:f.m,bIsIE:f.n,bIsIEMac:f.o,bUseInnerHTMLHack:f.p}}if(am.hasFlash==false||!al.getElementsByTagName||!al.getElementById||(f.e&&(f.p||f.n)))return{UA:at()};function af(e){if((!k.bAutoInit&&(am.event||e)!=null)||!l(e))return;b=true;for(var i=0,h=ah.length;i<h;i++)j.apply(null,ah[i]);ah=[]}var k=af;function l(e){if(c==false||k.bIsDisabled==true||((f.e&&f.m||f.l)&&e==null&&b==false)||(al.body==null||al.getElementsByTagName("body").length==0))return false;return true}function m(n){if(f.n)return n.replace(new RegExp("%\d{0}","g"),"%25");return n.replace(new RegExp("%(?!\d)","g"),"%25")}function as(p,q){return q=="*"?true:p.nodeName.toLowerCase().replace("html:", "")==q.toLowerCase()}function o(p,q,r,s,t){var u="";var v=p.firstChild;var w,x,y,z;if(s==null)s=0;if(t==null)t="";while(v){if(v.nodeType==3){z=v.nodeValue.replace("<","&lt;");switch(r){case "lower":u+=z.toLowerCase();break;case "upper":u+=z.toUpperCase();break;default:u+=z}}else if(v.nodeType==1){if(as(v,"a")&&!v.getAttribute("href")==false){if(v.getAttribute("target"))t+="&sifr_url_"+s+"_target="+v.getAttribute("target");t+="&sifr_url_"+s+"="+m(v.getAttribute("href")).replace(/&/g,"%26");u+='<a href="asfunction:_root.launchURL,'+s+'">';s++}else if(as(v,"br"))u+="<br/>";if(v.hasChildNodes()){y=o(v,null,r,s,t);u+=y.u;s=y.s;t=y.t}if(as(v,"a"))u+="</a>"}w=v;v=v.nextSibling;if(q!=null){x=w.parentNode.removeChild(w);q.appendChild(x)}}return{"u":u,"s":s,"t":t}}function A(B){if(al.createElementNS&&f.g)return al.createElementNS(a,B);return al.createElement(B)}function C(D,E,z){var p=A("param");p.setAttribute("name",E);p.setAttribute("value",z);D.appendChild(p)}function F(p,G){var H=p.className;if(H==null)H=G;else H=H.normalize()+(H==""?"":" ")+G;p.className=H}function aq(ar){var a=ak;if(k.bHideBrowserText==false)a=al.getElementsByTagName("body")[0];if((k.bHideBrowserText==false||ar)&&a)if(a.className==null||a.className.match(/\bsIFR\-hasFlash\b/)==null)F(a, "sIFR-hasFlash")}function j(I,J,K,L,M,N,O,P,Q,R,S,r,T){if(!l())return ah.push(arguments);aq();named.extract(arguments,{sSelector:function(ap){I=ap},sFlashSrc:function(ap){J=ap},sColor:function(ap){K=ap},sLinkColor:function(ap){L=ap},sHoverColor:function(ap){M=ap},sBgColor:function(ap){N=ap},nPaddingTop:function(ap){O=ap},nPaddingRight:function(ap){P=ap},nPaddingBottom:function(ap){Q=ap},nPaddingLeft:function(ap){R=ap},sFlashVars:function(ap){S=ap},sCase:function(ap){r=ap},sWmode:function(ap){T=ap}});var U=parseSelector(I);if(U.length==0)return false;if(S!=null)S="&"+S.normalize();else S="";if(K!=null)S+="&textcolor="+K;if(M!=null)S+="&hovercolor="+M;if(M!=null||L!=null)S+="&linkcolor="+(L||K);if(O==null)O=0;if(P==null)P=0;if(Q==null)Q=0;if(R==null)R=0;if(N==null)N="#FFFFFF";if(T=="transparent")if(!f.f)T="opaque";else N="transparent";if(T==null)T="";var p,V,W,X,Y,Z,aa,ab,ac;var ad=null;for(var i=0,h=U.length;i<h;i++){p=U[i];if(p.className!=null&&p.className.match(/\bsIFR\-replaced\b/)!=null)continue;V=p.offsetWidth-R-P;W=p.offsetHeight-O-Q;aa=A("span");aa.className="sIFR-alternate";ac=o(p,aa,r);Z="txt="+m(ac.u).replace(/\+/g,"%2B").replace(/&/g,"%26").replace(/\"/g, "%22").normalize() + S + "&w=" + V + "&h=" + W + ac.t;F(p,"sIFR-replaced");if(ad==null||!f.g){if(!f.g){if(!f.n)p.innerHTML=['<embed class="sIFR-flash" type="application/x-shockwave-flash" src="',J,'" quality="best" wmode="',T,'" bgcolor="',N,'" flashvars="',Z,'" width="',V,'" height="',W,'" sifr="true"></embed>'].join("");else p.innerHTML=['<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" sifr="true" width="',V,'" height="',W,'" class="sIFR-flash"><param name="movie" value="',J,"?",Z,'"></param><param name="quality" value="best"></param><param name="wmode" value="',T,'"></param><param name="bgcolor" value="',N,'"></param> </object>'].join('')}else{if(f.d){ab=A("object");ab.setAttribute("data",J);C(ab,"quality","best");C(ab,"wmode",T);C(ab,"bgcolor",N)}else{ab=A("embed");ab.setAttribute("src",J);ab.setAttribute("quality","best");ab.setAttribute("flashvars",Z);ab.setAttribute("wmode",T);ab.setAttribute("bgcolor",N)}ab.setAttribute("sifr","true");ab.setAttribute("type","application/x-shockwave-flash");ab.className="sIFR-flash";if(!f.l||!f.e)ad=ab.cloneNode(true)}}else ab=ad.cloneNode(true);if(f.g){if(f.d)C(ab,"flashvars",Z);else ab.setAttribute("flashvars",Z);ab.setAttribute("width",V);ab.setAttribute("height",W);ab.style.width=V+"px";ab.style.height=W+"px";p.appendChild(ab)}p.appendChild(aa);if(f.p)p.innerHTML+=""}if(f.n&&k.bFixFragIdBug)setTimeout(function(){al.title=d},0)}function ai(){d=al.title}function ae(){if(k.bIsDisabled==true)return;c=true;if(k.bHideBrowserText)aq(true);if(am.attachEvent)am.attachEvent("onload",af);else if(!f.c&&(al.addEventListener||am.addEventListener)){if(f.a&&f.k>=132&&am.addEventListener)am.addEventListener("load",function(){setTimeout("sIFR({})",1)},false);else{if(al.addEventListener)al.addEventListener("load",af,false);if(am.addEventListener)am.addEventListener("load",af,false)}}else if(typeof am.onload=="function"){var ag=am.onload;am.onload=function(){ag();af()}}else am.onload=af;if(!f.n||am.location.hash=="")k.bFixFragIdBug=false;else ai()}k.UA=at();k.bAutoInit=true;k.bFixFragIdBug=true;k.replaceElement=j;k.updateDocumentTitle=ai;k.appendToClassName=F;k.setup=ae;k.debug=function(){aq(true)};k.debug.replaceNow=function(){ae();k()};k.bIsDisabled=false;k.bHideBrowserText=true;return k}();

/*
 * Interface elements for jQuery - http://interface.eyecon.ro
 *
 * Copyright (c) 2006 Stefan Petre
 * Dual licensed under the MIT (MIT-LICENSE.txt) 
 * and GPL (GPL-LICENSE.txt) licenses.
 */
 eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('4.15={3S:d(e){6 x=0;6 y=0;6 1I=1a;6 A=e.19;7(4(e).H(\'R\')==\'T\'){1E=A.17;2s=A.M;A.17=\'1T\';A.R=\'25\';A.M=\'22\';1I=24}6 8=e;2g(8){x+=8.3s+(8.1B&&!4.38.3r?F(8.1B.2T)||0:0);y+=8.3v+(8.1B&&!4.38.3r?F(8.1B.2M)||0:0);8=8.3G}8=e;2g(8&&8.3q&&8.3q.2R()!=\'Q\'){x-=8.1Q||0;y-=8.1z||0;8=8.2f}7(1I){A.R=\'T\';A.M=2s;A.17=1E}f{x:x,y:y}},5a:d(8){6 x=0,y=0;2g(8){x+=8.3s||0;y+=8.3v||0;8=8.3G}f{x:x,y:y}},3i:d(e){6 w=4.H(e,\'30\');6 h=4.H(e,\'2O\');6 1r=0;6 1q=0;6 A=e.19;7(4(e).H(\'R\')!=\'T\'){1r=e.2V;1q=e.2Z}k{1E=A.17;2s=A.M;A.17=\'1T\';A.R=\'25\';A.M=\'22\';1r=e.2V;1q=e.2Z;A.R=\'T\';A.M=2s;A.17=1E}f{w:w,h:h,1r:1r,1q:1q}},58:d(8){f{1r:8.2V||0,1q:8.2Z||0}},57:d(e){6 h,w,1F;7(e){w=e.28;h=e.2a}k{1F=G.Y;w=2q.3j||2c.3j||(1F&&1F.28)||G.Q.28;h=2q.3h||2c.3h||(1F&&1F.2a)||G.Q.2a}f{w:w,h:h}},36:d(e){6 t,l,w,h,1n,1o;7(e&&e.2A.2R()!=\'Q\'){t=e.1z;l=e.1Q;w=e.2S;h=e.2J;1n=0;1o=0}k{7(G.Y&&G.Y.1z){t=G.Y.1z;l=G.Y.1Q;w=G.Y.2S;h=G.Y.2J}k 7(G.Q){t=G.Q.1z;l=G.Q.1Q;w=G.Q.2S;h=G.Q.2J}1n=2c.3j||G.Y.28||G.Q.28||0;1o=2c.3h||G.Y.2a||G.Q.2a||0}f{t:t,l:l,w:w,h:h,1n:1n,1o:1o}},3n:d(e,1U){6 8=4(e);6 t=8.H(\'1Z\')||\'\';6 r=8.H(\'1V\')||\'\';6 b=8.H(\'1W\')||\'\';6 l=8.H(\'1X\')||\'\';7(1U)f{t:F(t)||0,r:F(r)||0,b:F(b)||0,l:F(l)};k f{t:t,r:r,b:b,l:l}},5c:d(e,1U){6 8=4(e);6 t=8.H(\'4c\')||\'\';6 r=8.H(\'46\')||\'\';6 b=8.H(\'48\')||\'\';6 l=8.H(\'4d\')||\'\';7(1U)f{t:F(t)||0,r:F(r)||0,b:F(b)||0,l:F(l)};k f{t:t,r:r,b:b,l:l}},5g:d(e,1U){6 8=4(e);6 t=8.H(\'2M\')||\'\';6 r=8.H(\'3L\')||\'\';6 b=8.H(\'3l\')||\'\';6 l=8.H(\'2T\')||\'\';7(1U)f{t:F(t)||0,r:F(r)||0,b:F(b)||0,l:F(l)||0};k f{t:t,r:r,b:b,l:l}},5f:d(27){6 x=27.5e||(27.5d+(G.Y.1Q||G.Q.1Q))||0;6 y=27.56||(27.54+(G.Y.1z||G.Q.1z))||0;f{x:x,y:y}},39:d(12,35){35(12);12=12.3t;2g(12){4.15.39(12,35);12=12.4W}},4V:d(12){4.15.39(12,d(8){P(6 1h 1u 8){7(2H 8[1h]===\'d\'){8[1h]=1v}}})},4U:d(8,N){6 16=$.15.36();6 3c=$.15.3i(8);7(!N||N==\'4T\')$(8).H({X:16.t+((18.3p(16.h,16.1o)-16.t-3c.1q)/2)+\'Z\'});7(!N||N==\'4X\')$(8).H({V:16.l+((18.3p(16.w,16.1n)-16.l-3c.1r)/2)+\'Z\'})},53:d(8,3E){6 3w=$(\'3F[@2C*="2F"]\',8||G),2F;3w.2h(d(){2F=C.2C;C.2C=3E;C.19.51="4Z:5h.5i.5y(2C=\'"+2F+"\')"})}};[].3J||(5w.5v.3J=d(v,n){n=(n==1v)?0:n;6 m=C.1l;P(6 i=n;i<m;i++)7(C[i]==v)f i;f-1});4.3u=d(e){7(/^5z$|^5A$|^5D$|^5C$|^5B$|^5u$|^5t$|^5m$|^5l$|^Q$|^5k$|^4S$|^5n$|^5o$|^5s$|^5r$|^5q$/i.29(e.2A))f 1a;k f 24};4.u.5p=d(e,1i){6 c=e.3t;6 1m=c.19;1m.M=1i.M;1m.1Z=1i.1b.t;1m.1X=1i.1b.l;1m.1W=1i.1b.b;1m.1V=1i.1b.r;1m.X=1i.X+\'Z\';1m.V=1i.V+\'Z\';e.2f.3I(c,e);e.2f.4m(e)};4.u.4t=d(e){7(!4.3u(e))f 1a;6 t=4(e);6 A=e.19;6 1I=1a;6 K={};K.M=t.H(\'M\');7(t.H(\'R\')==\'T\'){1E=t.H(\'17\');A.17=\'1T\';A.R=\'\';1I=24}K.2K=4.15.3i(e);K.1b=4.15.3n(e);6 3e=e.1B?e.1B.3z:t.H(\'4p\');K.X=F(t.H(\'X\'))||0;K.V=F(t.H(\'V\'))||0;6 3H=\'4k\'+F(18.4o()*3W);6 1w=G.4s(/^3F$|^4q$|^4r$|^4i$|^4h$|^4j$|^3g$|^4l$|^4n$|^4R$|^4K$|^4J$|^4I$|^4H$/i.29(e.2A)?\'4L\':e.2A);4.1h(1w,\'4u\',3H);1w.3N=\'4P\';6 O=1w.19;6 X=0;6 V=0;7(K.M==\'3b\'||K.M==\'22\'){X=K.X;V=K.V}O.R=\'T\';O.X=X+\'Z\';O.V=V+\'Z\';O.M=K.M!=\'3b\'&&K.M!=\'22\'?\'3b\':K.M;O.2G=\'1T\';O.2O=K.2K.1q+\'Z\';O.30=K.2K.1r+\'Z\';O.1Z=K.1b.t;O.1V=K.1b.r;O.1W=K.1b.b;O.1X=K.1b.l;7(4.38.4y){O.3z=3e}k{O.4w=3e}e.2f.3I(1w,e);A.1Z=\'1P\';A.1V=\'1P\';A.1W=\'1P\';A.1X=\'1P\';A.M=\'22\';A.4C=\'T\';A.X=\'1P\';A.V=\'1P\';7(1I){A.R=\'T\';A.17=1E}1w.6K(e);O.R=\'25\';f{K:K,6I:4(1w)}};4.u.23={6N:[0,D,D],6R:[3K,D,D],6Q:[3o,3o,6P],6O:[0,0,0],6H:[0,0,D],6G:[3D,42,42],6z:[0,D,D],6y:[0,0,1H],6x:[0,1H,1H],6T:[2L,2L,2L],6v:[0,6w,0],6A:[6B,6F,3x],6E:[1H,0,1H],6D:[6C,3x,47],6S:[D,3B,0],78:[77,50,79],74:[1H,0,0],76:[72,6W,6V],73:[6U,0,2t],6X:[D,0,D],6Y:[D,71,0],70:[0,1y,0],6Z:[75,0,6t],5X:[3K,3C,3B],5W:[5V,5T,3C],5U:[3y,D,D],5Y:[3A,5Z,3A],63:[2t,2t,2t],62:[D,6u,60],5S:[D,D,3y],5K:[0,D,0],5J:[D,0,D],5I:[1y,0,0],5G:[0,0,1y],5H:[1y,1y,0],5L:[D,3D,0],5Q:[D,2w,5P],5O:[1y,0,1y],64:[D,0,0],65:[2w,2w,2w],6l:[D,D,D],6k:[D,D,0]};4.u.1A=d(14,3m){7(4.u.23[14])f{r:4.u.23[14][0],g:4.u.23[14][1],b:4.u.23[14][2]};k 7(L=/^1K\\(\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*\\)$/.2n(14))f{r:F(L[1]),g:F(L[2]),b:F(L[3])};k 7(L=/1K\\(\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*\\)$/.2n(14))f{r:10(L[1])*2.55,g:10(L[2])*2.55,b:10(L[3])*2.55};k 7(L=/^#([a-1R-1G-9])([a-1R-1G-9])([a-1R-1G-9])$/.2n(14))f{r:F("1L"+L[1]+L[1]),g:F("1L"+L[2]+L[2]),b:F("1L"+L[3]+L[3])};k 7(L=/^#([a-1R-1G-9]{2})([a-1R-1G-9]{2})([a-1R-1G-9]{2})$/.2n(14))f{r:F("1L"+L[1]),g:F("1L"+L[2]),b:F("1L"+L[3])};k f 3m==24?1a:{r:D,g:D,b:D}};4.u.3O={3l:1,2T:1,3L:1,2M:1,68:1,66:1,2O:1,V:1,67:1,6b:1,1W:1,1X:1,1V:1,1Z:1,6f:1,6e:1,6d:1,4E:1,1j:1,6g:1,6c:1,48:1,4d:1,46:1,4c:1,69:1,6a:1,X:1,30:1,2j:1};4.u.41={6h:1,6i:1,6p:1,6q:1,6r:1,14:1,6s:1};4.u.20=[\'6o\',\'6n\',\'6j\',\'6m\'];4.u.2X={\'2Q\':[\'21\',\'4a\'],\'2d\':[\'21\',\'3f\'],\'2m\':[\'2m\',\'\'],\'2l\':[\'2l\',\'\']};4.40.3a({5N:d(1k,11,q,2v){f C.1O(d(){6 2u=4.11(11,q,2v);6 e=1p 4.3Q(C,2u,1k)})},2Y:d(11,2v){f C.1O(d(){6 2u=4.11(11,2v);6 e=1p 4.2Y(C,2u)})},5M:d(U){f C.2h(d(){7(C.1f)4.32(C,U)})},5R:d(U){f C.2h(d(){7(C.1f)4.32(C,U);7(C.1O&&C.1O[\'u\'])C.1O.u=[]})}});4.3a({2Y:d(B,I){6 z=C,4f;z.U=d(){7(4.45(I.2I))I.2I.4b(B)};z.1g=2P(d(){z.U()},I.W);B.1f=z},q:{4g:d(p,n,3Z,3V,W){f((-18.33(p*18.2N)/2)+0.5)*3V+3Z}},3Q:d(B,I,1k){6 z=C,4f;6 y=B.19;6 3T=4.H(B,"2G");6 1J=4.H(B,"R");6 E={};z.2B=(1p 2y()).2b();I.q=I.q&&4.q[I.q]?I.q:\'4g\';z.2D=d(J,S){7(4.u.3O[J]){7(S==\'2E\'||S==\'2z\'||S==\'3X\'){7(!B.1s)B.1s={};6 r=10(4.1x(B,J));B.1s[J]=r&&r>-3W?r:(10(4.H(B,J))||0);S=S==\'3X\'?(1J==\'T\'?\'2E\':\'2z\'):S;I[S]=24;E[J]=S==\'2E\'?[0,B.1s[J]]:[B.1s[J],0];7(J!=\'1j\')y[J]=E[J][0]+(J!=\'2j\'&&J!=\'31\'?\'Z\':\'\');k 4.1h(y,"1j",E[J][0])}k{E[J]=[10(4.1x(B,J)),10(S)||0]}}k 7(4.u.41[J])E[J]=[4.u.1A(4.1x(B,J)),4.u.1A(S)];k 7(/^2m$|2l$|21$|2d$|2Q$/i.29(J)){6 m=S.1t(/\\s+/g,\' \').1t(/1K\\s*\\(\\s*/g,\'1K(\').1t(/\\s*,\\s*/g,\',\').1t(/\\s*\\)/g,\')\').6M(/([^\\s]+)/g);6J(J){1Y\'2m\':1Y\'2l\':1Y\'2Q\':1Y\'2d\':m[3]=m[3]||m[1]||m[0];m[2]=m[2]||m[0];m[1]=m[1]||m[0];P(6 i=0;i<4.u.20.1l;i++){6 1e=4.u.2X[J][0]+4.u.20[i]+4.u.2X[J][1];E[1e]=J==\'2d\'?[4.u.1A(4.1x(B,1e)),4.u.1A(m[i])]:[10(4.1x(B,1e)),10(m[i])]}3P;1Y\'21\':P(6 i=0;i<m.1l;i++){6 34=10(m[i]);6 2k=!6L(34)?\'4a\':(!/61|T|1T|5j|4B|4D|5F|4A|4z|4v|4x/i.29(m[i])?\'3f\':1a);7(2k){P(6 j=0;j<4.u.20.1l;j++){1e=\'21\'+4.u.20[j]+2k;E[1e]=2k==\'3f\'?[4.u.1A(4.1x(B,1e)),4.u.1A(m[i])]:[10(4.1x(B,1e)),34]}}k{y[\'4F\']=m[i]}}3P}}k{y[J]=S}f 1a};P(p 1u 1k){7(p==\'19\'){6 1c=4.2U(1k[p]);P(1S 1u 1c){C.2D(1S,1c[1S])}}k 7(p==\'3N\'){7(G.2x)P(6 i=0;i<G.2x.1l;i++){6 1N=G.2x[i].1N||G.2x[i].4G||1v;7(1N){P(6 j=0;j<1N.1l;j++){7(1N[j].4N==\'.\'+1k[p]){6 1M=1p 4O(\'\\.\'+1k[p]+\' {\');6 1d=1N[j].19.4M;6 1c=4.2U(1d.1t(1M,\'\').1t(/}/g,\'\'));P(1S 1u 1c){C.2D(1S,1c[1S])}}}}}}k{C.2D(p,1k[p])}}y.R=1J==\'T\'?\'25\':1J;y.2G=\'1T\';z.U=d(){6 t=(1p 2y()).2b();7(t>I.W+z.2B){37(z.1g);z.1g=1v;P(p 1u E){7(p=="1j")4.1h(y,"1j",E[p][1]);k 7(2H E[p][1]==\'3g\')y[p]=\'1K(\'+E[p][1].r+\',\'+E[p][1].g+\',\'+E[p][1].b+\')\';k y[p]=E[p][1]+(p!=\'2j\'&&p!=\'31\'?\'Z\':\'\')}7(I.2z||I.2E)P(6 p 1u B.1s)7(p=="1j")4.1h(y,p,B.1s[p]);k y[p]="";y.R=I.2z?\'T\':(1J!=\'T\'?1J:\'25\');y.2G=3T;B.1f=1v;7(4.45(I.2I))I.2I.4b(B)}k{6 n=t-C.2B;6 26=n/I.W;P(p 1u E){7(2H E[p][1]==\'3g\'){y[p]=\'1K(\'+F(4.q[I.q](26,n,E[p][0].r,(E[p][1].r-E[p][0].r),I.W))+\',\'+F(4.q[I.q](26,n,E[p][0].g,(E[p][1].g-E[p][0].g),I.W))+\',\'+F(4.q[I.q](26,n,E[p][0].b,(E[p][1].b-E[p][0].b),I.W))+\')\'}k{6 3k=4.q[I.q](26,n,E[p][0],(E[p][1]-E[p][0]),I.W);7(p=="1j")4.1h(y,"1j",3k);k y[p]=3k+(p!=\'2j\'&&p!=\'31\'?\'Z\':\'\')}}}};z.1g=2P(d(){z.U()},13);B.1f=z},32:d(B,U){7(U)B.1f.2B-=4Q;k{2q.37(B.1f.1g);B.1f=1v;4.3R(B,"u")}}});4.2U=d(1d){6 1c={};7(2H 1d==\'5E\'){1d=1d.2R().3d(\';\');P(6 i=0;i<1d.1l;i++){1M=1d[i].3d(\':\');7(1M.1l==2){1c[4.3Y(1M[0].1t(/\\-(\\w)/g,d(m,c){f c.5x()}))]=4.3Y(1M[1])}}}f 1c};4.40.3a({2i:d(11,N,q){o=4.11(11);f C.1O(\'43\',d(){1p 4.u.2i(C,o,N,q)})},52:d(11,N,q){f C.2h(d(){4(\'a[@3U*="#"]\',C).4Y(d(e){3M=C.3U.3d(\'#\');4(\'#\'+3M[1]).2i(11,N,q);f 1a})})}});4.u.2i=d(e,o,N,q){6 z=C;z.o=o;z.e=e;z.N=/44|49/.29(N)?N:1a;z.q=q;p=4.15.3S(e);s=4.15.36();z.4e=d(){37(z.1g);z.1g=1v;4.3R(z.e,\'43\')};z.t=(1p 2y).2b();s.h=s.h>s.1o?(s.h-s.1o):s.h;s.w=s.w>s.1n?(s.w-s.1n):s.w;z.2e=p.y>s.h?s.h:p.y;z.2r=p.x>s.w?s.w:p.x;z.1C=s.t;z.1D=s.l;z.U=d(){6 t=(1p 2y).2b();6 n=t-z.t;6 p=n/z.o.W;7(t>=z.o.W+z.t){z.4e();5b(d(){z.2W(z.2e,z.2r)},13)}k{7(!z.N||z.N==\'44\'){7(!4.q||!4.q[z.q]){2o=((-18.33(p*18.2N)/2)+0.5)*(z.2e-z.1C)+z.1C}k{2o=4.q[z.q](p,n,z.1C,(z.2e-z.1C),z.o.W)}}k{2o=z.1C}7(!z.N||z.N==\'49\'){7(!4.q||!4.q[z.q]){2p=((-18.33(p*18.2N)/2)+0.5)*(z.2r-z.1D)+z.1D}k{2p=4.q[z.q](p,n,z.1D,(z.2r-z.1D),z.o.W)}}k{2p=z.1D}z.2W(2o,2p)}};z.2W=d(t,l){2q.59(l,t)};z.1g=2P(d(){z.U()},13)};',62,444,'||||jQuery||var|if|el|||||function||return|||||else||||||easing||||fx||||||es|elem|this|255|props|parseInt|document|css|options|tp|oldStyle|result|position|axis|wrs|for|body|display|vp|none|step|left|duration|top|documentElement|px|parseFloat|speed|nodeEl||color|iUtil|clientScroll|visibility|Math|style|false|margins|newStyles|styles|nmp|animationHandler|timer|attr|old|opacity|prop|length|cs|iw|ih|new|hb|wb|orig|replace|in|null|wr|curCSS|128|scrollTop|parseColor|currentStyle|startTop|startLeft|oldVisibility|de|F0|139|restoreStyle|oldDisplay|rgb|0x|rule|cssRules|queue|0px|scrollLeft|fA|np|hidden|toInteger|marginRight|marginBottom|marginLeft|case|marginTop|cssSides|border|absolute|namedColors|true|block|pr|event|clientWidth|test|clientHeight|getTime|self|borderColor|endTop|parentNode|while|each|ScrollTo|zIndex|sideEnd|padding|margin|exec|st|sl|window|endLeft|oldPosition|211|opt|callback|192|styleSheets|Date|hide|nodeName|startTime|src|getValues|show|png|overflow|typeof|complete|scrollHeight|sizes|169|borderTopWidth|PI|height|setInterval|borderWidth|toLowerCase|scrollWidth|borderLeftWidth|parseStyle|offsetWidth|scroll|cssSidesEnd|pause|offsetHeight|width|fontWeight|stopAnim|cos|floatVal|func|getScroll|clearInterval|browser|traverseDOM|extend|relative|windowSize|split|oldFloat|Color|object|innerHeight|getSize|innerWidth|pValue|borderBottomWidth|notColor|getMargins|245|max|tagName|opera|offsetLeft|firstChild|fxCheckTag|offsetTop|images|107|224|styleFloat|144|140|230|165|emptyGIF|img|offsetParent|wid|insertBefore|indexOf|240|borderRightWidth|parts|className|cssProps|break|fxe|dequeue|getPosition|oldOverflow|href|delta|10000|toggle|trim|firstNum|fn|colorCssProps||interfaceFX|vertical|isFunction|paddingRight||paddingBottom|horizontal|Width|apply|paddingTop|paddingLeft|clear|values|linear|select|hr|textarea|w_|iframe|removeChild|button|random|float|br|input|createElement|buildWrapper|id|inset|cssFloat|outset|msie|ridge|groove|dashed|listStyle|solid|minWidth|borderStyle|rules|ol|dl|ul|table|div|cssText|selectorText|RegExp|fxWrapper|100000000|form|script|vertically|centerEl|purgeEvents|nextSibling|horizontally|click|progid||filter|ScrollToAnchors|fixPNG|clientY||pageY|getClient|getSizeLite|scrollTo|getPositionLite|setTimeout|getPadding|clientX|pageX|getPointer|getBorder|DXImageTransform|Microsoft|dotted|header|th|colgroup|frame|frameset|destroyWrapper|meta|optgroup|option|col|tfoot|prototype|Array|toUpperCase|AlphaImageLoader|tr|td|thead|caption|tbody|string|double|navy|olive|maroon|magenta|lime|orange|stop|animate|purple|203|pink|stopAll|lightyellow|216|lightcyan|173|lightblue|khaki|lightgreen|238|193|transparent|lightpink|lightgrey|red|silver|fontSize|letterSpacing|bottom|right|textIndent|lineHeight|outlineWidth|minHeight|maxWidth|maxHeight|outlineOffset|backgroundColor|borderBottomColor|Bottom|yellow|white|Left|Right|Top|borderLeftColor|borderRightColor|borderTopColor|outlineColor|130|182|darkgreen|100|darkcyan|darkblue|cyan|darkkhaki|189|85|darkolivegreen|darkmagenta|183|brown|blue|wrapper|switch|appendChild|isNaN|match|aqua|black|220|beige|azure|darkorange|darkgrey|148|122|150|fuchsia|gold|indigo|green|215|233|darkviolet|darkred||darksalmon|153|darkorchid|204'.split('|'),0,{}))

$(function() {
		$("a[@rel='external']").addClass("external").attr('title', function() { return this.title + ' (Opens in New Window)' }).click(function() { window.open(this.href); return false; });
		
		// Main menu script
		$('#mm_sm_about').mouseover(function() { $('#mm_sm_about_content').show(); $('a#mm_about').css('background-position', 'bottom right'); });
		$('#mm_sm_about').mouseout(function() { $('#mm_sm_about_content').hide(); $('a#mm_about').css('background-position', 'top right'); });
		
		$('#mm_sm_services').mouseover(function() { $('#mm_sm_services_content').show(); $('a#mm_services').css('background-position', 'bottom right'); });
		$('#mm_sm_services').mouseout(function() { $('#mm_sm_services_content').hide(); $('a#mm_services').css('background-position', 'top right'); });
		
		$('#mm_sm_clients').mouseover(function() { $('#mm_sm_clients_content').show(); $('a#mm_clients').css('background-position', 'bottom right'); });
		$('#mm_sm_clients').mouseout(function() { $('#mm_sm_clients_content').hide(); $('a#mm_clients').css('background-position', 'top right'); });
		
		$('#mm_sm_pressroom').mouseover(function() { $('#mm_sm_pressroom_content').show(); $('a#mm_press').css('background-position', 'bottom right'); });
		$('#mm_sm_pressroom').mouseout(function() { $('#mm_sm_pressroom_content').hide(); $('a#mm_press').css('background-position', 'top right'); });
		
		$('#mm_sm_contact').mouseover(function() { $('#mm_sm_contact_content').show(); $('a#mm_contact').css('background-position', 'bottom right'); });
		$('#mm_sm_contact').mouseout(function() { $('#mm_sm_contact_content').hide(); $('a#mm_contact').css('background-position', 'top right'); });
		
		$('.no_js_submenu').hide();
		
		var so = new SWFObject("flash/image_showcase.swf", "main_flash", "443", "300", "8", "#000000");
		so.useExpressInstall('flash/expressinstall.swf');
		so.addParam("wmode", "transparent");
		so.write("SWFObj_title");
		
		if(typeof sIFR == "function" && !sIFR.UA.bIsIEMac){
			sIFR.bHideBrowserText = false;
			sIFR.setup();
			sIFR.replaceElement("h3.page_title", named({sFlashSrc: "./flash/futurabook.swf", sBgColor: "#FFFFFF", sColor: '#333333'}));
			sIFR.replaceElement("div#sidebar h4", named({sFlashSrc: "./flash/futurabook.swf", sBgColor: "#FFFFFF", sColor: '#333333'}));
		};
	});
// ]]>