/*
 * jQuery Tools 1.2.5 - The missing UI library for the Web
 * 
 * [tabs]
 * 
 * NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
 * 
 * http://flowplayer.org/tools/
 * 
 * File generated: Wed Jan 12 17:01:40 GMT 2011
 */
(function(c){function p(d,b,a){var e=this,l=d.add(this),h=d.find(a.tabs),i=b.jquery?b:d.children(b),j;h.length||(h=d.children());i.length||(i=d.parent().find(b));i.length||(i=c(b));c.extend(this,{click:function(f,g){var k=h.eq(f);if(typeof f=="string"&&f.replace("#","")){k=h.filter("[href*="+f.replace("#","")+"]");f=Math.max(h.index(k),0)}if(a.rotate){var n=h.length-1;if(f<0)return e.click(n,g);if(f>n)return e.click(0,g)}if(!k.length){if(j>=0)return e;f=a.initialIndex;k=h.eq(f)}if(f===j)return e;
g=g||c.Event();g.type="onBeforeClick";l.trigger(g,[f]);if(!g.isDefaultPrevented()){o[a.effect].call(e,f,function(){g.type="onClick";l.trigger(g,[f])});j=f;h.removeClass(a.current);k.addClass(a.current);return e}},getConf:function(){return a},getTabs:function(){return h},getPanes:function(){return i},getCurrentPane:function(){return i.eq(j)},getCurrentTab:function(){return h.eq(j)},getIndex:function(){return j},next:function(){return e.click(j+1)},prev:function(){return e.click(j-1)},destroy:function(){h.unbind(a.event).removeClass(a.current);
i.find("a[href^=#]").unbind("click.T");return e}});c.each("onBeforeClick,onClick".split(","),function(f,g){c.isFunction(a[g])&&c(e).bind(g,a[g]);e[g]=function(k){k&&c(e).bind(g,k);return e}});if(a.history&&c.fn.history){c.tools.history.init(h);a.event="history"}h.each(function(f){c(this).bind(a.event,function(g){e.click(f,g);return g.preventDefault()})});i.find("a[href^=#]").bind("click.T",function(f){e.click(c(this).attr("href"),f)});if(location.hash&&a.tabs=="a"&&d.find("[href="+location.hash+"]").length)e.click(location.hash);
else if(a.initialIndex===0||a.initialIndex>0)e.click(a.initialIndex)}c.tools=c.tools||{version:"1.2.5"};c.tools.tabs={conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",rotate:false,history:false},addEffect:function(d,b){o[d]=b}};var o={"default":function(d,b){this.getPanes().hide().eq(d).show();b.call()},fade:function(d,b){var a=this.getConf(),e=a.fadeOutSpeed,l=this.getPanes();e?l.fadeOut(e):l.hide();l.eq(d).fadeIn(a.fadeInSpeed,b)},slide:function(d,
b){this.getPanes().slideUp(200);this.getPanes().eq(d).slideDown(400,b)},ajax:function(d,b){this.getPanes().eq(0).load(this.getTabs().eq(d).attr("href"),b)}},m;c.tools.tabs.addEffect("horizontal",function(d,b){m||(m=this.getPanes().eq(0).width());this.getCurrentPane().animate({width:0},function(){c(this).hide()});this.getPanes().eq(d).animate({width:m},function(){c(this).show();b.call()})});c.fn.tabs=function(d,b){var a=this.data("tabs");if(a){a.destroy();this.removeData("tabs")}if(c.isFunction(b))b=
{onBeforeClick:b};b=c.extend({},c.tools.tabs.conf,b);this.each(function(){a=new p(c(this),d,b);c(this).data("tabs",a)});return b.api?a:this}})(jQuery);


/*!
 * jQuery Cycle Lite Plugin
 * http://malsup.com/jquery/cycle/lite/
 * Copyright (c) 2008 M. Alsup
 * Version: 1.0 (06/08/2008)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.3 or later
 */
(function(D){var A="Lite-1.0";D.fn.cycle=function(E){return this.each(function(){E=E||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var I=D(this);var J=E.slideExpr?D(E.slideExpr,this):I.children();var G=J.get();if(G.length<2){if(window.console&&window.console.log){window.console.log("terminating; too few slides: "+G.length)}return }var H=D.extend({},D.fn.cycle.defaults,E||{},D.metadata?I.metadata():D.meta?I.data():{});H.before=H.before?[H.before]:[];H.after=H.after?[H.after]:[];H.after.unshift(function(){H.busy=0});var F=this.className;H.width=parseInt((F.match(/w:(\d+)/)||[])[1])||H.width;H.height=parseInt((F.match(/h:(\d+)/)||[])[1])||H.height;H.timeout=parseInt((F.match(/t:(\d+)/)||[])[1])||H.timeout;if(I.css("position")=="static"){I.css("position","relative")}if(H.width){I.width(H.width)}if(H.height&&H.height!="auto"){I.height(H.height)}var K=0;J.css({position:"absolute",top:0,left:0}).hide().each(function(M){D(this).css("z-index",G.length-M)});D(G[K]).css("opacity",1).show();if(D.browser.msie){G[K].style.removeAttribute("filter")}if(H.fit&&H.width){J.width(H.width)}if(H.fit&&H.height&&H.height!="auto"){J.height(H.height)}if(H.pause){I.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}D.fn.cycle.transitions.fade(I,J,H);J.each(function(){var M=D(this);this.cycleH=(H.fit&&H.height)?H.height:M.height();this.cycleW=(H.fit&&H.width)?H.width:M.width()});J.not(":eq("+K+")").css({opacity:0});if(H.cssFirst){D(J[K]).css(H.cssFirst)}if(H.timeout){if(H.speed.constructor==String){H.speed={slow:600,fast:200}[H.speed]||400}if(!H.sync){H.speed=H.speed/2}while((H.timeout-H.speed)<250){H.timeout+=H.speed}}H.speedIn=H.speed;H.speedOut=H.speed;H.slideCount=G.length;H.currSlide=K;H.nextSlide=1;var L=J[K];if(H.before.length){H.before[0].apply(L,[L,L,H,true])}if(H.after.length>1){H.after[1].apply(L,[L,L,H,true])}if(H.click&&!H.next){H.next=H.click}if(H.next){D(H.next).bind("click",function(){return C(G,H,H.rev?-1:1)})}if(H.prev){D(H.prev).bind("click",function(){return C(G,H,H.rev?1:-1)})}if(H.timeout){this.cycleTimeout=setTimeout(function(){B(G,H,0,!H.rev)},H.timeout+(H.delay||0))}})};function B(J,E,I,K){if(E.busy){return }var H=J[0].parentNode,M=J[E.currSlide],L=J[E.nextSlide];if(H.cycleTimeout===0&&!I){return }if(I||!H.cyclePause){if(E.before.length){D.each(E.before,function(N,O){O.apply(L,[M,L,E,K])})}var F=function(){if(D.browser.msie){this.style.removeAttribute("filter")}D.each(E.after,function(N,O){O.apply(L,[M,L,E,K])})};if(E.nextSlide!=E.currSlide){E.busy=1;D.fn.cycle.custom(M,L,E,F)}var G=(E.nextSlide+1)==J.length;E.nextSlide=G?0:E.nextSlide+1;E.currSlide=G?J.length-1:E.nextSlide-1}if(E.timeout){H.cycleTimeout=setTimeout(function(){B(J,E,0,!E.rev)},E.timeout)}}function C(E,F,I){var H=E[0].parentNode,G=H.cycleTimeout;if(G){clearTimeout(G);H.cycleTimeout=0}F.nextSlide=F.currSlide+I;if(F.nextSlide<0){F.nextSlide=E.length-1}else{if(F.nextSlide>=E.length){F.nextSlide=0}}B(E,F,1,I>=0);return false}D.fn.cycle.custom=function(K,H,I,E){var J=D(K),G=D(H);G.css({opacity:0});var F=function(){G.animate({opacity:1},I.speedIn,I.easeIn,E)};J.animate({opacity:0},I.speedOut,I.easeOut,function(){J.css({display:"none"});if(!I.sync){F()}});if(I.sync){F()}};D.fn.cycle.transitions={fade:function(F,G,E){G.not(":eq(0)").css("opacity",0);E.before.push(function(){D(this).show()})}};D.fn.cycle.ver=function(){return A};D.fn.cycle.defaults={timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null}})(jQuery)

/*Cufon*/
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/*Cufon-fonts*/
Cufon.registerFont({"w":69,"face":{"font-family":"Bengasi","font-weight":100,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-9 -260.28 338.027 101","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+201D"},"glyphs":{" ":{"w":50},"!":{"d":"48,-54r-24,0r-6,-96r0,-65r37,0v1,57,-3,109,-7,161xm37,3v-11,0,-20,-10,-20,-20v0,-11,9,-20,20,-20v10,0,21,9,20,20v0,10,-9,20,-20,20","w":70},"\"":{"d":"17,-187v-9,-24,13,-58,14,-19v0,29,-3,54,-4,81r-5,0xm51,-125r-4,0r-6,-92v0,-9,15,-12,15,0v2,31,-3,62,-5,92","w":68},"#":{"d":"129,-213r-24,68r51,0r23,-68r18,0r-22,68r49,0r-5,14r-49,0r-18,55r48,0r-3,13r-50,0r-24,68r-18,0r23,-68r-50,0r-26,68r-17,0r24,-68r-50,0r5,-13r49,0r18,-54r-48,0r4,-14r49,0r24,-69r19,0xm82,-76r50,0r19,-54r-50,0","w":225},"$":{"d":"92,-114v39,22,15,85,-24,88r0,26r-16,0r0,-24v-13,-2,-29,-2,-40,-6r4,-20v7,3,26,7,36,6r0,-55v-22,-5,-42,-12,-42,-40v0,-29,18,-44,42,-51r0,-26r16,0r0,24v13,1,23,0,34,4r-4,19v-9,-3,-18,-4,-30,-4r0,51xm68,-47v23,-5,22,-42,0,-47r0,47xm52,-170v-16,3,-26,28,-12,40v3,1,7,3,12,4r0,-44","w":117},"%":{"d":"135,-219r14,7r-106,231r-13,-7xm40,-107v-45,-7,-45,-109,8,-109v29,0,41,27,41,53v0,31,-15,61,-49,56xm98,-53v0,-32,10,-55,41,-55v34,0,43,42,38,76v-2,16,-17,35,-39,35v-30,0,-40,-25,-40,-56xm50,-201v-20,-8,-24,31,-19,52v0,24,29,43,34,12v4,-25,3,-57,-15,-64xm142,-92v-23,-8,-26,28,-21,52v0,24,28,42,35,13v5,-23,1,-55,-14,-65","w":180},"&":{"d":"135,-180v0,30,-17,35,-37,52r36,45r29,-52r33,0r-46,73r52,62r-45,0r-28,-36v-20,25,-41,39,-63,39v-34,1,-57,-26,-57,-60v0,-23,19,-45,48,-72v-22,-19,-34,-71,5,-86v35,-14,73,-1,73,35xm84,-145v27,-8,26,-62,-7,-56v-25,10,-8,44,7,56xm73,-108v-36,6,-42,80,-1,80v20,0,31,-12,42,-26","w":200},"'":{"d":"21,-193v9,-19,42,-10,38,15v-5,23,-24,39,-36,56v-2,3,-9,1,-8,-4v6,-12,20,-21,19,-36v-11,-3,-20,-17,-13,-31"},"(":{"d":"67,98v-60,-91,-71,-248,2,-342r22,6v-46,92,-49,231,0,331","w":105},")":{"d":"14,91v44,-88,48,-240,0,-325r22,-6v70,93,63,246,3,337","w":102},"*":{"d":"51,-183r-38,-11r6,-17r37,13r-1,-40r18,0r-1,40r38,-13r5,17r-38,12r24,31r-15,11r-22,-33r-22,33r-15,-11","w":121},"+":{"d":"101,-189r20,0r0,84r83,0r0,20r-82,0r0,85r-21,0r0,-84r-82,0r0,-20r82,0r0,-85","w":216},",":{"d":"31,1v-18,-5,-22,-42,4,-42v30,0,22,42,7,54v-10,9,-13,27,-28,29v-9,-11,22,-25,17,-41","k":{"1":68}},"-":{"d":"21,-87r0,-25r73,0r0,25r-73,0","w":108,"k":{"7":62,"1":73}},".":{"d":"37,1v-10,0,-21,-9,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,11,-10,20,-21,20","k":{"1":69}},"\/":{"d":"146,-222r12,9r-129,221r-12,-8","w":169},"0":{"d":"99,4v-83,5,-96,-109,-70,-178v11,-29,35,-44,67,-44v61,0,80,50,82,114v2,61,-25,105,-79,108xm94,-194v-35,1,-39,43,-39,86v0,36,10,88,46,86v39,-1,40,-49,39,-93v0,-34,-13,-80,-46,-79","w":189},"1":{"d":"121,-217r0,217r-37,0r0,-182r-30,12r-9,-20v24,-10,38,-31,76,-27","w":189,"k":{":":64,".":67,"-":68,",":62}},"2":{"d":"73,-35r97,0r0,35r-141,0r0,-24r69,-83v16,-20,34,-40,23,-69v-10,-24,-57,-17,-80,-9r-5,-24v45,-22,132,-16,127,47v-3,30,-15,41,-34,63","w":189},"3":{"d":"156,-168v0,26,-12,35,-30,48v26,10,40,21,41,52v2,65,-80,87,-136,62r7,-29v33,10,89,20,89,-29v0,-36,-36,-40,-74,-38r0,-24v34,1,66,-2,66,-35v0,-41,-50,-37,-78,-25r-6,-22v40,-19,123,-18,121,40","w":189},"4":{"d":"125,-216r25,0r0,140r39,0r0,28r-39,0r0,48r-34,0r0,-48r-105,0r0,-23xm48,-76r68,0r0,-90","w":189},"5":{"d":"39,-32v49,21,118,-5,85,-61v-12,-21,-51,-20,-79,-14r16,-110r100,0r0,31r-79,0r-7,51v69,-12,111,33,85,98v-15,39,-85,45,-130,31","w":189},"6":{"d":"101,4v-85,0,-92,-106,-38,-163v26,-28,53,-54,86,-72r13,20v-26,13,-64,51,-78,78v48,-21,94,15,90,69v-3,43,-30,68,-73,68xm98,-114v-54,0,-40,92,6,93v21,0,33,-18,33,-40v-1,-26,-13,-53,-39,-53","w":192},"7":{"d":"139,-197r-119,0r0,-23r159,0r0,13r-108,207r-45,0","w":192,"k":{":":39,".":91,"-":56,",":86}},"8":{"d":"159,-167v-1,26,-13,32,-32,45v25,13,43,29,43,65v0,38,-33,58,-73,61v-77,6,-91,-106,-26,-122v-35,-16,-40,-78,1,-94v40,-15,89,2,87,45xm105,-134v31,-7,29,-65,-9,-62v-43,7,-20,59,9,62xm94,-104v-15,10,-31,17,-32,38v0,29,18,51,47,45v22,-5,37,-40,18,-61v-6,-8,-17,-15,-33,-22","w":189},"9":{"d":"95,-221v85,3,90,103,38,160v-26,28,-53,53,-85,70r-12,-19v26,-13,62,-51,76,-77v-48,20,-93,-15,-89,-67v2,-39,29,-68,72,-67xm99,-106v53,0,36,-88,-6,-91v-21,0,-33,17,-33,36v0,28,10,55,39,55","w":189},":":{"d":"37,1v-11,0,-20,-9,-20,-20v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20xm37,-113v-11,0,-20,-10,-20,-21v0,-11,9,-20,20,-20v12,-1,21,8,21,20v0,12,-10,20,-21,21","k":{"7":12,"1":66}},";":{"d":"39,-113v-12,0,-21,-9,-21,-21v0,-11,10,-20,21,-20v12,-1,21,8,21,20v0,12,-10,20,-21,21xm20,-30v9,-20,44,-9,39,15v-5,24,-25,38,-36,56v-3,3,-10,3,-8,-4v-2,-8,31,-30,14,-38v-7,-6,-15,-16,-9,-29"},"<":{"d":"158,-143r-117,49r117,48r0,23r-145,-61r0,-21r145,-61r0,23","w":167},"=":{"d":"21,-144r198,0r0,20r-198,0r0,-20xm21,-67r198,0r0,19r-198,0r0,-19","w":228},">":{"d":"15,-166r145,61r0,21r-145,61r0,-23r117,-48r-117,-49r0,-23","w":167},"?":{"d":"97,-167v0,-38,-61,-34,-84,-18r-5,-23v40,-21,127,-19,127,39v0,62,-80,47,-73,117r-23,0v-6,-54,26,-66,51,-93v4,-4,7,-12,7,-22xm53,1v-10,0,-17,-7,-17,-17v0,-11,7,-17,17,-17v10,0,18,8,18,17v-1,7,-8,17,-18,17","w":138},"@":{"d":"251,-25v-25,0,-39,-10,-42,-34v-22,52,-117,43,-113,-27v3,-52,35,-103,83,-103v29,0,39,10,48,29r7,-22r44,0v-8,42,-32,82,-29,127v1,8,20,8,28,4v24,-11,42,-49,42,-87v0,-71,-56,-104,-128,-104v-83,0,-138,63,-138,150v0,79,52,129,124,129v50,0,88,-14,123,-35r9,15v-34,23,-82,40,-133,40v-91,1,-153,-57,-158,-140v-9,-136,122,-209,250,-164v44,16,71,50,70,107v-1,59,-30,115,-87,115xm193,-165v-31,-6,-47,70,-50,93v-2,17,15,31,33,23v20,-9,41,-64,40,-92v0,-15,-6,-24,-23,-24","w":340},"A":{"d":"104,-217r29,0r84,217r-42,0r-21,-57r-89,0r-24,57r-37,0xm75,-81r71,0r-33,-90","w":213,"k":{"y":33,"w":32,"v":36,"o":11,"d":15,"c":12,"Y":70,"W":56,"V":64,"U":18,"T":67,"Q":23,"O":24,"G":25,"C":22}},"B":{"d":"174,-68v0,40,-31,68,-78,68r-78,0r0,-217v63,1,143,-14,140,50v-1,22,-13,40,-31,46v29,7,47,22,47,53xm120,-160v0,-32,-33,-34,-66,-33r0,67v35,3,66,-2,66,-34xm136,-65v0,-39,-41,-40,-82,-38r0,79v43,3,82,0,82,-41","w":177,"k":{"Z":26,"Y":35,"X":28,"W":25,"V":26,"T":26,"A":17}},"C":{"d":"9,-109v-4,-90,87,-134,172,-102r-7,26v-19,-3,-36,-8,-57,-8v-56,-2,-73,39,-71,96v2,59,66,86,126,66r5,25v-20,4,-35,10,-60,10v-71,0,-106,-45,-108,-113","w":180,"k":{"y":30,"u":16,"o":12,"e":15,"Q":21,"O":20,"G":24,"C":25}},"D":{"d":"212,-127v8,82,-39,129,-119,127r-75,0r0,-217r83,0v65,-1,105,35,111,90xm177,-107v0,-64,-46,-94,-122,-86r0,167r40,0v56,4,82,-32,82,-81","w":214,"k":{"Z":41,"Y":37,"X":38,"W":23,"V":26,"T":34,"A":30,".":21,",":22}},"E":{"d":"54,-193r0,69r91,0r0,23r-91,0r0,77r99,0r0,24r-135,0r0,-217r135,0r0,24r-99,0","w":164,"k":{"y":24,"w":23,"v":21,"Q":19,"O":16,"G":15,"C":17}},"F":{"d":"19,0r0,-217r131,0r0,24r-95,0r0,69r86,0r0,23r-86,0r0,101r-36,0","w":152,"k":{"r":13,"o":11,"i":16,"a":17,"A":48,".":82,",":78}},"G":{"d":"185,-183v-80,-28,-155,2,-137,97v8,45,53,74,110,59r0,-70r-49,0r0,-22r87,0r0,112v-14,7,-37,11,-67,11v-76,0,-116,-39,-119,-109v-4,-97,93,-139,182,-104","w":206,"k":{"Z":15,"Y":13,"V":16,"T":23}},"H":{"d":"158,-100r-104,0r0,100r-36,0r0,-217r36,0r0,92r104,0r0,-92r37,0r0,217r-37,0r0,-100","w":204},"I":{"d":"54,0r-36,0r0,-217r36,0r0,217"},"J":{"d":"-7,57v15,-10,26,-25,26,-50r0,-224r36,0r0,219v-1,45,-18,48,-49,73"},"K":{"d":"145,0r-91,-98r0,98r-36,0r0,-217r36,0r0,96r90,-96r41,0r-98,101r105,116r-47,0","w":192,"k":{"y":39,"w":44,"u":24,"o":36,"e":22,"Q":43,"O":47,"G":46,"C":39,"-":68}},"L":{"d":"54,-24r87,0r0,24r-123,0r0,-217r36,0r0,193","w":145,"k":{"y":42,"u":12,"o":17,"e":18,"Y":73,"W":51,"V":60,"T":71,"Q":31,"O":34,"G":25,"C":22}},"M":{"d":"48,-167r-3,167r-29,0r11,-217r37,0r70,172r69,-172r38,0r7,217r-35,0r-3,-169r-69,169r-25,0","w":255},"N":{"d":"48,-167r0,167r-29,0r0,-217r37,0r122,168r0,-168r29,0r0,217r-38,0","w":215},"O":{"d":"8,-114v0,-60,42,-107,107,-107v68,0,109,48,110,114v1,65,-44,110,-108,111v-70,1,-109,-53,-109,-118xm110,-197v-43,0,-65,39,-65,81v0,47,28,95,76,95v41,-1,68,-33,67,-75v-1,-54,-27,-101,-78,-101","w":225,"k":{"Z":42,"Y":40,"X":35,"W":18,"V":24,"T":41,"A":27,".":19,",":12}},"P":{"d":"167,-152v-2,56,-51,75,-113,71r0,81r-36,0r0,-217v74,-2,151,-7,149,65xm95,-107v52,-11,41,-96,-17,-88r-24,0r0,89","w":172,"k":{"o":12,"i":14,"e":18,"Z":32,"Y":17,"X":29,"V":18,"T":18,"A":52,".":90,",":90}},"Q":{"d":"118,-221v108,-5,140,156,61,208r57,15r-7,26r-101,-24v-78,3,-118,-45,-118,-118v0,-64,45,-104,108,-107xm112,-197v-43,1,-64,39,-65,81v0,57,46,117,106,88v65,-31,38,-171,-41,-169","w":225,"k":{"Y":39,"W":20,"V":26,"T":44}},"R":{"d":"82,-217v88,-17,116,98,47,124r63,93r-47,0r-50,-81r-41,0r0,81r-36,0r0,-217r64,0xm95,-107v52,-11,41,-96,-17,-88r-24,0r0,89","w":191,"k":{"u":16,"o":19,"e":18,"a":15,"Y":39,"W":25,"V":32,"T":36,"Q":23,"O":23,"G":23,"C":21}},"S":{"d":"34,-111v-60,-61,23,-137,102,-103r-6,28v-30,-13,-95,-12,-81,32v14,45,103,17,95,95v-6,57,-81,77,-135,53r7,-27v32,15,108,14,93,-36v-8,-27,-56,-22,-75,-42","w":148,"k":{"Z":16,"Y":18,"X":20,"W":13,"T":19,"A":20}},"T":{"d":"204,-217r0,24r-79,0r0,193r-36,0r0,-193r-78,0r0,-24r193,0","w":204,"k":{"y":67,"w":67,"u":76,"r":75,"o":78,"i":13,"e":72,"a":75,"S":20,"Q":39,"O":35,"G":32,"C":36,"A":76,";":78,":":76,".":72,"-":76,",":76}},"U":{"d":"104,4v-58,2,-85,-30,-85,-89r0,-132r36,0r0,135v-2,43,17,58,56,60v90,4,47,-118,57,-195r33,0r0,129v5,69,-37,90,-97,92","w":209,"k":{"A":23}},"V":{"d":"109,-41r72,-176r36,0r-99,217r-29,0r-84,-217r42,0","w":213,"k":{"y":21,"u":25,"o":42,"e":42,"a":35,"S":14,"Q":27,"O":24,"G":28,"C":25,"A":73,";":24,":":30,".":75,"-":41,",":69}},"W":{"d":"284,-217r37,0r-77,217r-31,0r-52,-157r-56,157r-29,0r-71,-217r40,0r50,175r56,-175r28,0r54,175","w":313,"k":{"y":14,"u":27,"r":29,"o":32,"e":33,"a":31,"S":15,"Q":20,"O":18,"G":23,"C":21,"A":64,";":15,":":14,".":52,"-":27,",":57}},"X":{"d":"100,-91r-56,91r-39,0r77,-110r-73,-107r42,0r53,83r58,-83r38,0r-79,106r75,111r-42,0","w":191,"k":{"y":27,"u":15,"o":23,"e":15,"Q":38,"O":32,"G":31,"C":35}},"Y":{"d":"167,-217r38,0r-85,131r0,86r-36,0r0,-86r-79,-131r44,0r58,104","w":201,"k":{"u":46,"o":60,"e":59,"a":54,"S":26,"Q":36,"O":32,"G":37,"C":36,"A":78,";":40,":":37,".":78,"-":64,",":83}},"Z":{"d":"13,0r132,-193r-116,0r0,-24r176,0r-130,193r124,0r0,24r-186,0","w":210,"k":{"Q":29,"O":30,"G":28,"C":32,"A":13}},"[":{"d":"81,-251r0,16r-34,0r0,298r34,0r0,16r-64,0r0,-330r64,0","w":93},"\\":{"d":"154,0r-10,8r-129,-222r10,-8","w":166},"]":{"d":"15,-251r65,0r0,330r-65,0r0,-16r35,0r0,-298r-35,0r0,-16","w":93},"^":{"d":"136,-193r-15,14r-38,-34r-35,34r-15,-13r51,-48","w":136},"_":{"d":"210,61r-210,0r0,-17r210,0r0,17","w":187},"`":{"d":"45,-238r45,48r-11,13r-52,-42","w":94},"a":{"d":"118,-40v0,18,10,30,25,18r4,17v-15,6,-50,18,-57,-1r-42,10v-41,4,-54,-66,-19,-82v11,-5,37,-11,58,-13v-1,-22,6,-48,-19,-48v-16,0,-25,7,-26,22r-30,7v-2,-39,24,-46,62,-49v62,-5,44,65,44,119xm45,-53v-13,30,23,39,42,24r0,-42v-16,4,-36,5,-42,18","w":133,"k":{"y":19,"w":16,"v":14}},"b":{"d":"160,-81v0,78,-70,98,-142,78r0,-248r35,0r0,98v58,-19,107,11,107,72xm126,-82v3,-40,-37,-65,-73,-45r0,102v42,15,79,-7,73,-57","w":163,"k":{"z":30,"y":15,"x":30,"w":15,"v":12}},"c":{"d":"10,-73v-5,-67,56,-102,122,-80r-7,26v-47,-17,-87,2,-79,61v5,39,46,53,85,38r5,21v-14,6,-32,11,-52,11v-49,0,-71,-34,-74,-77","w":138,"k":{"q":15,"o":16,"g":13,"e":12,"d":14,"c":18}},"d":{"d":"39,-8v-55,-44,-33,-151,50,-151v8,0,15,1,24,2r0,-94r36,0r0,251r-36,0r0,-4v-21,10,-56,10,-74,-4xm113,-130v-51,-27,-91,36,-64,86v10,18,42,26,64,17r0,-103","w":160},"e":{"d":"78,-159v45,0,66,36,60,82r-93,0v-5,51,48,68,87,45r8,20v-15,9,-37,15,-59,16v-43,1,-70,-30,-71,-71v-2,-53,18,-92,68,-92xm103,-97v9,-44,-49,-54,-55,-14v-1,4,-2,9,-2,14r57,0","w":142},"f":{"d":"20,-156v-10,-73,30,-110,93,-92r-5,24v-31,-10,-61,0,-54,40r1,28r52,0r0,22r-52,0r0,134r-36,0r0,-134r-23,0r0,-22r24,0","w":87},"g":{"d":"51,-42v-64,-31,-28,-141,56,-115r51,0r0,23r-26,0v25,39,0,93,-45,97v-15,2,-46,19,-14,24v39,6,86,-3,85,43v-2,44,-45,66,-90,69v-43,3,-74,-37,-51,-74v4,-5,11,-11,23,-20v-26,-11,-14,-44,11,-47xm125,36v-6,-33,-89,-27,-84,10v6,45,82,30,84,-10xm83,-59v40,0,32,-79,-6,-80v-23,-1,-31,22,-28,45v2,17,15,35,34,35","w":160},"h":{"d":"54,-142v43,-33,102,-16,102,44r0,98r-36,0v-6,-48,19,-132,-30,-132v-17,0,-24,7,-36,17r0,115r-36,0r0,-251r36,0r0,109","w":167},"i":{"d":"55,0r-36,0r0,-156r36,0r0,156xm37,-192v-12,0,-21,-9,-21,-21v0,-11,10,-20,21,-20v11,0,20,9,20,20v1,12,-8,21,-20,21","w":68},"j":{"d":"-9,89v21,-26,26,-22,27,-59r0,-186r36,0r0,176v-2,47,-18,59,-53,81xm36,-192v-12,0,-21,-9,-21,-21v0,-11,10,-20,21,-20v11,0,20,9,20,20v1,12,-8,21,-20,21","w":68},"k":{"d":"53,-72r0,72r-36,0r0,-251r36,0r0,161r66,-66r38,0r-73,70r83,86r-49,0","w":171},"l":{"d":"53,0r-36,0r0,-251r36,0r0,251","w":68},"m":{"d":"54,-142v23,-17,73,-28,85,6v40,-43,102,-22,102,38r0,98r-36,0r-2,-111v-5,-25,-44,-24,-56,-4r0,115r-36,0v-6,-45,20,-130,-26,-130v-14,0,-23,6,-31,15r0,115r-37,0r0,-156r37,0r0,14","w":247},"n":{"d":"54,-142v43,-33,102,-17,102,44r0,98r-36,0v-7,-47,22,-130,-31,-130v-16,0,-28,4,-35,15r0,115r-36,0r0,-156r36,0r0,14","w":166},"o":{"d":"161,-73v6,82,-122,104,-146,28v-19,-60,9,-114,69,-114v49,0,73,38,77,86xm120,-97v-7,-49,-79,-51,-78,2v1,32,18,75,49,75v34,0,42,-43,29,-77","w":163},"p":{"d":"160,-83v0,66,-46,103,-107,80r0,99r-35,0r0,-252v73,-9,142,0,142,73xm97,-24v44,-19,39,-119,-20,-112v-8,0,-16,1,-24,3r0,105v10,5,32,8,44,4","w":163},"q":{"d":"57,1v-83,-29,-55,-180,50,-160v16,3,30,3,43,6r0,249r-35,0r0,-99v-16,5,-39,11,-58,4xm115,-28r0,-102v-62,-31,-98,56,-55,99v12,12,37,12,55,3","w":160},"r":{"d":"55,-138v18,-15,29,-26,57,-14r-6,26v-24,-4,-42,3,-51,18r0,108r-36,0r0,-156r36,0r0,18","w":111},"s":{"d":"18,-89v-23,-51,32,-86,89,-65r-6,23v-20,-8,-69,-11,-57,22v16,25,68,13,68,60v0,51,-64,63,-106,44r7,-23v26,6,79,13,67,-25v-16,-17,-52,-11,-62,-36","w":117},"t":{"d":"105,-5v-38,16,-93,13,-82,-41r0,-88r-22,0r0,-22r22,0r0,-30r36,-9r0,39r38,0r0,22r-38,0r0,90v-2,21,23,25,39,17","w":100},"u":{"d":"119,-14v-44,35,-102,17,-102,-44r0,-98r36,0v7,47,-21,130,31,130v16,0,28,-4,35,-15r0,-115r37,0r0,156r-37,0r0,-14","w":165},"v":{"d":"157,-156r-69,156r-22,0r-62,-156r38,0r40,113r45,-113r30,0","w":154},"w":{"d":"124,-98r-39,98r-21,0r-61,-156r37,0r39,113r36,-113r25,0r38,113r35,-113r31,0r-60,156r-21,0","w":240},"x":{"d":"104,-79r59,79r-43,0r-39,-57r-39,57r-38,0r61,-77r-58,-79r42,0r38,57r40,-57r38,0","w":162},"y":{"d":"48,98r-35,0r50,-105r-61,-149r41,0r39,115r41,-115r35,0","w":155},"z":{"d":"20,-134r0,-22r129,0r-87,134r83,0r0,22r-133,0r89,-134r-81,0","w":158},"{":{"d":"19,-84v71,2,58,-66,64,-129v8,-22,44,-40,78,-38r0,10v-70,-2,-50,67,-59,127v-10,24,-43,32,-72,38v68,4,78,35,75,109v-1,38,23,52,56,56r0,9v-69,5,-88,-38,-81,-112v4,-42,-28,-47,-61,-54r0,-16","w":173},"|":{"d":"49,79r-14,0r0,-330r14,0r0,330","w":79},"}":{"d":"19,-251v61,-1,80,32,80,103v0,47,17,53,59,61r0,16v-60,-3,-63,49,-59,115v-8,31,-39,49,-80,48r0,-10v46,1,55,-36,55,-89v0,-57,21,-63,73,-72v-53,-4,-73,-30,-73,-100v0,-48,-11,-54,-55,-63r0,-9","w":171},"~":{"d":"26,-177v15,-60,79,-3,100,-29r13,0v-4,42,-54,26,-85,20v-11,-2,-13,12,-28,9","w":145},"\u2018":{"d":"54,-179v-9,20,-42,9,-38,-15v6,-25,25,-35,36,-55v2,-4,9,-2,8,4v0,9,-32,30,-13,39v8,5,13,15,7,27"},"\u2019":{"d":"23,-240v10,-21,42,-9,38,15v-4,25,-24,36,-35,55v-3,3,-9,3,-9,-4v0,-8,35,-32,13,-38v-7,-5,-13,-16,-7,-28"},"\u201c":{"d":"107,-213v14,6,27,45,-2,45v-29,0,-25,-42,-7,-53v9,-9,14,-26,27,-30v8,12,-16,25,-18,38xm60,-179v-10,21,-43,8,-38,-15v5,-24,25,-37,36,-55v2,-4,9,-2,8,4v0,9,-32,30,-13,39v8,5,13,15,7,27","w":134},"\u201d":{"d":"23,-245v10,-19,44,-10,39,16v-5,26,-24,37,-36,56v-3,3,-10,3,-9,-4v0,-8,33,-31,15,-39v-9,-4,-15,-18,-9,-29xm85,-245v11,-20,44,-8,40,16v-4,26,-25,37,-37,56v-2,3,-10,2,-8,-4v0,-9,32,-31,14,-39v-9,-3,-15,-18,-9,-29","w":137},"\u2013":{"d":"21,-87r0,-25r188,0r0,25r-188,0","w":219},"\u2014":{"d":"21,-87r0,-25r223,0r0,25r-223,0","w":255},"\u00a0":{"w":50}}});

/*Cufon-settings*/
function initCufon() {
	Cufon.replace('#header strong,#header p,#header ul,h1,#content label,#sidebar label,.visual label,h3,h2,#content table th,.range a,.downloads a,#content #product-list a,#footer h4', { fontFamily: 'Bengasi',hover:true});
}

/*ie 6 hover*/
function ieHover(_list, _class){
	if(jQuery.browser.msie && jQuery.browser.version < 7){
		if(!_class) _class = 'hover';
		jQuery(_list).mouseenter(function(){
			jQuery(this).addClass(_class);
		}).mouseleave(function(){
			jQuery(this).removeClass(_class);
		});
	}
}

/*--- clear inputs ---*/
function clearInputs(){
	jQuery('input:text, input:password, textarea').each(function(){
		var _el = jQuery(this);
		_el.data('val', _el.val());
		_el.focus(function(){
			if(_el.val() == _el.data('val')) _el.val('');
		}).blur(function(){
			if(_el.val() == '') _el.val(_el.data('val'));
		});
	});
}

jQuery(document).ready(function($){
	initCufon();
	ieHover('#header ul li');
	$('.image-holder').cycle();
	$('.brands div').cycle();
	//$("ul.tabs").tabs("div.panes > div");

	// Product Hover
	$(".product").hover(
	  function () {
		$(this).addClass('hover').click(function(){window.location=$('a',this).attr('href');});
	  },
	  function () {
		$(this).removeClass("hover");
	  }
	);
	
	// Product Hover
	$(".big-thumb").hover(
	  function () {
		$(this).addClass('hover');
	   },
	  function () {
		$(this).removeClass("hover");
	  }
	);
	
	// Product Hover
	$(".image-box li").hover(
	  function () {
		$(this).addClass('hover');
	  },
	  function () {
		$(this).removeClass("hover");
	  }
	);
	
	if($('#login input').val()!="") {
		var parent = $(this).parent();
		var topparent = parent.parent();
		$('label',topparent).hide();
	}
		
	$('#login input').focus(function(){
		var parent = $(this).parent();
		var topparent = parent.parent();
		$('label',topparent).hide();
	});
	
	$('#login input').blur(function(){
		if($(this).val()=="") {
			var parent = $(this).parent();
			var topparent = parent.parent();
			$('label',topparent).show();
		}
	});
	
	$('#login label').click(function(){
		var parent = $(this).parent();
		$(this).hide();
		$('input',parent).focus();
	});
	
	$(".image-box a").fancybox();
	clearInputs();
});
