/*	ColorBox v1.3.5 - a full featured, light-weight, customizable lightbox based on jQuery 1.3 */
(function(c){function r(b,d){d=d==="x"?m.width():m.height();return typeof b==="string"?Math.round(b.match(/%/)?d/100*parseInt(b,10):parseInt(b,10)):b}function N(b){b=c.isFunction(b)?b.call(i):b;return a.photo||b.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function Y(){for(var b in a)if(c.isFunction(a[b])&&b.substring(0,2)!=="on")a[b]=a[b].call(i)}function Z(b){i=b;a=c(i).data(q);Y();var d=a.rel||i.rel;if(d&&d!=="nofollow"){h=c(".cboxElement").filter(function(){return(c(this).data(q).rel|| this.rel)===d});j=h.index(i);if(j<0){h=h.add(i);j=h.length-1}}else{h=c(i);j=0}if(!C){D=C=n;O=i;O.blur();c().bind("keydown.cbox_close",function(e){if(e.keyCode===27){e.preventDefault();f.close()}}).bind("keydown.cbox_arrows",function(e){if(h.length>1)if(e.keyCode===37){e.preventDefault();E.click()}else if(e.keyCode===39){e.preventDefault();F.click()}});a.overlayClose&&s.css({cursor:"pointer"}).one("click",f.close);c.event.trigger(aa);a.onOpen&&a.onOpen.call(i);s.css({opacity:a.opacity}).show();a.w= r(a.initialWidth,"x");a.h=r(a.initialHeight,"y");f.position(0);P&&m.bind("resize.cboxie6 scroll.cboxie6",function(){s.css({width:m.width(),height:m.height(),top:m.scrollTop(),left:m.scrollLeft()})}).trigger("scroll.cboxie6")}Q.add(E).add(F).add(t).add(H).hide();R.html(a.close).show();f.slideshow();f.load()}var q="colorbox",x="hover",n=true,f,y=!c.support.opacity,P=y&&!window.XMLHttpRequest,aa="cbox_open",I="cbox_load",S="cbox_complete",T="resize.cbox_resize",s,k,u,p,U,V,W,X,h,m,l,J,K,L,H,Q,t,F,E, R,z,A,v,w,i,O,j,a,C,D,$={transition:"elastic",speed:350,width:false,height:false,innerWidth:false,innerHeight:false,initialWidth:"400",initialHeight:"400",maxWidth:false,maxHeight:false,scalePhotos:n,scrolling:n,inline:false,html:false,iframe:false,photo:false,href:false,title:false,rel:false,opacity:0.9,preloading:n,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:false,overlayClose:n,slideshow:false,slideshowAuto:n,slideshowSpeed:2500,slideshowStart:"start slideshow", slideshowStop:"stop slideshow",onOpen:false,onLoad:false,onComplete:false,onCleanup:false,onClosed:false};f=c.fn.colorbox=function(b,d){var e=this;if(!e.length)if(e.selector===""){e=c(e);b.open=n}else return this;e.each(function(){var g=c.extend({},c(this).data(q)?c(this).data(q):$,b);c(this).data(q,g).addClass("cboxElement");if(d)c(this).data(q).onComplete=d});b&&b.open&&Z(e);return this};f.init=function(){function b(d){return c('<div id="cbox'+d+'"/>')}m=c(window);k=c('<div id="colorbox"/>');s= b("Overlay").hide();u=b("Wrapper");p=b("Content").append(l=b("LoadedContent").css({width:0,height:0}),K=b("LoadingOverlay"),L=b("LoadingGraphic"),H=b("Title"),Q=b("Current"),t=b("Slideshow"),F=b("Next"),E=b("Previous"),R=b("Close"));u.append(c("<div/>").append(b("TopLeft"),U=b("TopCenter"),b("TopRight")),c("<div/>").append(V=b("MiddleLeft"),p,W=b("MiddleRight")),c("<div/>").append(b("BottomLeft"),X=b("BottomCenter"),b("BottomRight"))).children().children().css({"float":"left"});J=c("<div style='position:absolute; top:0; left:0; width:9999px; height:0;'/>"); c("body").prepend(s,k.append(u,J));if(y){k.addClass("cboxIE");P&&s.css("position","absolute")}p.children().addClass(x).mouseover(function(){c(this).addClass(x)}).mouseout(function(){c(this).removeClass(x)});z=U.height()+X.height()+p.outerHeight(n)-p.height();A=V.width()+W.width()+p.outerWidth(n)-p.width();v=l.outerHeight(n);w=l.outerWidth(n);k.css({"padding-bottom":z,"padding-right":A}).hide();F.click(f.next);E.click(f.prev);R.click(f.close);p.children().removeClass(x);c(".cboxElement").live("click", function(d){if(d.button!==0&&typeof d.button!=="undefined")return n;else{Z(this);return false}})};f.position=function(b,d){function e(B){U[0].style.width=X[0].style.width=p[0].style.width=B.style.width;L[0].style.height=K[0].style.height=p[0].style.height=V[0].style.height=W[0].style.height=B.style.height}var g=m.height();g=Math.max(g-a.h-v-z,0)/2+m.scrollTop();var o=Math.max(document.documentElement.clientWidth-a.w-w-A,0)/2+m.scrollLeft();b=k.width()===a.w+w&&k.height()===a.h+v?0:b;u[0].style.width= u[0].style.height="9999px";k.dequeue().animate({width:a.w+w,height:a.h+v,top:g,left:o},{duration:b,complete:function(){e(this);D=false;u[0].style.width=a.w+w+A+"px";u[0].style.height=a.h+v+z+"px";d&&d()},step:function(){e(this)}})};f.resize=function(b){function d(){a.w=a.w||l.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}function e(){a.h=a.h||l.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}function g(G){f.position(G,function(){if(C){if(y){B&&l.fadeIn(100);k[0].style.removeAttribute("filter")}if(a.iframe)l.append("<iframe id='cboxIframe'"+ (a.scrolling?" ":"scrolling='no'")+" name='iframe_"+(new Date).getTime()+"' frameborder=0 src='"+(a.href||i.href)+"' "+(y?"allowtransparency='true'":"")+" />");l.show();H.html(a.title||i.title);H.show();if(h.length>1){Q.html(a.current.replace(/\{current\}/,j+1).replace(/\{total\}/,h.length)).show();F.html(a.next).show();E.html(a.previous).show();a.slideshow&&t.show()}K.hide();L.hide();c.event.trigger(S);a.onComplete&&a.onComplete.call(i);a.transition==="fade"&&k.fadeTo(M,1,function(){y&&k[0].style.removeAttribute("filter")}); m.bind(T,function(){f.position(0)})}})}if(C){var o,B,M=a.transition==="none"?0:a.speed;m.unbind(T);if(b){l.remove();l=c('<div id="cboxLoadedContent"/>').html(b);l.hide().appendTo(J).css({width:d(),overflow:a.scrolling?"auto":"hidden"}).css({height:e()}).prependTo(p);c("#cboxPhoto").css({cssFloat:"none"});P&&c("select:not(#colorbox select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("cbox_cleanup",function(){this.style.visibility="inherit"});a.transition=== "fade"&&k.fadeTo(M,0,function(){g(0)})||g(M);if(a.preloading&&h.length>1){b=j>0?h[j-1]:h[h.length-1];o=j<h.length-1?h[j+1]:h[0];o=c(o).data(q).href||o.href;b=c(b).data(q).href||b.href;N(o)&&c("<img />").attr("src",o);N(b)&&c("<img />").attr("src",b)}}else setTimeout(function(){var G=l.wrapInner("<div style='overflow:auto'></div>").children();a.h=G.height();l.css({height:a.h});G.replaceWith(G.children());f.position(M)},1)}};f.load=function(){var b,d,e,g=f.resize;D=n;i=h[j];a=c(i).data(q);Y();c.event.trigger(I); a.onLoad&&a.onLoad.call(i);a.h=a.height?r(a.height,"y")-v-z:a.innerHeight?r(a.innerHeight,"y"):false;a.w=a.width?r(a.width,"x")-w-A:a.innerWidth?r(a.innerWidth,"x"):false;a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=r(a.maxWidth,"x")-w-A;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=r(a.maxHeight,"y")-v-z;a.mh=a.h&&a.h<a.mh?a.h:a.mh}b=a.href||c(i).attr("href");K.show();L.show();if(a.inline){c('<div id="cboxInlineTemp" />').hide().insertBefore(c(b)[0]).bind(I+" cbox_cleanup",function(){c(this).replaceWith(l.children())}); g(c(b))}else if(a.iframe)g(" ");else if(a.html)g(a.html);else if(N(b)){d=new Image;d.onload=function(){var o;d.onload=null;d.id="cboxPhoto";c(d).css({margin:"auto",border:"none",display:"block",cssFloat:"left"});if(a.scalePhotos){e=function(){d.height-=d.height*o;d.width-=d.width*o};if(a.mw&&d.width>a.mw){o=(d.width-a.mw)/d.width;e()}if(a.mh&&d.height>a.mh){o=(d.height-a.mh)/d.height;e()}}if(a.h)d.style.marginTop=Math.max(a.h-d.height,0)/2+"px";g(d);h.length>1&&c(d).css({cursor:"pointer"}).click(f.next); if(y)d.style.msInterpolationMode="bicubic"};d.src=b}else c("<div />").appendTo(J).load(b,function(o,B){B==="success"?g(this):g(c("<p>Request unsuccessful.</p>"))})};f.next=function(){if(!D){j=j<h.length-1?j+1:0;f.load()}};f.prev=function(){if(!D){j=j>0?j-1:h.length-1;f.load()}};f.slideshow=function(){function b(){t.text(a.slideshowStop).bind(S,function(){e=setTimeout(f.next,a.slideshowSpeed)}).bind(I,function(){clearTimeout(e)}).one("click",function(){d();c(this).removeClass(x)});k.removeClass(g+ "off").addClass(g+"on")}var d,e,g="cboxSlideshow_";t.bind("cbox_closed",function(){t.unbind();clearTimeout(e);k.removeClass(g+"off "+g+"on")});d=function(){clearTimeout(e);t.text(a.slideshowStart).unbind(S+" "+I).one("click",function(){b();e=setTimeout(f.next,a.slideshowSpeed);c(this).removeClass(x)});k.removeClass(g+"on").addClass(g+"off")};if(a.slideshow&&h.length>1)a.slideshowAuto?b():d()};f.close=function(){c.event.trigger("cbox_cleanup");a.onCleanup&&a.onCleanup.call(i);C=false;c().unbind("keydown.cbox_close keydown.cbox_arrows"); m.unbind(T+" resize.cboxie6 scroll.cboxie6");s.css({cursor:"auto"}).fadeOut("fast");k.stop(n,false).fadeOut("fast",function(){l.remove();k.css({opacity:1});try{O.focus()}catch(b){}c.event.trigger("cbox_closed");a.onClosed&&a.onClosed.call(i)})};f.element=function(){return c(i)};f.settings=$;c(f.init)})(jQuery);

/*
 * jQuery EasIng v1.1.2 - http://gsgd.co.uk/sandbox/jquery.easIng.php
 *
 * Uses the built In easIng capabilities added In jQuery 1.1
 * to offer multiple easIng options
 *
 * Copyright (c) 2007 George Smith
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */

// t: current time, b: begInnIng value, c: change In value, d: duration

jQuery.extend( jQuery.easing,
{
	easeInQuad: function (x, t, b, c, d) {
		return c*(t/=d)*t + b;
	},
	easeOutQuad: function (x, t, b, c, d) {
		return -c *(t/=d)*(t-2) + b;
	},
	easeInOutQuad: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t + b;
		return -c/2 * ((--t)*(t-2) - 1) + b;
	},
	easeInCubic: function (x, t, b, c, d) {
		return c*(t/=d)*t*t + b;
	},
	easeOutCubic: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t + 1) + b;
	},
	easeInOutCubic: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t + b;
		return c/2*((t-=2)*t*t + 2) + b;
	},
	easeInQuart: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t + b;
	},
	easeOutQuart: function (x, t, b, c, d) {
		return -c * ((t=t/d-1)*t*t*t - 1) + b;
	},
	easeInOutQuart: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
		return -c/2 * ((t-=2)*t*t*t - 2) + b;
	},
	easeInQuint: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t*t + b;
	},
	easeOutQuint: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t*t*t + 1) + b;
	},
	easeInOutQuint: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
		return c/2*((t-=2)*t*t*t*t + 2) + b;
	},
	easeInSine: function (x, t, b, c, d) {
		return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
	},
	easeOutSine: function (x, t, b, c, d) {
		return c * Math.sin(t/d * (Math.PI/2)) + b;
	},
	easeInOutSine: function (x, t, b, c, d) {
		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
	},
	easeInExpo: function (x, t, b, c, d) {
		return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
	},
	easeOutExpo: function (x, t, b, c, d) {
		return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
	},
	easeInOutExpo: function (x, t, b, c, d) {
		if (t==0) return b;
		if (t==d) return b+c;
		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
	},
	easeInCirc: function (x, t, b, c, d) {
		return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
	},
	easeOutCirc: function (x, t, b, c, d) {
		return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
	},
	easeInOutCirc: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
		return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
	},
	easeInElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
	},
	easeOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
	},
	easeInOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
		return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
	},
	easeInBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*(t/=d)*t*((s+1)*t - s) + b;
	},
	easeOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
	},
	easeInOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158; 
		if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
		return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
	},
	easeInBounce: function (x, t, b, c, d) {
		return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
	},
	easeOutBounce: function (x, t, b, c, d) {
		if ((t/=d) < (1/2.75)) {
			return c*(7.5625*t*t) + b;
		} else if (t < (2/2.75)) {
			return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
		} else if (t < (2.5/2.75)) {
			return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
		} else {
			return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
		}
	},
	easeInOutBounce: function (x, t, b, c, d) {
		if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
		return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
	}
});

/* ------------------------------------------------------------------------
	Class: prettyPhoto
	Use: Lightbox clone for jQuery
	Author: Stephane Caron (http://www.no-margin-for-errors.com)
	Version: 2.5.3
------------------------------------------------------------------------- */

(function(a){a.prettyPhoto={version:"2.5.3"};a.fn.prettyPhoto=function(t){t=jQuery.extend({animationSpeed:"normal",padding:40,opacity:0.8,showTitle:true,allowresize:true,counter_separator_label:"/",theme:"light_rounded",hideflash:false,modal:false,changepicturecallback:function(){},callback:function(){}},t);if(a.browser.msie&&a.browser.version==6){t.theme="light_square"}if(a(".pp_overlay").size()==0){u()}else{o=a(".pp_pic_holder");x=a(".ppt")}var d=true,h=false,s,o,x,t,m,n,r,v,e="image",c=0,j=f();a(window).scroll(function(){j=f();i();q()});a(window).resize(function(){i();q()});a(document).keydown(function(y){if(o.is(":visible")){switch(y.keyCode){case 37:a.prettyPhoto.changePage("previous");break;case 39:a.prettyPhoto.changePage("next");break;case 27:if(!t.modal){a.prettyPhoto.close()}break}}});a(this).each(function(){a(this).bind("click",function(){link=this;theRel=a(this).attr("rel");galleryRegExp=/\[(?:.*)\]/;theGallery=galleryRegExp.exec(theRel);var y=new Array(),A=new Array(),z=new Array();if(theGallery){a("a[rel*="+theGallery+"]").each(function(B){if(a(this)[0]===a(link)[0]){c=B}y.push(a(this).attr("href"));A.push(a(this).find("img").attr("alt"));z.push(a(this).attr("title"))})}else{y=a(this).attr("href");A=(a(this).find("img").attr("alt"))?a(this).find("img").attr("alt"):"";z=(a(this).attr("title"))?a(this).attr("title"):""}a.prettyPhoto.open(y,A,z);return false})});a.prettyPhoto.open=function(A,z,y){if(a.browser.msie&&a.browser.version==6){a("select").css("visibility","hidden")}if(t.hideflash){a("object,embed").css("visibility","hidden")}images=a.makeArray(A);titles=a.makeArray(z);descriptions=a.makeArray(y);if(a(".pp_overlay").size()==0){u()}else{o=a(".pp_pic_holder");x=a(".ppt")}o.attr("class","pp_pic_holder "+t.theme);isSet=(a(images).size()>0)?true:false;w(images[c]);i();g(a(images).size());a(".pp_loaderIcon").show();a("div.pp_overlay").show().fadeTo(t.animationSpeed,t.opacity,function(){o.fadeIn(t.animationSpeed,function(){o.find("p.currentTextHolder").text((c+1)+t.counter_separator_label+a(images).size());if(descriptions[c]){o.find(".pp_description").show().html(unescape(descriptions[c]))}else{o.find(".pp_description").hide().text("")}if(titles[c]&&t.showTitle){hasTitle=true;x.html(unescape(titles[c]))}else{hasTitle=false}if(e=="image"){imgPreloader=new Image();nextImage=new Image();if(isSet&&c>a(images).size()){nextImage.src=images[c+1]}prevImage=new Image();if(isSet&&images[c-1]){prevImage.src=images[c-1]}pp_typeMarkup='<img id="fullResImage" src="" />';o.find("#pp_full_res")[0].innerHTML=pp_typeMarkup;o.find(".pp_content").css("overflow","hidden");o.find("#fullResImage").attr("src",images[c]);imgPreloader.onload=function(){s=l(imgPreloader.width,imgPreloader.height);_showContent()};imgPreloader.src=images[c]}else{movie_width=(parseFloat(b("width",images[c])))?b("width",images[c]):"425";movie_height=(parseFloat(b("height",images[c])))?b("height",images[c]):"344";if(movie_width.indexOf("%")!=-1||movie_height.indexOf("%")!=-1){movie_height=(a(window).height()*parseFloat(movie_height)/100)-100;movie_width=(a(window).width()*parseFloat(movie_width)/100)-100;h=true}movie_height=parseFloat(movie_height);movie_width=parseFloat(movie_width);if(e=="quicktime"){movie_height+=15}s=l(movie_width,movie_height);if(e=="youtube"){pp_typeMarkup='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+s.width+'" height="'+s.height+'"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.youtube.com/v/'+b("v",images[c])+'" /><embed src="http://www.youtube.com/v/'+b("v",images[c])+'" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="'+s.width+'" height="'+s.height+'"></embed></object>'}else{if(e=="quicktime"){pp_typeMarkup='<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="'+s.height+'" width="'+s.width+'"><param name="src" value="'+images[c]+'"><param name="autoplay" value="true"><param name="type" value="video/quicktime"><embed src="'+images[c]+'" height="'+s.height+'" width="'+s.width+'" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed></object>'}else{if(e=="flash"){flash_vars=images[c];flash_vars=flash_vars.substring(images[c].indexOf("flashvars")+10,images[c].length);filename=images[c];filename=filename.substring(0,filename.indexOf("?"));pp_typeMarkup='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+s.width+'" height="'+s.height+'"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="'+filename+"?"+flash_vars+'" /><embed src="'+filename+"?"+flash_vars+'" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="'+s.width+'" height="'+s.height+'"></embed></object>'}else{if(e=="iframe"){movie_url=images[c];movie_url=movie_url.substr(0,movie_url.indexOf("iframe")-1);pp_typeMarkup='<iframe src ="'+movie_url+'" width="'+(s.width-10)+'" height="'+(s.height-10)+'" frameborder="no"></iframe>'}}}}_showContent()}})})};a.prettyPhoto.changePage=function(y){if(y=="previous"){c--;if(c<0){c=0;return}}else{if(a(".pp_arrow_next").is(".disabled")){return}c++}if(!d){d=true}k();a("a.pp_expand,a.pp_contract").fadeOut(t.animationSpeed,function(){a(this).removeClass("pp_contract").addClass("pp_expand");a.prettyPhoto.open(images,titles,descriptions)})};a.prettyPhoto.close=function(){o.find("object,embed").css("visibility","hidden");a("div.pp_pic_holder,div.ppt").fadeOut(t.animationSpeed);a("div.pp_overlay").fadeOut(t.animationSpeed,function(){a("div.pp_overlay,div.pp_pic_holder,div.ppt").remove();if(a.browser.msie&&a.browser.version==6){a("select").css("visibility","visible")}if(t.hideflash){a("object,embed").css("visibility","visible")}c=0;t.callback()});d=true};_showContent=function(){a(".pp_loaderIcon").hide();if(a.browser.opera){windowHeight=window.innerHeight;windowWidth=window.innerWidth}else{windowHeight=a(window).height();windowWidth=a(window).width()}projectedTop=j.scrollTop+((windowHeight/2)-(s.containerHeight/2));if(projectedTop<0){projectedTop=0+o.find(".ppt").height()}o.find(".pp_content").animate({height:s.contentHeight},t.animationSpeed);o.animate({top:projectedTop,left:((windowWidth/2)-(s.containerWidth/2)),width:s.containerWidth},t.animationSpeed,function(){o.width(s.containerWidth);o.find(".pp_hoverContainer,#fullResImage").height(s.height).width(s.width);o.find("#pp_full_res").fadeIn(t.animationSpeed);if(isSet&&e=="image"){o.find(".pp_hoverContainer").fadeIn(t.animationSpeed)}else{o.find(".pp_hoverContainer").hide()}o.find(".pp_details").fadeIn(t.animationSpeed);if(t.showTitle&&hasTitle){x.css({top:o.offset().top-20,left:o.offset().left+(t.padding/2),display:"none"});x.fadeIn(t.animationSpeed)}if(s.resized){a("a.pp_expand,a.pp_contract").fadeIn(t.animationSpeed)}if(e!="image"){o.find("#pp_full_res")[0].innerHTML=pp_typeMarkup}t.changepicturecallback()})};function k(){o.find("#pp_full_res object,#pp_full_res embed").css("visibility","hidden");o.find(".pp_hoverContainer,.pp_details").fadeOut(t.animationSpeed);o.find("#pp_full_res").fadeOut(t.animationSpeed,function(){a(".pp_loaderIcon").show()});x.fadeOut(t.animationSpeed)}function g(y){if(c==y-1){o.find("a.pp_next").css("visibility","hidden");o.find("a.pp_arrow_next").addClass("disabled").unbind("click")}else{o.find("a.pp_next").css("visibility","visible");o.find("a.pp_arrow_next.disabled").removeClass("disabled").bind("click",function(){a.prettyPhoto.changePage("next");return false})}if(c==0){o.find("a.pp_previous").css("visibility","hidden");o.find("a.pp_arrow_previous").addClass("disabled").unbind("click")}else{o.find("a.pp_previous").css("visibility","visible");o.find("a.pp_arrow_previous.disabled").removeClass("disabled").bind("click",function(){a.prettyPhoto.changePage("previous");return false})}if(y>1){a(".pp_nav").show()}else{a(".pp_nav").hide()}}function l(z,y){hasBeenResized=false;p(z,y);imageWidth=z;imageHeight=y;windowHeight=a(window).height();windowWidth=a(window).width();if(((v>windowWidth)||(r>windowHeight))&&d&&t.allowresize&&!h){hasBeenResized=true;notFitting=true;while(notFitting){if((v>windowWidth)){imageWidth=(windowWidth-200);imageHeight=(y/z)*imageWidth}else{if((r>windowHeight)){imageHeight=(windowHeight-200);imageWidth=(z/y)*imageHeight}else{notFitting=false}}r=imageHeight;v=imageWidth}p(imageWidth,imageHeight)}return{width:imageWidth,height:imageHeight,containerHeight:r,containerWidth:v,contentHeight:m,contentWidth:n,resized:hasBeenResized}}function p(z,y){o.find(".pp_details").width(z).find(".pp_description").width(z-parseFloat(o.find("a.pp_close").css("width")));m=y+o.find(".pp_details").height()+parseFloat(o.find(".pp_details").css("marginTop"))+parseFloat(o.find(".pp_details").css("marginBottom"));n=z;r=m+o.find(".ppt").height()+o.find(".pp_top").height()+o.find(".pp_bottom").height();v=z+t.padding}function w(y){if(y.match(/youtube\.com\/watch/i)){e="youtube"}else{if(y.indexOf(".mov")!=-1){e="quicktime"}else{if(y.indexOf(".swf")!=-1){e="flash"}else{if(y.indexOf("iframe")!=-1){e="iframe"}else{e="image"}}}}}function i(){if(a.browser.opera){windowHeight=window.innerHeight;windowWidth=window.innerWidth}else{windowHeight=a(window).height();windowWidth=a(window).width()}if(d){$pHeight=o.height();$pWidth=o.width();$tHeight=x.height();projectedTop=(windowHeight/2)+j.scrollTop-($pHeight/2);if(projectedTop<0){projectedTop=0+$tHeight}o.css({top:projectedTop,left:(windowWidth/2)+j.scrollLeft-($pWidth/2)});x.css({top:projectedTop-$tHeight,left:(windowWidth/2)+j.scrollLeft-($pWidth/2)+(t.padding/2)})}}function f(){if(self.pageYOffset){scrollTop=self.pageYOffset;scrollLeft=self.pageXOffset}else{if(document.documentElement&&document.documentElement.scrollTop){scrollTop=document.documentElement.scrollTop;scrollLeft=document.documentElement.scrollLeft}else{if(document.body){scrollTop=document.body.scrollTop;scrollLeft=document.body.scrollLeft}}}return{scrollTop:scrollTop,scrollLeft:scrollLeft}}function q(){a("div.pp_overlay").css({height:a(document).height(),width:a(window).width()})}function u(){toInject="";toInject+="<div class='pp_overlay'></div>";toInject+='<div class="pp_pic_holder"><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_loaderIcon"></div><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res"></div><div class="pp_details clearfix"><a class="pp_close" href="#">Close</a><p class="pp_description"></p><div class="pp_nav"><a href="#" class="pp_arrow_previous">Previous</a><p class="currentTextHolder">0'+t.counter_separator_label+'0</p><a href="#" class="pp_arrow_next">Next</a></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div>';toInject+='<div class="ppt"></div>';a("body").append(toInject);a("div.pp_overlay").css("opacity",0);o=a(".pp_pic_holder");x=a(".ppt");a("div.pp_overlay").css("height",a(document).height()).hide().bind("click",function(){if(!t.modal){a.prettyPhoto.close()}});a("a.pp_close").bind("click",function(){a.prettyPhoto.close();return false});a("a.pp_expand").bind("click",function(){$this=a(this);if($this.hasClass("pp_expand")){$this.removeClass("pp_expand").addClass("pp_contract");d=false}else{$this.removeClass("pp_contract").addClass("pp_expand");d=true}k();o.find(".pp_hoverContainer, .pp_details").fadeOut(t.animationSpeed);o.find("#pp_full_res").fadeOut(t.animationSpeed,function(){a.prettyPhoto.open(images,titles,descriptions)});return false});o.find(".pp_previous, .pp_arrow_previous").bind("click",function(){a.prettyPhoto.changePage("previous");return false});o.find(".pp_next, .pp_arrow_next").bind("click",function(){a.prettyPhoto.changePage("next");return false});o.find(".pp_hoverContainer").css({"margin-left":t.padding/2})}};function b(e,d){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var c="[\\?&]"+e+"=([^&#]*)";var g=new RegExp(c);var f=g.exec(d);if(f==null){return""}else{return f[1]}}})(jQuery);



/*
 * 	Easy Slider 1.7 - jQuery plugin
 *	written by Alen Grakalic	
 *	http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding
 *
 *	Copyright (c) 2009 Alen Grakalic (http://cssglobe.com)
 *	Dual licensed under the MIT (MIT-LICENSE.txt)
 *	and GPL (GPL-LICENSE.txt) licenses.
 *
 *	Built for jQuery library
 *	http://jquery.com
 *
 */
 
/*
 *	markup example for $("#slider").easySlider();
 *	
 * 	<div id="slider">
 *		<ul>
 *			<li><img src="images/01.jpg" alt="" /></li>
 *			<li><img src="images/02.jpg" alt="" /></li>
 *			<li><img src="images/03.jpg" alt="" /></li>
 *			<li><img src="images/04.jpg" alt="" /></li>
 *			<li><img src="images/05.jpg" alt="" /></li>
 *		</ul>
 *	</div>
 *
 */

(function($) {

	$.fn.easySlider = function(options){
	  
		// default configuration properties
		var defaults = {			
			prevId: 		'prevBtn',
			prevText: 		'Previous',
			nextId: 		'nextBtn',	
			nextText: 		'Next',
			controlsShow:	true,
			controlsBefore:	'',
			controlsAfter:	'',	
			controlsFade:	true,
			firstId: 		'firstBtn',
			firstText: 		'First',
			firstShow:		false,
			lastId: 		'lastBtn',	
			lastText: 		'Last',
			lastShow:		false,				
			vertical:		false,
			speed: 			800,
			auto:			false,
			pause:			2000,
			continuous:		false, 
			numeric: 		false,
			numericId: 		'controls'
		}; 
		
		var options = $.extend(defaults, options);  
				
		this.each(function() {  
			var obj = $(this); 				
			var s = $("li", obj).length;
			var w = $("li", obj).width(); 
			var h = $("li", obj).height(); 
			var clickable = true;
			obj.width(w); 
			obj.height(h); 
			obj.css("overflow","hidden");
			var ts = s-1;
			var t = 0;
			$("ul", obj).css('width',s*w);			
			
			if(options.continuous){
				$("ul", obj).prepend($("ul li:last-child", obj).clone().css("margin-left","-"+ w +"px"));
				$("ul", obj).append($("ul li:nth-child(2)", obj).clone());
				$("ul", obj).css('width',(s+1)*w);
			};				
			
			if(!options.vertical) $("li", obj).css('float','left');
								
			if(options.controlsShow){
				var html = options.controlsBefore;				
				if(options.numeric){
					html += '<ol id="'+ options.numericId +'"></ol>';
				} else {
					if(options.firstShow) html += '<span id="'+ options.firstId +'"><a href=\"javascript:void(0);\">'+ options.firstText +'</a></span>';
					html += ' <span id="'+ options.prevId +'"><a href=\"javascript:void(0);\">'+ options.prevText +'</a></span>';
					html += ' <span id="'+ options.nextId +'"><a href=\"javascript:void(0);\">'+ options.nextText +'</a></span>';
					if(options.lastShow) html += ' <span id="'+ options.lastId +'"><a href=\"javascript:void(0);\">'+ options.lastText +'</a></span>';				
				};
				
				html += options.controlsAfter;						
				$(obj).after(html);										
			};
			
			if(options.numeric){									
				for(var i=0;i<s;i++){						
					$(document.createElement("li"))
						.attr('id',options.numericId + (i+1))
						.html('<a rel='+ i +' href=\"javascript:schimba_link(\''+options.numericId+'\','+i+');\">'+ (i+1) +'</a>')
						.appendTo($("#"+ options.numericId))
						.click(function(){							
							animate($("a",$(this)).attr('rel'),true);
						}); 												
				};							
			} else {
				$("a","#"+options.nextId).click(function(){		
					animate("next",true);
				});
				$("a","#"+options.prevId).click(function(){		
					animate("prev",true);				
				});	
				$("a","#"+options.firstId).click(function(){		
					animate("first",true);
				});				
				$("a","#"+options.lastId).click(function(){		
					animate("last",true);				
				});				
			};
			
			function setCurrent(i){
				i = parseInt(i)+1;
				$("li", "#" + options.numericId).removeClass("current");
				$("li#" + options.numericId + i).addClass("current");
			};
			
			function adjust(){
				if(t>ts) t=0;		
				if(t<0) t=ts;	
				if(!options.vertical) {
					$("ul",obj).css("margin-left",(t*w*-1));
				} else {
					$("ul",obj).css("margin-left",(t*h*-1));
				}
				clickable = true;
				if(options.numeric) setCurrent(t);
			};
			
			function animate(dir,clicked){
				if (clickable){
					clickable = false;
					var ot = t;				
					switch(dir){
						case "next":
							t = (ot>=ts) ? (options.continuous ? t+1 : ts) : t+1;						
							break; 
						case "prev":
							t = (t<=0) ? (options.continuous ? t-1 : 0) : t-1;
							break; 
						case "first":
							t = 0;
							break; 
						case "last":
							t = ts;
							break; 
						default:
							t = dir;
							break; 
					};	
					var diff = Math.abs(ot-t);
					var speed = diff*options.speed;						
					if(!options.vertical) {
						p = (t*w*-1);
						$("ul",obj).animate(
							{ marginLeft: p }, 
							{ queue:false, duration:speed, complete:adjust }
						);				
					} else {
						p = (t*h*-1);
						$("ul",obj).animate(
							{ marginTop: p }, 
							{ queue:false, duration:speed, complete:adjust }
						);					
					};
					
					if(!options.continuous && options.controlsFade){					
						if(t==ts){
							$("a","#"+options.nextId).hide();
							$("a","#"+options.lastId).hide();
						} else {
							$("a","#"+options.nextId).show();
							$("a","#"+options.lastId).show();					
						};
						if(t==0){
							$("a","#"+options.prevId).hide();
							$("a","#"+options.firstId).hide();
						} else {
							$("a","#"+options.prevId).show();
							$("a","#"+options.firstId).show();
						};					
					};				
					
					if(clicked) clearTimeout(timeout);
					if(options.auto && dir=="next" && !clicked){;
						timeout = setTimeout(function(){
							animate("next",false);
						},diff*options.speed+options.pause);
					};
			
				};
				
			};
			// init
			var timeout;
			if(options.auto){;
				timeout = setTimeout(function(){
					animate("next",false);
				},options.pause);
			};		
			
			if(options.numeric) setCurrent(0);
		
			if(!options.continuous && options.controlsFade){					
				$("a","#"+options.prevId).hide();
				$("a","#"+options.firstId).hide();				
			};				
			
		});
	  
	};

})(jQuery);


//** Smooth Navigational Menu- By Dynamic Drive DHTML code library: http://www.dynamicdrive.com
//** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/
//** Menu created: Nov 12, 2008

//** Dec 12th, 08" (v1.01): Fixed Shadow issue when multiple LIs within the same UL (level) contain sub menus: http://www.dynamicdrive.com/forums/showthread.php?t=39177&highlight=smooth

//** Feb 11th, 09" (v1.02): The currently active main menu item (LI A) now gets a CSS class of ".selected", including sub menu items.

//** May 1st, 09" (v1.3):
//** 1) Now supports vertical (side bar) menu mode- set "orientation" to 'v'
//** 2) In IE6, shadows are now always disabled


var ddsmoothmenu={

//Specify full URL to down and right arrow images (23 is padding-right added to top level LIs with drop downs):
arrowimages: {down:['downarrowclass', '/down.gif', 23], right:['rightarrowclass', '/right.gif']},

transition: {overtime:300, outtime:300}, //duration of slide in/ out animation, in milliseconds
shadow: {enabled:true, offsetx:5, offsety:5},

///////Stop configuring beyond here///////////////////////////

detectwebkit: navigator.userAgent.toLowerCase().indexOf("applewebkit")!=-1, //detect WebKit browsers (Safari, Chrome etc)
detectie6: document.all && !window.XMLHttpRequest,

getajaxmenu:function($, setting){ //function to fetch external page containing the panel DIVs
	var $menucontainer=$('#'+setting.contentsource[0]) //reference empty div on page that will hold menu
	$menucontainer.html("Loading Menu...")
	$.ajax({
		url: setting.contentsource[1], //path to external menu file
		async: true,
		error:function(ajaxrequest){
			$menucontainer.html('Error fetching content. Server Response: '+ajaxrequest.responseText)
		},
		success:function(content){
			$menucontainer.html(content)
			ddsmoothmenu.buildmenu($, setting)
		}
	})
},


buildmenu:function($, setting){
	var smoothmenu=ddsmoothmenu
	var $mainmenu=$("#"+setting.mainmenuid+">ul") //reference main menu UL
	$mainmenu.parent().get(0).className=setting.classname || "ddsmoothmenu"
	var $headers=$mainmenu.find("ul").parent()
	$headers.hover(
		function(e){
			$(this).children('a:eq(0)').addClass('selected')
		},
		function(e){
			$(this).children('a:eq(0)').removeClass('selected')
		}
	)
	$headers.each(function(i){ //loop through each LI header
		var $curobj=$(this).css({zIndex: 100-i}) //reference current LI header
		var $subul=$(this).find('ul:eq(0)').css({display:'block'})
		this._dimensions={w:this.offsetWidth, h:this.offsetHeight, subulw:$subul.outerWidth(), subulh:$subul.outerHeight()}
		this.istopheader=$curobj.parents("ul").length==1? true : false //is top level header?
		$subul.css({top:this.istopheader && setting.orientation!='v'? this._dimensions.h+"px" : 0})
		$curobj.children("a:eq(0)").css(this.istopheader? {paddingRight: smoothmenu.arrowimages.down[2]} : {}).append( //add arrow images
			'<img src="'+ (this.istopheader && setting.orientation!='v'? smoothmenu.arrowimages.down[1] : smoothmenu.arrowimages.right[1])
			+'" class="' + (this.istopheader && setting.orientation!='v'? smoothmenu.arrowimages.down[0] : smoothmenu.arrowimages.right[0])
			+ '" style="border:0;" />'
		)
		if (smoothmenu.shadow.enabled){
			this._shadowoffset={x:(this.istopheader?$subul.offset().left+smoothmenu.shadow.offsetx : this._dimensions.w), y:(this.istopheader? $subul.offset().top+smoothmenu.shadow.offsety : $curobj.position().top)} //store this shadow's offsets
			if (this.istopheader)
				$parentshadow=$(document.body)
			else{
				var $parentLi=$curobj.parents("li:eq(0)")
				$parentshadow=$parentLi.get(0).$shadow
			}
			this.$shadow=$('<div class="ddshadow'+(this.istopheader? ' toplevelshadow' : '')+'"></div>').prependTo($parentshadow).css({left:this._shadowoffset.x+'px', top:this._shadowoffset.y+'px'})  //insert shadow DIV and set it to parent node for the next shadow div
		}
		$curobj.hover(
			function(e){
				var $targetul=$(this).children("ul:eq(0)")
				this._offsets={left:$(this).offset().left, top:$(this).offset().top}
				var menuleft=this.istopheader && setting.orientation!='v'? 0 : this._dimensions.w
				menuleft=(this._offsets.left+menuleft+this._dimensions.subulw>$(window).width())? (this.istopheader && setting.orientation!='v'? -this._dimensions.subulw+this._dimensions.w : -this._dimensions.w) : menuleft //calculate this sub menu's offsets from its parent
				if ($targetul.queue().length<=1){ //if 1 or less queued animations
					$targetul.css({left:menuleft+"px", width:this._dimensions.subulw+'px'}).animate({height:'show',opacity:'show'}, ddsmoothmenu.transition.overtime)
					if (smoothmenu.shadow.enabled){
						var shadowleft=this.istopheader? $targetul.offset().left+ddsmoothmenu.shadow.offsetx : menuleft
						var shadowtop=this.istopheader?$targetul.offset().top+smoothmenu.shadow.offsety : this._shadowoffset.y
						if (!this.istopheader && ddsmoothmenu.detectwebkit){ //in WebKit browsers, restore shadow's opacity to full
							this.$shadow.css({opacity:1})
						}
						this.$shadow.css({overflow:'', width:this._dimensions.subulw+'px', left:shadowleft+'px', top:shadowtop+'px'}).animate({height:this._dimensions.subulh+'px'}, ddsmoothmenu.transition.overtime)
					}
				}
			},
			function(e){
				var $targetul=$(this).children("ul:eq(0)")
				$targetul.animate({height:'hide', opacity:'hide'}, ddsmoothmenu.transition.outtime)
				if (smoothmenu.shadow.enabled){
					if (ddsmoothmenu.detectwebkit){ //in WebKit browsers, set first child shadow's opacity to 0, as "overflow:hidden" doesn't work in them
						this.$shadow.children('div:eq(0)').css({opacity:0})
					}
					this.$shadow.css({overflow:'hidden'}).animate({height:0}, ddsmoothmenu.transition.outtime)
				}
			}
		) //end hover
	}) //end $headers.each()
	$mainmenu.find("ul").css({display:'none', visibility:'visible'})
},

init:function(setting){
	if (typeof setting.customtheme=="object" && setting.customtheme.length==2){ //override default menu colors (default/hover) with custom set?
		var mainmenuid='#'+setting.mainmenuid
		var mainselector=(setting.orientation=="v")? mainmenuid : mainmenuid+', '+mainmenuid
		document.write('<style type="text/css">\n'
			+mainselector+' ul li a {background:'+setting.customtheme[0]+';}\n'
			+mainmenuid+' ul li a:hover {background:'+setting.customtheme[1]+';}\n'
		+'</style>')
	}
	this.shadow.enabled=(document.all && !window.XMLHttpRequest)? false : true //in IE6, always disable shadow
	jQuery(document).ready(function($){ //ajax menu?
		if (typeof setting.contentsource=="object"){ //if external ajax menu
			ddsmoothmenu.getajaxmenu($, setting)
		}
		else{ //else if markup menu
			ddsmoothmenu.buildmenu($, setting)
		}
	})
}

} //end ddsmoothmenu variable

//Initialize Menu instance(s):


/*
 * jQuery UI @VERSION
 *
 * Copyright (c) 2008 Paul Bakaus (ui.jquery.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI
 */
;(function($) {

/** jQuery core modifications and additions **/
$.keyCode = {
	BACKSPACE: 8,
	CAPS_LOCK: 20,
	COMMA: 188,
	CONTROL: 17,
	DELETE: 46,
	DOWN: 40,
	END: 35,
	ENTER: 13,
	ESCAPE: 27,
	HOME: 36,
	INSERT: 45,
	LEFT: 37,
	NUMPAD_ADD: 107,
	NUMPAD_DECIMAL: 110,
	NUMPAD_DIVIDE: 111,
	NUMPAD_ENTER: 108,
	NUMPAD_MULTIPLY: 106,
	NUMPAD_SUBTRACT: 109,
	PAGE_DOWN: 34,
	PAGE_UP: 33,
	PERIOD: 190,
	RIGHT: 39,
	SHIFT: 16,
	SPACE: 32,
	TAB: 9,
	UP: 38
};

//Temporary mappings
var _remove = $.fn.remove;
var isFF2 = $.browser.mozilla && (parseFloat($.browser.version) < 1.9);


//Helper functions and ui object
$.ui = {
	
	version: "@VERSION",
	
	// $.ui.plugin is deprecated.  Use the proxy pattern instead.
	plugin: {
		add: function(module, option, set) {
			var proto = $.ui[module].prototype;
			for(var i in set) {
				proto.plugins[i] = proto.plugins[i] || [];
				proto.plugins[i].push([option, set[i]]);
			}
		},
		call: function(instance, name, args) {
			var set = instance.plugins[name];
			if(!set) { return; }
			
			for (var i = 0; i < set.length; i++) {
				if (instance.options[set[i][0]]) {
					set[i][1].apply(instance.element, args);
				}
			}
		}	
	},
	
	cssCache: {},
	css: function(name) {
		if ($.ui.cssCache[name]) { return $.ui.cssCache[name]; }
		var tmp = $('<div class="ui-gen">').addClass(name).css({position:'absolute', top:'-5000px', left:'-5000px', display:'block'}).appendTo('body');
		
		//if (!$.browser.safari)
			//tmp.appendTo('body');
		
		//Opera and Safari set width and height to 0px instead of auto
		//Safari returns rgba(0,0,0,0) when bgcolor is not set
		$.ui.cssCache[name] = !!(
			(!(/auto|default/).test(tmp.css('cursor')) || (/^[1-9]/).test(tmp.css('height')) || (/^[1-9]/).test(tmp.css('width')) || 
			!(/none/).test(tmp.css('backgroundImage')) || !(/transparent|rgba\(0, 0, 0, 0\)/).test(tmp.css('backgroundColor')))
		);
		try { $('body').get(0).removeChild(tmp.get(0));	} catch(e){}
		return $.ui.cssCache[name];
	},

	hasScroll: function(e, a) {
		
		//If overflow is hidden, the element might have extra content, but the user wants to hide it
		if ($(e).css('overflow') == 'hidden') { return false; }
		
		var scroll = (a && a == 'left') ? 'scrollLeft' : 'scrollTop',
			has = false;
		
		if (e[scroll] > 0) { return true; }
		
		// TODO: determine which cases actually cause this to happen
		// if the element doesn't have the scroll set, see if it's possible to
		// set the scroll
		e[scroll] = 1;
		has = (e[scroll] > 0);
		e[scroll] = 0;
		return has;
	}
};


//jQuery plugins
$.fn.extend({
	
	remove: function() {
		// Safari has a native remove event which actually removes DOM elements,
		// so we have to use triggerHandler instead of trigger (#3037).
		$("*", this).add(this).each(function() {
			$(this).triggerHandler("remove");
		});
		return _remove.apply(this, arguments );
	},
	
	enableSelection: function() {
		return this
			.attr('unselectable', 'off')
			.css('MozUserSelect', '')
			.unbind('selectstart.ui');
	},
	
	disableSelection: function() {
		return this
			.attr('unselectable', 'on')
			.css('MozUserSelect', 'none')
			.bind('selectstart.ui', function() { return false; });
	},
	
	// WAI-ARIA Semantics
	ariaRole: function(role) {
		return (role !== undefined
			
			// setter
			? this.attr("role", isFF2 ? "wairole:" + role : role)
			
			// getter
			: (this.attr("role") || "").replace(/^wairole:/, ""));
	},
	
	ariaState: function(state, value) {
		return (value !== undefined
			
			// setter
			? this.each(function(i, el) {
				(isFF2
					? el.setAttributeNS("http://www.w3.org/2005/07/aaa",
						"aaa:" + state, value)
					: $(el).attr("aria-" + state, value));
			})
			
			// getter
			: this.attr(isFF2 ? "aaa:" + state : "aria-" + state));
	}
	
});


//Additional selectors
$.extend($.expr[':'], {
	
	data: function(a, i, m) {
		return $.data(a, m[3]);
	},
	
	// TODO: add support for object, area
	tabbable: function(a, i, m) {

		var nodeName = a.nodeName.toLowerCase();
		var isVisible = function(element) {
			function checkStyles(element) {
				var style = element.style;
				return (style.display != 'none' && style.visibility != 'hidden');
			}
			
			var visible = checkStyles(element);
			
			(visible && $.each($.dir(element, 'parentNode'), function() {
				return (visible = checkStyles(this));
			}));
			
			return visible;
		};
		
		return (
			// in tab order
			a.tabIndex >= 0 &&
			
			( // filter node types that participate in the tab order
				
				// anchor tag
				('a' == nodeName && a.href) ||
				
				// enabled form element
				(/input|select|textarea|button/.test(nodeName) &&
					'hidden' != a.type && !a.disabled)
			) &&
			
			// visible on page
			isVisible(a)
		);
		
	}
	
});


// $.widget is a factory to create jQuery plugins
// taking some boilerplate code out of the plugin code
// created by Scott González and Jörn Zaefferer
function getter(namespace, plugin, method, args) {
	function getMethods(type) {
		var methods = $[namespace][plugin][type] || [];
		return (typeof methods == 'string' ? methods.split(/,?\s+/) : methods);
	}
	
	var methods = getMethods('getter');
	if (args.length == 1 && typeof args[0] == 'string') {
		methods = methods.concat(getMethods('getterSetter'));
	}
	return ($.inArray(method, methods) != -1);
}

$.widget = function(name, prototype) {
	var namespace = name.split(".")[0];
	name = name.split(".")[1];
	
	// create plugin method
	$.fn[name] = function(options) {
		var isMethodCall = (typeof options == 'string'),
			args = Array.prototype.slice.call(arguments, 1);
		
		// prevent calls to internal methods
		if (isMethodCall && options.substring(0, 1) == '_') {
			return this;
		}
		
		// handle getter methods
		if (isMethodCall && getter(namespace, name, options, args)) {
			var instance = $.data(this[0], name);
			return (instance ? instance[options].apply(instance, args)
				: undefined);
		}
		
		// handle initialization and non-getter methods
		return this.each(function() {
			var instance = $.data(this, name);
			
			// constructor
			(!instance && !isMethodCall &&
				$.data(this, name, new $[namespace][name](this, options)));
			
			// method call
			(instance && isMethodCall && $.isFunction(instance[options]) &&
				instance[options].apply(instance, args));
		});
	};
	
	// create widget constructor
	$[namespace] = $[namespace] || {};
	$[namespace][name] = function(element, options) {
		var self = this;
		
		this.widgetName = name;
		this.widgetEventPrefix = $[namespace][name].eventPrefix || name;
		this.widgetBaseClass = namespace + '-' + name;
		
		this.options = $.extend({},
			$.widget.defaults,
			$[namespace][name].defaults,
			$.metadata && $.metadata.get(element)[name],
			options);
		
		this.element = $(element)
			.bind('setData.' + name, function(e, key, value) {
				return self._setData(key, value);
			})
			.bind('getData.' + name, function(e, key) {
				return self._getData(key);
			})
			.bind('remove', function() {
				return self.destroy();
			});
		
		this._init();
	};
	
	// add widget prototype
	$[namespace][name].prototype = $.extend({}, $.widget.prototype, prototype);
	
	// TODO: merge getter and getterSetter properties from widget prototype
	// and plugin prototype
	$[namespace][name].getterSetter = 'option';
};

$.widget.prototype = {
	_init: function() {},
	destroy: function() {
		this.element.removeData(this.widgetName);
	},
	
	option: function(key, value) {
		var options = key,
			self = this;
		
		if (typeof key == "string") {
			if (value === undefined) {
				return this._getData(key);
			}
			options = {};
			options[key] = value;
		}
		
		$.each(options, function(key, value) {
			self._setData(key, value);
		});
	},
	_getData: function(key) {
		return this.options[key];
	},
	_setData: function(key, value) {
		this.options[key] = value;
		
		if (key == 'disabled') {
			this.element[value ? 'addClass' : 'removeClass'](
				this.widgetBaseClass + '-disabled');
		}
	},
	
	enable: function() {
		this._setData('disabled', false);
	},
	disable: function() {
		this._setData('disabled', true);
	},
	
	_trigger: function(type, e, data) {
		var eventName = (type == this.widgetEventPrefix
			? type : this.widgetEventPrefix + type);
		e = e  || $.event.fix({ type: eventName, target: this.element[0] });
		return this.element.triggerHandler(eventName, [e, data], this.options[type]);
	}
};

$.widget.defaults = {
	disabled: false
};


/** Mouse Interaction Plugin **/

$.ui.mouse = {
	_mouseInit: function() {
		var self = this;
	
		this.element
			.bind('mousedown.'+this.widgetName, function(e) {
				return self._mouseDown(e);
			})
			.bind('click.'+this.widgetName, function(e) {
				if(self._preventClickEvent) {
					self._preventClickEvent = false;
					return false;
				}
			});
		
		// Prevent text selection in IE
		if ($.browser.msie) {
			this._mouseUnselectable = this.element.attr('unselectable');
			this.element.attr('unselectable', 'on');
		}
		
		this.started = false;
	},
	
	// TODO: make sure destroying one instance of mouse doesn't mess with
	// other instances of mouse
	_mouseDestroy: function() {
		this.element.unbind('.'+this.widgetName);
		
		// Restore text selection in IE
		($.browser.msie
			&& this.element.attr('unselectable', this._mouseUnselectable));
	},
	
	_mouseDown: function(e) {
		// we may have missed mouseup (out of window)
		(this._mouseStarted && this._mouseUp(e));
		
		this._mouseDownEvent = e;
		
		var self = this,
			btnIsLeft = (e.which == 1),
			elIsCancel = (typeof this.options.cancel == "string" ? $(e.target).parents().add(e.target).filter(this.options.cancel).length : false);
		if (!btnIsLeft || elIsCancel || !this._mouseCapture(e)) {
			return true;
		}
		
		this.mouseDelayMet = !this.options.delay;
		if (!this.mouseDelayMet) {
			this._mouseDelayTimer = setTimeout(function() {
				self.mouseDelayMet = true;
			}, this.options.delay);
		}
		
		if (this._mouseDistanceMet(e) && this._mouseDelayMet(e)) {
			this._mouseStarted = (this._mouseStart(e) !== false);
			if (!this._mouseStarted) {
				e.preventDefault();
				return true;
			}
		}
		
		// these delegates are required to keep context
		this._mouseMoveDelegate = function(e) {
			return self._mouseMove(e);
		};
		this._mouseUpDelegate = function(e) {
			return self._mouseUp(e);
		};
		$(document)
			.bind('mousemove.'+this.widgetName, this._mouseMoveDelegate)
			.bind('mouseup.'+this.widgetName, this._mouseUpDelegate);
		
		return false;
	},
	
	_mouseMove: function(e) {
		// IE mouseup check - mouseup happened when mouse was out of window
		if ($.browser.msie && !e.button) {
			return this._mouseUp(e);
		}
		
		if (this._mouseStarted) {
			this._mouseDrag(e);
			return false;
		}
		
		if (this._mouseDistanceMet(e) && this._mouseDelayMet(e)) {
			this._mouseStarted =
				(this._mouseStart(this._mouseDownEvent, e) !== false);
			(this._mouseStarted ? this._mouseDrag(e) : this._mouseUp(e));
		}
		
		return !this._mouseStarted;
	},
	
	_mouseUp: function(e) {
		$(document)
			.unbind('mousemove.'+this.widgetName, this._mouseMoveDelegate)
			.unbind('mouseup.'+this.widgetName, this._mouseUpDelegate);
		
		if (this._mouseStarted) {
			this._mouseStarted = false;
			this._preventClickEvent = true;
			this._mouseStop(e);
		}
		
		return false;
	},
	
	_mouseDistanceMet: function(e) {
		return (Math.max(
				Math.abs(this._mouseDownEvent.pageX - e.pageX),
				Math.abs(this._mouseDownEvent.pageY - e.pageY)
			) >= this.options.distance
		);
	},
	
	_mouseDelayMet: function(e) {
		return this.mouseDelayMet;
	},
	
	// These are placeholder methods, to be overriden by extending plugin
	_mouseStart: function(e) {},
	_mouseDrag: function(e) {},
	_mouseStop: function(e) {},
	_mouseCapture: function(e) { return true; }
};

$.ui.mouse.defaults = {
	cancel: null,
	distance: 1,
	delay: 0
};

})(jQuery);

//TABS

(function($){$.widget("ui.tabs",{_init:function(){this._tabify(true);},_setData:function(key,value){if((/^selected/).test(key))
this.select(value);else{this.options[key]=value;this._tabify();}},length:function(){return this.$tabs.length;},_tabId:function(a){return a.title&&a.title.replace(/\s/g,'_').replace(/[^A-Za-z0-9\-_:\.]/g,'')||this.options.idPrefix+$.data(a);},ui:function(tab,panel){return{options:this.options,tab:tab,panel:panel,index:this.$tabs.index(tab)};},_sanitizeSelector:function(hash){return hash.replace(/:/g,'\\:');},_cookie:function(){var cookie=this.cookie||(this.cookie='ui-tabs-'+$.data(this.element[0]));return $.cookie.apply(null,[cookie].concat($.makeArray(arguments)));},_tabify:function(init){this.$lis=$('li:has(a[href])',this.element);this.$tabs=this.$lis.map(function(){return $('a',this)[0];});this.$panels=$([]);var self=this,o=this.options;this.$tabs.each(function(i,a){if(a.hash&&a.hash.replace('#',''))
self.$panels=self.$panels.add(self._sanitizeSelector(a.hash));else if($(a).attr('href')!='#'){$.data(a,'href.tabs',a.href);$.data(a,'load.tabs',a.href);var id=self._tabId(a);a.href='#'+id;var $panel=$('#'+id);if(!$panel.length){$panel=$(o.panelTemplate).attr('id',id).addClass(o.panelClass).insertAfter(self.$panels[i-1]||self.element);$panel.data('destroy.tabs',true);}
self.$panels=self.$panels.add($panel);}
else
o.disabled.push(i+1);});if(init){this.element.addClass(o.navClass);this.$panels.addClass(o.panelClass);if(o.selected===undefined){if(location.hash){this.$tabs.each(function(i,a){if(a.hash==location.hash){o.selected=i;return false;}});}
else if(o.cookie){var index=parseInt(self._cookie(),10);if(index&&self.$tabs[index])o.selected=index;}
else if(self.$lis.filter('.'+o.selectedClass).length)
o.selected=self.$lis.index(self.$lis.filter('.'+o.selectedClass)[0]);}
o.selected=o.selected===null||o.selected!==undefined?o.selected:0;o.disabled=$.unique(o.disabled.concat($.map(this.$lis.filter('.'+o.disabledClass),function(n,i){return self.$lis.index(n);}))).sort();if($.inArray(o.selected,o.disabled)!=-1)
o.disabled.splice($.inArray(o.selected,o.disabled),1);this.$panels.addClass(o.hideClass);this.$lis.removeClass(o.selectedClass);if(o.selected!==null){this.$panels.eq(o.selected).removeClass(o.hideClass);var classes=[o.selectedClass];if(o.deselectable)classes.push(o.deselectableClass);this.$lis.eq(o.selected).addClass(classes.join(' '));var onShow=function(){self._trigger('show',null,self.ui(self.$tabs[o.selected],self.$panels[o.selected]));};if($.data(this.$tabs[o.selected],'load.tabs'))
this.load(o.selected,onShow);else onShow();}
$(window).bind('unload',function(){self.$tabs.unbind('.tabs');self.$lis=self.$tabs=self.$panels=null;});}
else
o.selected=this.$lis.index(this.$lis.filter('.'+o.selectedClass)[0]);if(o.cookie)this._cookie(o.selected,o.cookie);for(var i=0,li;li=this.$lis[i];i++)
$(li)[$.inArray(i,o.disabled)!=-1&&!$(li).hasClass(o.selectedClass)?'addClass':'removeClass'](o.disabledClass);if(o.cache===false)this.$tabs.removeData('cache.tabs');var hideFx,showFx;if(o.fx){if(o.fx.constructor==Array){hideFx=o.fx[0];showFx=o.fx[1];}
else hideFx=showFx=o.fx;}
function resetStyle($el,fx){$el.css({display:''});if($.browser.msie&&fx.opacity)$el[0].style.removeAttribute('filter');}
var showTab=showFx?function(clicked,$show){$show.animate(showFx,showFx.duration||'normal',function(){$show.removeClass(o.hideClass);resetStyle($show,showFx);self._trigger('show',null,self.ui(clicked,$show[0]));});}:function(clicked,$show){$show.removeClass(o.hideClass);self._trigger('show',null,self.ui(clicked,$show[0]));};var hideTab=hideFx?function(clicked,$hide,$show){$hide.animate(hideFx,hideFx.duration||'normal',function(){$hide.addClass(o.hideClass);resetStyle($hide,hideFx);if($show)showTab(clicked,$show,$hide);});}:function(clicked,$hide,$show){$hide.addClass(o.hideClass);if($show)showTab(clicked,$show);};function switchTab(clicked,$li,$hide,$show){var classes=[o.selectedClass];if(o.deselectable)classes.push(o.deselectableClass);$li.addClass(classes.join(' ')).siblings().removeClass(classes.join(' '));hideTab(clicked,$hide,$show);}
this.$tabs.unbind('.tabs').bind(o.event+'.tabs',function(){var $li=$(this).parents('li:eq(0)'),$hide=self.$panels.filter(':visible'),$show=$(self._sanitizeSelector(this.hash));if(($li.hasClass(o.selectedClass)&&!o.deselectable)||$li.hasClass(o.disabledClass)||$(this).hasClass(o.loadingClass)||self._trigger('select',null,self.ui(this,$show[0]))===false){this.blur();return false;}
o.selected=self.$tabs.index(this);if(o.deselectable){if($li.hasClass(o.selectedClass)){self.options.selected=null;$li.removeClass([o.selectedClass,o.deselectableClass].join(' '));self.$panels.stop();hideTab(this,$hide);this.blur();return false;}else if(!$hide.length){self.$panels.stop();var a=this;self.load(self.$tabs.index(this),function(){$li.addClass([o.selectedClass,o.deselectableClass].join(' '));showTab(a,$show);});this.blur();return false;}}
if(o.cookie)self._cookie(o.selected,o.cookie);self.$panels.stop();if($show.length){var a=this;self.load(self.$tabs.index(this),$hide.length?function(){switchTab(a,$li,$hide,$show);}:function(){$li.addClass(o.selectedClass);showTab(a,$show);});}else
throw'jQuery UI Tabs: Mismatching fragment identifier.';if($.browser.msie)this.blur();return false;});if(o.event!='click')this.$tabs.bind('click.tabs',function(){return false;});},add:function(url,label,index){if(index==undefined)
index=this.$tabs.length;var o=this.options;var $li=$(o.tabTemplate.replace(/#\{href\}/g,url).replace(/#\{label\}/g,label));$li.data('destroy.tabs',true);var id=url.indexOf('#')==0?url.replace('#',''):this._tabId($('a:first-child',$li)[0]);var $panel=$('#'+id);if(!$panel.length){$panel=$(o.panelTemplate).attr('id',id).addClass(o.hideClass).data('destroy.tabs',true);}
$panel.addClass(o.panelClass);if(index>=this.$lis.length){$li.appendTo(this.element);$panel.appendTo(this.element[0].parentNode);}else{$li.insertBefore(this.$lis[index]);$panel.insertBefore(this.$panels[index]);}
o.disabled=$.map(o.disabled,function(n,i){return n>=index?++n:n});this._tabify();if(this.$tabs.length==1){$li.addClass(o.selectedClass);$panel.removeClass(o.hideClass);var href=$.data(this.$tabs[0],'load.tabs');if(href)
this.load(index,href);}
this._trigger('add',null,this.ui(this.$tabs[index],this.$panels[index]));},remove:function(index){var o=this.options,$li=this.$lis.eq(index).remove(),$panel=this.$panels.eq(index).remove();if($li.hasClass(o.selectedClass)&&this.$tabs.length>1)
this.select(index+(index+1<this.$tabs.length?1:-1));o.disabled=$.map($.grep(o.disabled,function(n,i){return n!=index;}),function(n,i){return n>=index?--n:n});this._tabify();this._trigger('remove',null,this.ui($li.find('a')[0],$panel[0]));},enable:function(index){var o=this.options;if($.inArray(index,o.disabled)==-1)
return;var $li=this.$lis.eq(index).removeClass(o.disabledClass);if($.browser.safari){$li.css('display','inline-block');setTimeout(function(){$li.css('display','block');},0);}
o.disabled=$.grep(o.disabled,function(n,i){return n!=index;});this._trigger('enable',null,this.ui(this.$tabs[index],this.$panels[index]));},disable:function(index){var self=this,o=this.options;if(index!=o.selected){this.$lis.eq(index).addClass(o.disabledClass);o.disabled.push(index);o.disabled.sort();this._trigger('disable',null,this.ui(this.$tabs[index],this.$panels[index]));}},select:function(index){if(typeof index=='string')
index=this.$tabs.index(this.$tabs.filter('[href$='+index+']')[0]);this.$tabs.eq(index).trigger(this.options.event+'.tabs');},load:function(index,callback){var self=this,o=this.options,$a=this.$tabs.eq(index),a=$a[0],bypassCache=callback==undefined||callback===false,url=$a.data('load.tabs');callback=callback||function(){};if(!url||!bypassCache&&$.data(a,'cache.tabs')){callback();return;}
var inner=function(parent){var $parent=$(parent),$inner=$parent.find('*:last');return $inner.length&&$inner.is(':not(img)')&&$inner||$parent;};var cleanup=function(){self.$tabs.filter('.'+o.loadingClass).removeClass(o.loadingClass).each(function(){if(o.spinner)
inner(this).parent().html(inner(this).data('label.tabs'));});self.xhr=null;};if(o.spinner){var label=inner(a).html();inner(a).wrapInner('<em></em>').find('em').data('label.tabs',label).html(o.spinner);}
var ajaxOptions=$.extend({},o.ajaxOptions,{url:url,success:function(r,s){$(self._sanitizeSelector(a.hash)).html(r);cleanup();if(o.cache)
$.data(a,'cache.tabs',true);self._trigger('load',null,self.ui(self.$tabs[index],self.$panels[index]));try{o.ajaxOptions.success(r,s);}
catch(e){}
callback();}});if(this.xhr){this.xhr.abort();cleanup();}
$a.addClass(o.loadingClass);self.xhr=$.ajax(ajaxOptions);},url:function(index,url){this.$tabs.eq(index).removeData('cache.tabs').data('load.tabs',url);},destroy:function(){var o=this.options;this.element.unbind('.tabs').removeClass(o.navClass).removeData('tabs');this.$tabs.each(function(){var href=$.data(this,'href.tabs');if(href)
this.href=href;var $this=$(this).unbind('.tabs');$.each(['href','load','cache'],function(i,prefix){$this.removeData(prefix+'.tabs');});});this.$lis.add(this.$panels).each(function(){if($.data(this,'destroy.tabs'))
$(this).remove();else
$(this).removeClass([o.selectedClass,o.deselectableClass,o.disabledClass,o.panelClass,o.hideClass].join(' '));});if(o.cookie)
this._cookie(null,o.cookie);}});$.extend($.ui.tabs,{version:'@VERSION',getter:'length',defaults:{deselectable:false,event:'click',disabled:[],cookie:null,spinner:'Loading&#8230;',cache:false,idPrefix:'ui-tabs-',ajaxOptions:null,fx:null,tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>',panelTemplate:'<div></div>',navClass:'ui-tabs-nav',selectedClass:'ui-tabs-selected',deselectableClass:'ui-tabs-deselectable',disabledClass:'ui-tabs-disabled',panelClass:'ui-tabs-panel',hideClass:'ui-tabs-hide',loadingClass:'ui-tabs-loading'}});$.extend($.ui.tabs.prototype,{rotation:null,rotate:function(ms,continuing){continuing=continuing||false;var self=this,t=this.options.selected;function start(){self.rotation=setInterval(function(){t=++t<self.$tabs.length?t:0;self.select(t);},ms);}
function stop(e){if(!e||e.clientX){clearInterval(self.rotation);}}
if(ms){start();if(!continuing)
this.$tabs.bind(this.options.event+'.tabs',stop);else
this.$tabs.bind(this.options.event+'.tabs',function(){stop();t=self.options.selected;start();});}
else{stop();this.$tabs.unbind(this.options.event+'.tabs',stop);}}});})(jQuery);

//SLIDER
var $sliderlogin = jQuery.noConflict();
$sliderlogin(document).ready(function() {
	
	// Expand Panel
	$sliderlogin("#open").click(function(){
		$sliderlogin("div#panel").slideDown("slow");	
	});	
	
	// Collapse Panel
	$sliderlogin("#close").click(function(){
		$sliderlogin("div#panel").slideUp("slow");	
	});		
	
	// Switch buttons from "Log In | Register" to "Close Panel" on click
	$sliderlogin("#toggle a").click(function () {
		$sliderlogin("#toggle a").toggle();
	});		
		
});

//COMMON.JS
linkuri=new Array();clinkuri=new Array();linkuri['paginn50']='a';clinkuri['paginn50']='a';linkuri['paginn51']='b';clinkuri['paginn51']='b';linkuri['paginn52']='c';clinkuri['paginn52']='c';function schimba_link(tip,numar){document.getElementById(tip+"_0").href=linkuri[tip+numar];document.getElementById(tip+"_1").href=clinkuri[tip+numar];}
var BrowserDetect={init:function(){this.browser=this.searchString(this.dataBrowser)||"An unknown browser";this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version";this.OS=this.searchString(this.dataOS)||"an unknown OS";},searchString:function(data){for(var i=0;i<data.length;i++){var dataString=data[i].string;var dataProp=data[i].prop;this.versionSearchString=data[i].versionSearch||data[i].identity;if(dataString){if(dataString.indexOf(data[i].subString)!=-1)
return data[i].identity;}
else if(dataProp)
return data[i].identity;}},searchVersion:function(dataString){var index=dataString.indexOf(this.versionSearchString);if(index==-1)return;return parseFloat(dataString.substring(index+this.versionSearchString.length+1));},dataBrowser:[{string:navigator.userAgent,subString:"Chrome",identity:"Chrome"},{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari",versionSearch:"Version"},{prop:window.opera,identity:"Opera"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.userAgent,subString:"iPhone",identity:"iPhone/iPod"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]};BrowserDetect.init();if(BrowserDetect.browser+BrowserDetect.version=="Explorer6")
{}
var $j=jQuery.noConflict();function setupCufonFontReplacement(){Cufon.replace(".textcoolbold",{fontWeight:700});Cufon.replace(".textcoolthin",{fontWeight:300});Cufon.replace(".textcoolnormal",{fontWeight:400});Cufon.replace(".textcoolxl",{fontWeight:500});}
function setupLoadingAsynchronousImages(){$j('.asyncImgLoad').each(function(){var loader=$j(this);var imagePath=loader.attr('title');var img=new Image();$j(img).css("opacity","0.0").load(function(){loader.append(this).removeAttr('title');$j(this).css("margin","0px").css("opacity","0.0").animate({opacity:1.0},500,function(){loader.css("background-image","none");});}).attr('src',imagePath);});}
function setupMultiImageLightBox(){$j(".sidebarMultiImageBoxContainer a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded',allowresize:true,counter_separator_label:'-',showTitle:true});}
function setupLinkLightBox(){$j("a.lightBox[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded',allowresize:true,counter_separator_label:'-',showTitle:true});}
var g_slideHandleFMS=new Array();var g_slideCountFMS=0;var g_animationAllowedFMS=true;var g_actualSlideFMS=0;var FMS_WIDTH=960;var FMS_HEIGHT=300;var FMS_INTERVAL=5000;var FMS_MIX=100;var FMS_FADE=200;var FMS_MOVE=300;var g_animationTypeFMS=FMS_MIX;var g_autoplayHandleFMS=null;function faderMoverSliderAutoplay(){function fade(){var nextSlide=g_actualSlideFMS+1;if(nextSlide>=g_slideCountFMS){nextSlide=0;}
$j(g_slideHandleFMS[g_actualSlideFMS]).css("z-index",10);$j(g_slideHandleFMS[nextSlide]).css("z-index",9).css("left",0);$j(g_slideHandleFMS[g_actualSlideFMS]).animate({opacity:0.0},1000,function(){$j(this).css("left",FMS_WIDTH);g_autoplayHandleFMS=setTimeout(faderMoverSliderAutoplay,FMS_INTERVAL);});$j(g_slideHandleFMS[nextSlide]).animate({opacity:1.0},1000);g_actualSlideFMS=nextSlide;}
function move(){var nextSlide=g_actualSlideFMS+1;if(nextSlide>=g_slideCountFMS){nextSlide=0;}
$j(g_slideHandleFMS[g_actualSlideFMS]).css("z-index",10);$j(g_slideHandleFMS[nextSlide]).css("z-index",9).css("left",FMS_WIDTH).css("opacity",1.0);$j(g_slideHandleFMS[g_actualSlideFMS]).animate({left:-FMS_WIDTH},1000,function(){$j(this).css("left",FMS_WIDTH);g_autoplayHandleFMS=setTimeout(faderMoverSliderAutoplay,FMS_INTERVAL);});$j(g_slideHandleFMS[nextSlide]).animate({left:0},1000);g_actualSlideFMS=nextSlide;}
if(FMS_FADE==g_animationTypeFMS){fade();}
if(FMS_MOVE==g_animationTypeFMS){move();}
if(FMS_MIX==g_animationTypeFMS){var value=Math.random();if(value>0.5){fade();}else{move();}}}
function setupFaderMoverSlider(){$j("#faderMoverSlider").each(function(){g_slideCountFMS=$j(this).find(".slide").length;if(g_slideCountFMS<2){g_animationAllowedFMS=false;return;}
for(var i=0;i<g_slideCountFMS;i++){var slideHandle=$j("#faderMoverSlider .slide:eq("+i+")");g_slideHandleFMS.push(slideHandle);$j(slideHandle).css("z-index",10-i);if(i>0){$j(slideHandle).css("left",FMS_WIDTH);}}
g_autoplayHandleFMS=setTimeout(faderMoverSliderAutoplay,FMS_INTERVAL);});}
/*function trimite_recomandare()
//{nume=document.getElementById('nume_meu_contact').value;email=document.getElementById('email_meu_contact').value;emailto=document.getElementById('email_contact').value;mesaj=document.getElementById('mesaj_contact').value;$sliderlogin.ajax({type:"GET",url:'/ajax_send_recomandare.php?email='+email+'&nume='+nume+'&emailto='+emailto+"&mesaj="+mesaj,dataType:"html",success:function(msg){$sliderlogin('#eroareform').empty();$sliderlogin('#eroareform').append(msg);}});}
//var triggers=$sliderlogin(".modalInput").overlay({mask:{color:'#333',loadSpeed:200,opacity:1.0},closeOnClick:false});$sliderlogin("#prompt form").submit(function(e){triggers.eq(1).overlay().close();var input=$sliderlogin("input",this).val();triggers.eq(1).html(input);return e.preventDefault();});function add_newsletter()
//{nume=document.getElementById("newsnume").value;email=document.getElementById("newsemail").value;if(nume&&email)
//{lool='#newss';$sliderlogin(lool).empty();$sliderlogin(lool).append('<br><br><center><img src="http://www.hosty.ro/templates/default/img/ajax-loader.gif" width="128"></center>');$sliderlogin.ajax({type:"GET",url:'/ajax_news_adauga.php?email='+email+'&nume='+nume,dataType:"html",success:function(msg){$sliderlogin(lool).empty();$sliderlogin(lool).append(msg);incurs=0;}});}else{document.getElementById("newsm").innerHTML="<span style='color:red'>Campurile sunt obligatorii</span>";}}
//function adaugadomeniuinregistrat(domeniu)
//{}
//function adaugadomeniunou(domeniu)
//{}
//CUFON
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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("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.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}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 Bernd Montag - feel free to distribute - feel free to use personal and
 * commercial - read attached textfile for restrictions
 */
Cufon.registerFont({"w":207,"face":{"font-family":"Sansation","font-weight":300,"font-stretch":"normal","units-per-em":"1048","panose-1":"2 0 5 3 0 0 0 2 0 4","ascent":"838","descent":"-210","bbox":"0 -770 1023 199","underline-thickness":"46.0547","underline-position":"-60.8945","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":248},"!":{"d":"130,-732r0,543r-53,0r0,-543r53,0xm130,-54r0,54r-53,0r0,-54r53,0"},"\"":{"d":"258,-732r-15,223r-28,0r-15,-223r58,0xm110,-732r-15,223r-28,0r-16,-223r59,0","w":309},"#":{"d":"370,-464r-56,225r234,0r56,-225r-234,0xm201,3r51,-194r-201,0r10,-48r201,0r56,-225r-205,0r10,-48r206,0r56,-217r51,0r-56,217r234,0r57,-220r52,0r-57,220r246,0r-10,48r-246,0r-56,225r251,0r-10,48r-252,0r-51,194r-51,0r51,-194r-235,0r-51,194r-51,0","w":963},"$":{"d":"77,-123r0,-51v60,20,122,31,186,31v106,0,159,-36,159,-108v0,-58,-38,-87,-115,-87r-77,0v-119,0,-179,-47,-179,-143v0,-96,67,-147,200,-154r0,-97r48,0r0,97v65,3,119,12,162,26r0,51v-117,-47,-356,-51,-356,77v0,58,41,87,125,87r77,0v119,0,179,47,179,143v0,96,-62,147,-187,154r0,97r-48,0r0,-97v-73,-3,-131,-12,-174,-26","w":537},"%":{"d":"115,0r-64,0r521,-732r64,0xm193,-514v59,0,89,-31,89,-91v0,-59,-30,-89,-89,-89v-61,0,-91,30,-91,89v0,60,30,91,91,91xm51,-604v0,-89,47,-133,142,-133v93,0,141,44,141,133v0,88,-48,133,-141,133v-95,0,-142,-45,-142,-133xm495,-38v59,0,89,-30,89,-90v0,-59,-30,-89,-89,-89v-61,0,-91,30,-91,89v0,60,30,90,91,90xm353,-127v0,-89,47,-133,142,-133v93,0,141,44,141,133v0,88,-48,132,-141,132v-95,0,-142,-44,-142,-132","w":686},"&":{"d":"165,-372v-76,-22,-114,-77,-114,-163v0,-131,87,-197,261,-197v63,0,124,9,184,26r0,46v-63,-17,-123,-26,-182,-26v-139,0,-209,50,-209,149v0,96,57,143,171,143r240,0r0,-88r37,0r11,88r88,0r0,46r-82,0r0,97v0,168,-89,253,-266,253v-169,0,-253,-69,-253,-204v0,-84,38,-141,114,-170xm277,-348v-115,0,-172,48,-172,144v0,105,65,158,195,158v144,0,216,-69,216,-206r0,-96r-239,0","w":652},"'":{"d":"110,-732r-15,223r-28,0r-16,-223r59,0","w":161},"(":{"d":"207,-732v-136,307,-136,619,0,926r-53,0v-137,-307,-137,-619,0,-926r53,0","w":245},")":{"d":"92,-732v136,307,136,619,0,926r-54,0v137,-307,137,-619,0,-926r54,0","w":245},"*":{"d":"168,-732r80,0r-16,119r107,-52r25,75r-117,23r82,86r-63,48r-58,-105r-58,104r-64,-45r83,-88r-118,-21r25,-77r108,52","w":414},"+":{"d":"220,-292r0,-169r51,0r0,169r164,0r0,46r-164,0r0,169r-51,0r0,-169r-169,0r0,-46r169,0","w":486},",":{"d":"182,-95r-77,223r-54,0r77,-223r54,0","w":232},"-":{"d":"307,-292r0,46r-256,0r0,-46r256,0","w":358},"\u2010":{"d":"307,-292r0,46r-256,0r0,-46r256,0","w":358},".":{"d":"120,-64r0,64r-69,0r0,-64r69,0","w":171},"\/":{"d":"72,0r-59,0r371,-732r59,0","w":493},"0":{"d":"355,-41v168,0,251,-109,251,-327v0,-215,-83,-323,-251,-323v-172,0,-258,108,-258,323v0,218,86,327,258,327xm38,-365v0,-248,106,-372,317,-372v207,0,310,124,310,372v0,247,-103,370,-310,370v-200,0,-317,-123,-317,-370","w":703},"1":{"d":"128,0r0,-666r-77,0r0,-30r131,-36r0,732r-54,0","w":299},"2":{"d":"51,0r0,-46v299,-207,448,-366,448,-476v0,-113,-72,-169,-215,-169v-75,0,-145,18,-212,56r0,-51v67,-34,137,-51,212,-51v179,0,269,72,269,215v0,126,-141,285,-422,476r422,0r0,46r-502,0","w":603},"3":{"d":"51,-706v68,-20,137,-31,205,-31v176,0,263,67,263,200v0,87,-40,142,-121,166v81,22,121,77,121,166v0,140,-87,210,-263,210v-68,0,-137,-11,-205,-31r0,-51v68,24,137,36,205,36v140,0,210,-55,210,-164v0,-96,-57,-143,-170,-143r-168,0r0,-46r166,0v114,0,172,-47,172,-143v0,-102,-70,-154,-210,-154v-68,0,-137,12,-205,36r0,-51","w":570},"4":{"d":"462,0r-54,0r0,-215r-370,0r0,-46r203,-471r53,0r-198,471r312,0r0,-301r54,0r0,301r75,24r0,22r-75,0r0,215","w":575,"k":{"7":77}},"5":{"d":"77,-732r437,0r0,41r-392,0r-23,262v67,-8,125,-11,172,-11v194,0,292,69,292,205v0,160,-94,240,-282,240v-78,0,-152,-11,-220,-31r0,-51v68,24,142,36,220,36v152,0,228,-64,228,-194v0,-109,-79,-164,-238,-164v-80,0,-153,8,-220,25","w":601},"6":{"d":"51,-271v0,-159,87,-320,260,-483r34,40v-100,84,-172,184,-217,301v65,-21,127,-32,187,-32v179,0,268,68,268,204v0,164,-94,246,-283,246v-166,0,-249,-92,-249,-276xm305,-41v151,0,227,-67,227,-200v0,-106,-74,-158,-221,-158v-70,0,-136,12,-197,35v-10,34,-14,62,-14,85v0,159,68,238,205,238","w":634,"k":{"9":49,"7":77}},"7":{"d":"51,-732r486,0r0,46r-292,686r-67,0r303,-686r-430,0r0,-46","w":575,"k":{"6":77,"4":77}},"8":{"d":"51,-217v0,-83,43,-137,129,-164v-72,-29,-108,-86,-108,-171v0,-125,81,-187,245,-187v164,0,246,62,246,187v0,85,-37,142,-111,171v88,27,131,81,131,164v0,148,-89,222,-266,222v-177,0,-266,-74,-266,-222xm509,-541v0,-100,-65,-150,-196,-150v-125,0,-188,50,-188,150v0,91,65,137,195,137v126,0,189,-46,189,-137xm530,-214v0,-96,-73,-144,-217,-144v-139,0,-208,48,-208,144v0,115,72,173,215,173v140,0,210,-58,210,-173","w":634},"9":{"d":"583,-463v0,159,-87,320,-260,483r-33,-39v106,-94,176,-194,211,-297v-69,32,-135,48,-197,48v-169,0,-253,-75,-253,-225v0,-164,91,-246,273,-246v173,0,259,92,259,276xm319,-693v-144,0,-216,67,-216,200v0,116,66,174,200,174v90,0,162,-20,217,-61v6,-27,10,-51,10,-74v0,-159,-71,-239,-211,-239","w":608,"k":{"7":49}},":":{"d":"120,-537r0,64r-69,0r0,-64r69,0xm120,-64r0,64r-69,0r0,-64r69,0","w":197},";":{"d":"182,-95r-77,223r-54,0r77,-223r54,0xm192,-537r0,64r-69,0r0,-64r69,0","w":268},"<":{"d":"51,-241r0,-56r461,-215r0,57r-416,188r416,185r0,56","w":562},"=":{"d":"435,-215r0,46r-384,0r0,-46r384,0xm435,-368r0,46r-384,0r0,-46r384,0","w":486},">":{"d":"51,-26r0,-56r416,-185r-416,-188r0,-57r461,215r0,56","w":562},"?":{"d":"148,-54r0,54r54,0r0,-54r-54,0xm51,-706v72,-17,140,-26,205,-26v176,0,263,67,263,200v0,154,-125,211,-317,199r0,144r-54,0r0,-190r116,0v135,0,202,-51,202,-153v0,-102,-70,-154,-210,-154v-65,0,-133,9,-205,26r0,-46","w":570},"@":{"d":"320,-167v0,-100,73,-150,218,-150v54,0,114,3,181,10v12,-134,-29,-181,-186,-184v-55,0,-112,8,-170,25r0,-46v58,-17,115,-25,170,-25v160,0,240,57,240,172r0,320v0,50,17,76,51,76v97,0,146,-102,146,-307v0,-276,-138,-415,-413,-415v-285,0,-427,139,-427,415v0,283,131,424,392,424r0,46v-297,0,-445,-156,-445,-470v0,-307,158,-461,473,-461v316,0,473,154,473,461v0,235,-72,353,-218,353v-55,0,-82,-39,-82,-115v-71,25,-138,38,-201,38v-135,0,-202,-55,-202,-167xm538,-271v-110,0,-164,34,-164,102v0,82,49,123,148,123v66,0,131,-14,197,-42r0,-173v-65,-7,-125,-10,-181,-10","w":1100},"A":{"d":"13,0r331,-732r64,0r332,732r-64,0r-107,-246r-311,0r16,-46r275,0r-176,-398r-303,690r-57,0","w":753,"k":{"Y":90,"V":90,"T":64}},"B":{"d":"77,0r0,-732r312,0v139,0,209,57,209,171v0,83,-51,142,-152,178v107,18,161,76,161,172v0,141,-77,211,-229,211r-301,0xm373,-46v118,0,177,-55,177,-164v0,-109,-107,-153,-263,-145r0,-36v171,-15,256,-71,256,-167v0,-85,-53,-128,-158,-128r-255,0r0,640r243,0","w":670},"C":{"d":"640,-26v-67,20,-135,31,-205,31v-256,0,-384,-127,-384,-381v0,-241,128,-361,384,-361v70,0,138,11,205,31r0,46v-67,-20,-132,-31,-195,-31v-227,0,-340,105,-340,315v0,223,113,335,340,335v63,0,128,-11,195,-31r0,46","w":708},"D":{"d":"368,-46v193,0,290,-113,290,-340v0,-200,-97,-300,-290,-300r-238,0r0,640r238,0xm77,0r0,-732r297,0v229,0,342,115,342,346v0,257,-113,386,-342,386r-297,0","w":767},"E":{"d":"557,-732r0,46r-427,0r0,292r410,0r0,46r-410,0r0,302r434,0r0,46r-487,0r0,-732r480,0","w":628},"F":{"d":"557,-732r0,46r-427,0r0,292r410,0r0,46r-410,0r0,348r-53,0r0,-732r480,0","w":634,"k":{"A":77}},"G":{"d":"640,-29v-62,23,-128,34,-196,34v-262,0,-393,-127,-393,-381v0,-241,128,-361,384,-361v70,0,138,11,205,31r0,46v-67,-20,-132,-31,-195,-31v-227,0,-340,105,-340,315v0,223,110,335,330,335v45,0,96,-7,151,-22r0,-270r54,0r0,304","w":708},"H":{"d":"77,0r0,-732r53,0r0,338r499,0r0,-338r54,0r0,732r-54,0r0,-348r-499,0r0,348r-53,0","w":759},"I":{"d":"130,-732r0,732r-53,0r0,-732r53,0"},"J":{"d":"246,-732r0,521v0,141,-78,211,-233,211r0,-46v119,0,179,-55,179,-165r0,-521r54,0","w":322},"K":{"d":"130,-732r0,732r-53,0r0,-732r53,0xm566,-732r-338,342r381,390r-91,0r-339,-357r0,-57r318,-318r69,0","w":646,"k":{"Q":77,"O":77,"G":77,"C":77}},"L":{"d":"130,-732r0,686r424,0r0,46r-477,0r0,-732r53,0","w":605,"k":{"Y":147,"V":154,"T":154,"Q":77,"O":77,"G":77,"C":77}},"M":{"d":"77,0r0,-732r53,0r331,669r309,-669r49,0r0,732r-49,0r0,-633r-291,633r-44,0r-310,-638r0,638r-48,0","w":895},"N":{"d":"77,0r0,-732r69,0r489,636r0,-636r48,0r0,732r-43,0r-515,-671r0,671r-48,0","w":759},"O":{"d":"419,-41v202,0,303,-109,303,-327v0,-215,-101,-323,-303,-323v-206,0,-309,108,-309,323v0,218,103,327,309,327xm51,-365v0,-248,123,-372,368,-372v241,0,361,124,361,372v0,247,-120,370,-361,370v-245,0,-368,-123,-368,-370","w":831},"P":{"d":"77,0r0,-732r312,0v139,0,209,59,209,176v0,132,-97,214,-291,245r-15,-44v164,-26,246,-91,246,-197v0,-88,-53,-132,-158,-132r-250,0r0,684r-53,0","w":636,"k":{"A":77}},"Q":{"d":"419,-46v202,0,303,-107,303,-322v0,-215,-101,-323,-303,-323v-206,0,-309,108,-309,323v0,215,103,322,309,322xm51,-365v0,-248,123,-372,368,-372v241,0,361,124,361,372v0,204,-90,327,-273,367r134,153r-48,35r-159,-185v-255,0,-383,-123,-383,-370","w":831},"R":{"d":"77,0r0,-732r302,0v132,0,198,59,198,176v0,101,-71,173,-215,215r247,341r-74,0r-243,-339r0,-37v150,-22,225,-80,225,-176v0,-88,-49,-132,-147,-132r-240,0r0,684r-53,0","w":621},"S":{"d":"72,-26r0,-51v77,24,161,36,253,36v150,0,225,-60,225,-179v0,-82,-49,-123,-149,-123r-161,0v-136,0,-204,-60,-204,-179v0,-143,98,-215,294,-215v82,0,161,11,238,31r0,46v-77,-20,-156,-31,-238,-31v-160,0,-240,56,-240,169v0,85,50,128,150,128r161,0v135,0,203,58,203,174v0,150,-93,225,-279,225v-92,0,-176,-11,-253,-31","w":670,"k":{"S":49}},"T":{"d":"550,-732r0,46r-251,0r0,686r-53,0r0,-686r-246,0r0,-46r550,0","w":550,"k":{"z":77,"y":77,"x":77,"w":77,"v":77,"u":77,"t":77,"s":77,"r":77,"q":77,"p":77,"o":77,"n":77,"m":72,"g":77,"e":77,"d":77,"c":77,"a":77,"A":64}},"U":{"d":"77,-282r0,-450r53,0r0,450v0,161,81,241,241,241v160,0,241,-80,241,-241r0,-450r53,0r0,450v0,192,-98,287,-294,287v-196,0,-294,-95,-294,-287","w":741},"V":{"d":"740,-732r-320,732r-85,0r-322,-732r59,0r307,691r304,-691r57,0","w":753,"k":{"z":49,"s":64,"r":49,"q":64,"p":49,"o":64,"n":49,"m":49,"g":64,"e":64,"d":64,"c":64,"a":51,"A":90}},"W":{"d":"13,-732r50,0r125,680r236,-680r54,0r243,687r141,-687r46,0r-148,732r-77,0r-232,-668r-231,668r-77,0","w":946},"X":{"d":"13,-732r64,0r575,732r-64,0xm77,0r-64,0r575,-732r64,0","w":665},"Y":{"d":"13,-732r64,0r237,425r244,-425r59,0r-275,476r0,256r-53,0r0,-256","w":629,"k":{"z":49,"x":49,"u":49,"s":77,"r":49,"q":77,"p":49,"o":77,"n":49,"m":49,"g":77,"e":77,"d":77,"c":77,"a":77,"A":90}},"Z":{"d":"576,-732r0,46r-444,640r433,0r0,46r-501,0r0,-41r457,-645r-447,0r0,-46r502,0","w":639},"[":{"d":"266,-732r0,46r-141,0r0,834r141,0r0,46r-189,0r0,-926r189,0","w":278},"\\":{"d":"13,-732r59,0r371,732r-59,0","w":493},"]":{"d":"202,-732r0,926r-189,0r0,-46r141,0r0,-834r-141,0r0,-46r189,0","w":278},"^":{"d":"230,-732r77,0r205,374r-57,0r-188,-345r-185,345r-56,0","w":537},"_":{"d":"525,0r0,46r-512,0r0,-46r512,0","w":537},"`":{"d":"205,-693r0,76r-205,-76r0,-77","w":204},"a":{"d":"51,-162v0,-103,76,-155,228,-155v54,0,111,3,171,10v11,-134,-28,-181,-185,-184v-55,0,-112,8,-170,25r0,-46v58,-17,115,-25,170,-25v160,0,239,57,239,172r0,365r-33,0r-17,-38v-71,25,-138,38,-201,38v-135,0,-202,-54,-202,-162xm279,-271v-116,0,-174,35,-174,107v0,78,49,118,148,118v66,0,131,-14,197,-42r0,-173v-58,-7,-115,-10,-171,-10","w":580},"b":{"d":"130,-63v58,10,111,15,155,15v147,0,220,-78,220,-235v0,-135,-69,-203,-204,-203v-49,0,-106,10,-171,28r0,395xm77,-732r53,0r0,220v68,-17,126,-25,172,-25v170,0,255,86,255,258v0,186,-90,279,-268,279v-77,0,-148,-7,-212,-22r0,-710","w":607},"c":{"d":"486,-15v-44,10,-92,15,-143,15v-194,0,-292,-93,-292,-279v0,-172,98,-258,292,-258v51,0,99,5,143,15r0,46v-44,-10,-89,-15,-133,-15v-162,0,-243,70,-243,212v0,155,81,233,243,233v44,0,89,-5,133,-15r0,46","w":524},"d":{"d":"478,-458v-66,-18,-122,-28,-171,-28v-132,0,-199,68,-199,203v0,157,67,235,199,235v49,0,105,-7,171,-20r0,-390xm532,-32v-65,21,-145,32,-241,32v-160,0,-240,-93,-240,-279v0,-172,85,-258,255,-258v46,0,103,8,172,25r0,-220r54,0r0,700","w":608},"e":{"d":"508,-257r-403,0v0,141,83,211,249,211v47,0,95,-5,142,-15r0,46v-47,10,-105,15,-173,15v-181,0,-272,-92,-272,-275v0,-175,86,-262,258,-262v158,0,224,93,199,280xm105,-305r352,0v8,-125,-47,-187,-164,-187v-119,0,-182,62,-188,187","w":576},"f":{"d":"77,3r0,-566v0,-130,66,-195,200,-195v44,0,84,6,120,20r0,46v-34,-14,-74,-20,-120,-20v-122,0,-158,58,-147,175r203,0r0,46r-203,0r0,492","w":368},"g":{"d":"477,-477v-60,-8,-113,-12,-161,-12v-142,0,-213,72,-213,216v0,148,69,222,204,222v49,0,106,-10,170,-28r0,-398xm531,0v0,130,-83,194,-248,194v-66,0,-125,-8,-176,-25r0,-46v52,17,112,25,178,25v139,-2,200,-53,192,-174v-68,17,-125,26,-171,26v-170,0,-255,-91,-255,-272v0,-177,90,-265,269,-265v73,0,143,7,211,22r0,515","w":607},"h":{"d":"77,0r0,-732r53,0r0,253v83,-39,158,-58,224,-58v117,0,176,67,176,200r0,337r-54,0r0,-359v0,-87,-50,-130,-150,-130v-54,0,-120,23,-196,68r0,421r-53,0","w":606},"i":{"d":"130,-732r0,51r-53,0r0,-51r53,0xm130,-537r0,537r-53,0r0,-537r53,0"},"j":{"d":"130,-732r0,51r-53,0r0,-51r53,0xm130,-537r0,496v0,108,-26,185,-79,229r-38,-33v43,-29,64,-94,64,-196r0,-496r53,0"},"k":{"d":"77,0r0,-732r53,0r0,237v66,-28,137,-42,212,-42v127,0,190,52,190,155v0,78,-56,131,-169,160r182,222r-78,0r-171,-223r0,-32v122,-14,182,-57,182,-128v0,-72,-49,-108,-148,-108v-66,0,-133,16,-200,48r0,443r-53,0","w":563},"l":{"d":"130,-732r0,732r-53,0r0,-732r53,0"},"m":{"d":"77,0r0,-537r38,0r6,67v72,-45,141,-67,209,-67v64,0,109,24,134,73v65,-49,131,-73,198,-73v113,0,170,59,170,178r0,359r-54,0r0,-359v0,-87,-42,-130,-127,-130v-64,0,-120,23,-167,69r0,420r-54,0r0,-367v0,-81,-39,-122,-116,-122v-67,0,-128,23,-184,69r0,420r-53,0","w":923},"n":{"d":"77,0r0,-537r38,0r7,68v89,-46,166,-68,232,-68v117,0,176,56,176,169r0,368r-54,0r0,-369v0,-80,-45,-120,-135,-120v-64,0,-135,23,-211,68r0,421r-53,0","w":606},"o":{"d":"307,-46v135,0,202,-75,202,-225v0,-147,-67,-220,-202,-220v-135,0,-202,73,-202,220v0,150,67,225,202,225xm51,-269v0,-179,85,-268,256,-268v171,0,256,89,256,268v0,179,-85,268,-256,268v-170,0,-256,-89,-256,-268","w":614},"p":{"d":"130,-79v64,18,120,28,166,28v139,0,208,-77,208,-232v0,-137,-69,-206,-207,-206v-48,0,-104,4,-167,12r0,398xm77,-515v71,-15,145,-22,221,-22v172,0,258,85,258,255v0,188,-87,282,-260,282v-43,0,-98,-9,-166,-26r0,220r-53,0r0,-709","w":607},"q":{"d":"477,-477v-60,-8,-113,-12,-161,-12v-142,0,-213,72,-213,216v0,148,69,222,204,222v49,0,106,-10,170,-28r0,-398xm531,194r-54,0r0,-220v-68,17,-125,26,-171,26v-170,0,-255,-91,-255,-272v0,-177,90,-265,269,-265v73,0,143,7,211,22r0,709","w":607},"r":{"d":"77,0r0,-537r38,0r7,68v30,-46,78,-68,144,-68r0,43v-64,0,-110,23,-136,68r0,426r-53,0","w":286},"s":{"d":"77,-26r0,-51v60,20,122,31,186,31v113,0,169,-36,169,-108v0,-58,-41,-87,-125,-87r-87,0v-113,0,-169,-47,-169,-143v0,-102,75,-153,224,-153v64,0,126,8,186,25r0,51v-113,-43,-356,-57,-356,77v0,61,38,92,115,92r87,0v119,0,179,46,179,138v0,102,-74,154,-223,154v-64,0,-126,-9,-186,-26","w":537},"t":{"d":"77,-624r34,0r10,87r135,0r0,46r-126,0r0,339v0,91,41,113,126,106r0,46v-116,8,-179,-30,-179,-145r0,-479","w":281},"u":{"d":"530,-537r0,537r-40,0r-6,-69v-89,46,-166,69,-232,69v-117,0,-175,-67,-175,-200r0,-337r53,0r0,338v0,100,50,151,150,151v54,0,120,-23,196,-68r0,-421r54,0","w":606},"v":{"d":"0,-537r61,0r197,490r197,-490r62,0r-229,537r-62,0","w":516},"w":{"d":"26,-537r54,0r116,472r170,-472r40,0r175,462r118,-462r53,0r-140,537r-56,0r-170,-458r-166,458r-58,0","w":777},"x":{"d":"13,-537r64,0r417,537r-64,0xm77,0r-64,0r417,-537r64,0","w":506},"y":{"d":"13,-537r62,0r199,485r197,-485r59,0r-233,553v-40,98,-99,159,-178,183r-16,-43v62,-23,109,-72,142,-148","w":542},"z":{"d":"61,-537r394,0r0,46r-336,445r326,0r0,46r-394,0r0,-46r340,-445r-330,0r0,-46","w":506},"{":{"d":"279,-732v-44,60,-67,142,-67,245v0,120,-32,192,-97,218v65,26,97,99,97,219v0,103,23,184,67,244r-54,0v-44,-60,-66,-141,-66,-244v0,-130,-36,-196,-108,-196r0,-46v72,0,108,-65,108,-195v0,-103,22,-185,66,-245r54,0","w":291},"|":{"d":"130,-732r0,926r-53,0r0,-926r53,0"},"}":{"d":"67,-732v44,60,66,142,66,245v0,130,36,195,108,195r0,46v-72,0,-108,66,-108,196v0,103,-22,184,-66,244r-54,0v44,-60,66,-141,66,-244v0,-120,33,-193,98,-219v-65,-26,-98,-98,-98,-218v0,-103,-22,-185,-66,-245r54,0","w":291},"~":{"d":"435,-302r0,46v-36,38,-98,41,-187,10v-89,-31,-154,-27,-197,11r0,-46v36,-38,98,-42,187,-11v89,31,154,28,197,-10","w":486},"\u2122":{"d":"338,-732r0,37r-108,0r0,308r-45,0r0,-308r-108,0r0,-37r261,0xm384,-387r0,-345r56,0r127,287r124,-287r54,0r0,345r-40,0r0,-278r-122,278r-35,0r-125,-278r0,278r-39,0","w":821},"\u2026":{"w":405},"\u2013":{"w":350},"\u2014":{"w":457},"\u201c":{"d":"351,-732r-77,223r-64,0r77,-223r64,0xm192,-732r-77,223r-64,0r77,-223r64,0","w":401},"\u201d":{"d":"115,-732r77,223r-64,0r-77,-223r64,0xm274,-732r77,223r-64,0r-77,-223r64,0","w":463},"\u2018":{"d":"115,-732r77,223r-64,0r-77,-223r64,0","w":243},"\u2019":{"d":"192,-732r-77,223r-64,0r77,-223r64,0","w":243},"\u00d7":{"w":325},"\u00a0":{"w":248}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 Bernd Montag - feel free to distribute - feel free to use personal and
 * commercial - read attached textfile for restrictions
 */
Cufon.registerFont({"w":248,"face":{"font-family":"Sansation","font-weight":400,"font-stretch":"normal","units-per-em":"1048","panose-1":"2 0 5 3 0 0 0 2 0 4","ascent":"838","descent":"-210","bbox":"0 -770 1023 204","underline-thickness":"76.7578","underline-position":"-45.543","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{},"!":{"d":"171,-732r0,543r-94,0r0,-543r94,0xm171,-95r0,95r-94,0r0,-95r94,0"},"\"":{"d":"335,-732r-15,223r-64,0r-15,-223r94,0xm146,-732r-16,223r-63,0r-16,-223r95,0","w":386},"#":{"d":"411,-448r-46,193r193,0r46,-193r-193,0xm206,3r46,-179r-201,0r16,-79r205,0r46,-193r-205,0r15,-79r211,0r51,-202r92,0r-51,202r193,0r52,-205r93,0r-52,205r201,0r-16,79r-206,0r-45,193r205,0r-15,79r-211,0r-46,179r-92,0r46,-179r-194,0r-46,179r-92,0","w":968},"$":{"d":"77,-123r0,-82v60,20,122,31,186,31v86,0,128,-26,128,-77v0,-77,-83,-71,-161,-71v-119,0,-179,-53,-179,-159v0,-89,60,-140,179,-154r0,-97r90,0r0,97v51,3,98,12,141,26r0,82v-60,-20,-119,-31,-176,-31v-100,0,-149,26,-149,77v0,75,89,72,171,72v119,0,179,52,179,158v0,89,-55,140,-166,154r0,97r-90,0r0,-97v-60,-3,-110,-12,-153,-26","w":537},"%":{"d":"156,0r-105,0r521,-732r104,0xm193,-530v49,0,74,-25,74,-75v0,-49,-25,-74,-74,-74v-50,0,-75,25,-75,74v0,50,25,75,75,75xm51,-604v0,-89,47,-133,142,-133v93,0,141,44,141,133v0,88,-48,133,-141,133v-95,0,-142,-45,-142,-133xm536,-53v49,0,74,-25,74,-75v0,-49,-25,-74,-74,-74v-50,0,-75,25,-75,74v0,50,25,75,75,75xm394,-127v0,-89,47,-133,142,-133v93,0,140,44,140,133v0,88,-47,132,-140,132v-95,0,-142,-44,-142,-132","w":727},"&":{"d":"150,-372v-66,-29,-99,-84,-99,-163v0,-131,87,-197,261,-197v63,0,124,9,184,26r0,77v-60,-17,-118,-26,-177,-26v-115,0,-173,40,-173,118v0,85,43,128,130,128r199,0r0,-73r32,0r52,73r93,0r0,76r-82,0r0,82v0,168,-89,253,-266,253v-169,0,-253,-69,-253,-204v0,-84,33,-141,99,-170xm277,-333v-88,0,-131,43,-131,129v0,85,51,127,154,127v117,0,175,-58,175,-175r0,-81r-198,0","w":652},"'":{"d":"146,-732r-16,223r-63,0r-16,-223r95,0","w":197},"(":{"d":"248,-732v-136,307,-136,619,0,926r-94,0v-137,-307,-137,-619,0,-926r94,0","w":286},")":{"d":"133,-732v136,307,136,619,0,926r-95,0v137,-307,137,-619,0,-926r95,0","w":286},"*":{"d":"167,-732r80,0r-15,119r107,-52r24,75r-116,23r81,86r-63,48r-58,-105r-58,104r-63,-45r82,-88r-117,-21r24,-77r108,52","w":414},"+":{"d":"205,-307r0,-154r76,0r0,154r154,0r0,77r-154,0r0,153r-76,0r0,-153r-154,0r0,-77r154,0","w":486},",":{"d":"223,-95r-77,223r-95,0r77,-223r95,0","w":273},"-":{"d":"307,-307r0,77r-256,0r0,-77r256,0","w":358},"\u2010":{"d":"307,-307r0,77r-256,0r0,-77r256,0","w":358},".":{"d":"146,-95r0,95r-95,0r0,-95r95,0","w":197},"\/":{"d":"118,0r-105,0r371,-732r105,0","w":501},"0":{"d":"355,-72v141,0,210,-98,210,-296v0,-195,-69,-292,-210,-292v-144,0,-217,97,-217,292v0,198,73,296,217,296xm38,-365v0,-248,106,-372,317,-372v207,0,310,124,310,372v0,247,-103,370,-310,370v-211,0,-317,-123,-317,-370","w":703},"1":{"d":"128,0r0,-635r-77,0r0,-46r172,-51r0,732r-95,0","w":324},"2":{"d":"51,0r0,-77v271,-187,407,-335,407,-445v0,-92,-58,-138,-174,-138v-75,0,-145,18,-212,56r0,-82v67,-34,137,-51,212,-51v179,0,269,72,269,215v0,126,-122,274,-366,445r366,0r0,77r-502,0","w":603},"3":{"d":"51,-706v68,-20,137,-31,205,-31v176,0,263,67,263,200v0,81,-32,136,-96,166v64,29,96,84,96,166v0,140,-87,210,-263,210v-68,0,-137,-11,-205,-31r0,-81v68,24,137,35,205,35v113,0,169,-44,169,-133v0,-85,-43,-128,-129,-128r-168,0r0,-76r166,0v87,0,131,-43,131,-128v0,-82,-56,-123,-169,-123v-68,0,-137,12,-205,36r0,-82","w":570},"4":{"d":"462,0r-95,0r0,-215r-329,0r0,-77r203,-440r94,0r-198,440r230,0r0,-270r95,0r0,270r75,39r0,38r-75,0r0,215","w":575,"k":{"7":77}},"5":{"d":"77,-732r437,0r0,77r-356,0r-18,206v40,-8,84,-12,131,-12v194,0,292,76,292,226v0,160,-94,240,-282,240v-78,0,-152,-11,-220,-31r0,-81v68,24,142,35,220,35v125,0,187,-54,187,-163v0,-99,-66,-149,-197,-149v-80,0,-153,9,-220,26","w":601},"6":{"d":"51,-271v0,-159,87,-320,260,-483r65,55v-89,84,-154,167,-192,250v31,-8,75,-12,131,-12v179,0,268,73,268,220v0,164,-94,246,-283,246v-166,0,-249,-92,-249,-276xm305,-72v124,0,186,-56,186,-169v0,-96,-60,-143,-180,-143v-66,0,-118,5,-156,15v-10,38,-14,67,-14,90v0,139,54,207,164,207","w":634,"k":{"9":49,"7":77}},"7":{"d":"51,-732r486,0r0,77r-292,655r-108,0r303,-655r-389,0r0,-77","w":575,"k":{"6":77,"4":77}},"8":{"d":"51,-217v0,-76,37,-131,109,-164v-59,-36,-88,-93,-88,-171v0,-125,81,-187,245,-187v164,0,246,62,246,187v0,78,-31,135,-91,171v74,33,111,88,111,164v0,148,-89,222,-266,222v-177,0,-266,-74,-266,-222xm468,-541v0,-79,-52,-119,-155,-119v-98,0,-147,40,-147,119v0,81,52,121,154,121v99,0,148,-40,148,-121xm489,-214v0,-86,-59,-129,-176,-129v-112,0,-167,43,-167,129v0,95,58,142,174,142v113,0,169,-47,169,-142","w":634},"9":{"d":"583,-463v0,159,-87,320,-260,483r-64,-55v89,-84,153,-167,191,-250v-45,21,-95,32,-151,32v-165,0,-248,-80,-248,-240v0,-164,91,-246,273,-246v173,0,259,92,259,276xm319,-662v-117,0,-175,56,-175,169v0,106,53,158,159,158v80,0,138,-13,176,-40v10,-30,15,-56,15,-79v0,-139,-59,-208,-175,-208","w":634,"k":{"7":49}},":":{"d":"146,-537r0,94r-95,0r0,-94r95,0xm146,-95r0,95r-95,0r0,-95r95,0","w":197},";":{"d":"223,-537r0,94r-95,0r0,-94r95,0xm223,-95r-77,223r-95,0r77,-223r95,0","w":273},"<":{"d":"51,-230r0,-77r461,-205r0,77r-380,168r380,165r0,76","w":562},"=":{"d":"435,-230r0,76r-384,0r0,-76r384,0xm435,-384r0,77r-384,0r0,-77r384,0","w":486},">":{"d":"51,-26r0,-76r380,-165r-380,-168r0,-77r461,205r0,77","w":562},"?":{"d":"128,-95r0,95r95,0r0,-95r-95,0xm51,-706v72,-17,140,-26,205,-26v176,0,263,67,263,200v0,147,-111,208,-296,199r0,144r-95,0r0,-220r136,0v107,0,161,-41,161,-123v0,-82,-56,-123,-169,-123v-65,0,-133,9,-205,26r0,-77","w":570},"@":{"d":"320,-167v0,-110,73,-166,218,-166v54,0,100,4,140,11v9,-103,-22,-139,-145,-139v-55,0,-112,9,-170,26r0,-77v58,-17,115,-25,170,-25v160,0,240,57,240,172r0,320v0,30,17,45,51,45v70,0,105,-92,105,-276v0,-256,-124,-384,-372,-384v-257,0,-386,128,-386,384v0,263,117,394,351,394r0,76v-297,0,-445,-156,-445,-470v0,-307,158,-461,473,-461v316,0,473,154,473,461v0,235,-72,353,-218,353v-82,0,-123,-39,-123,-115v-43,25,-97,38,-160,38v-135,0,-202,-55,-202,-167xm538,-256v-82,0,-124,29,-124,87v0,61,36,92,108,92v66,0,117,-14,156,-42r0,-127v-38,-7,-84,-10,-140,-10","w":1100},"A":{"d":"13,0r310,-732r105,0r312,732r-99,0r-98,-230r-244,0r26,-77r183,0r-135,-327r-262,634r-98,0","w":753,"k":{"Y":90,"V":90,"T":64}},"B":{"d":"77,0r0,-732r312,0v139,0,209,57,209,171v0,83,-45,142,-136,178v97,18,145,74,145,167v0,144,-77,216,-229,216r-301,0xm373,-77v87,0,131,-44,131,-133v0,-99,-88,-137,-217,-129r0,-62v140,-19,210,-70,210,-152v0,-68,-39,-102,-117,-102r-209,0r0,578r202,0","w":670},"C":{"d":"640,-26v-63,20,-132,31,-205,31v-256,0,-384,-127,-384,-381v0,-241,128,-361,384,-361v73,0,142,11,205,31r0,82v-63,-24,-128,-36,-195,-36v-200,0,-299,95,-299,284v0,203,99,304,299,304v67,0,132,-11,195,-35r0,81","w":708},"D":{"d":"353,-77v179,0,269,-103,269,-309v0,-179,-90,-269,-269,-269r-182,0r0,578r182,0xm77,0r0,-732r297,0v229,0,342,115,342,346v0,257,-113,386,-342,386r-297,0","w":767},"E":{"d":"555,-732r0,77r-384,0r0,246r366,0r0,76r-366,0r0,256r392,0r0,77r-486,0r0,-732r478,0","w":626},"F":{"d":"555,-732r0,77r-384,0r0,246r366,0r0,76r-366,0r0,333r-94,0r0,-732r478,0","w":619,"k":{"A":77}},"G":{"d":"640,-29v-59,23,-123,34,-191,34v-265,0,-398,-127,-398,-381v0,-241,128,-361,384,-361v73,0,142,11,205,31r0,82v-63,-24,-128,-36,-195,-36v-200,0,-299,95,-299,284v0,242,164,340,399,292r0,-249r95,0r0,304","w":708},"H":{"d":"77,0r0,-732r94,0r0,323r443,0r0,-323r95,0r0,732r-95,0r0,-333r-443,0r0,333r-94,0","w":785},"I":{"d":"171,-732r0,732r-94,0r0,-732r94,0"},"J":{"d":"261,-732r0,521v0,141,-83,211,-248,211r0,-77v102,0,153,-45,153,-134r0,-521r95,0","w":337},"K":{"d":"171,-732r0,732r-94,0r0,-732r94,0xm676,-732r-328,342r371,390r-142,0r-324,-357r0,-57r303,-318r120,0","w":731,"k":{"Q":77,"O":77,"G":77,"C":77}},"L":{"d":"171,-732r0,655r383,0r0,77r-477,0r0,-732r94,0","w":605,"k":{"Y":147,"V":154,"T":154,"Q":77,"O":77,"G":77,"C":77}},"M":{"d":"77,0r0,-732r120,0r269,611r263,-611r115,0r0,732r-84,0r0,-590r-260,590r-75,0r-264,-590r0,590r-84,0","w":921},"N":{"d":"77,0r0,-732r94,0r448,585r0,-585r90,0r0,732r-95,0r-448,-584r0,584r-89,0","w":785},"O":{"d":"419,-72v175,0,262,-98,262,-296v0,-195,-87,-292,-262,-292v-178,0,-268,97,-268,292v0,198,90,296,268,296xm51,-365v0,-248,123,-372,368,-372v241,0,361,124,361,372v0,247,-120,370,-361,370v-245,0,-368,-123,-368,-370","w":831},"P":{"d":"77,0r0,-732r312,0v139,0,209,59,209,176v0,132,-97,214,-291,245r-20,-80v140,-22,210,-76,210,-161v0,-68,-39,-101,-117,-101r-209,0r0,653r-94,0","w":636,"k":{"A":77}},"Q":{"d":"419,-72v175,0,262,-98,262,-296v0,-195,-87,-292,-262,-292v-178,0,-268,97,-268,292v0,198,90,296,268,296xm51,-365v0,-248,123,-372,368,-372v241,0,361,124,361,372v0,204,-83,324,-248,361r119,139r-74,55r-158,-185v-245,0,-368,-123,-368,-370","w":831},"R":{"d":"77,0r0,-732r312,0v139,0,209,59,209,176v0,95,-68,165,-204,211r251,345r-125,0r-233,-329r0,-62v140,-22,210,-76,210,-161v0,-68,-39,-101,-117,-101r-209,0r0,653r-94,0","w":657},"S":{"d":"87,-26r0,-87v77,27,160,41,249,41v126,0,189,-46,189,-138v0,-78,-47,-118,-140,-118r-104,0v-153,0,-230,-66,-230,-199v0,-140,98,-210,294,-210v85,0,165,11,238,31r0,87v-73,-27,-153,-41,-238,-41v-133,0,-199,44,-199,133v0,78,45,118,135,118r104,0v156,0,234,66,234,199v0,143,-94,215,-283,215v-89,0,-172,-11,-249,-31","w":670,"k":{"S":49}},"T":{"d":"555,-732r0,77r-230,0r0,655r-95,0r0,-655r-230,0r0,-77r555,0","w":555,"k":{"z":77,"y":77,"x":77,"w":77,"v":77,"u":77,"t":77,"s":77,"r":77,"q":77,"p":77,"o":77,"n":77,"m":72,"g":77,"e":77,"d":77,"c":77,"a":77,"A":64}},"U":{"d":"77,-282r0,-450r94,0r0,450v0,141,70,210,210,210v140,0,210,-69,210,-210r0,-450r95,0r0,450v0,192,-102,287,-305,287v-203,0,-304,-95,-304,-287","w":762},"V":{"d":"740,-732r-310,732r-105,0r-312,-732r100,0r268,634r261,-634r98,0","w":753,"k":{"z":49,"s":64,"r":49,"q":64,"p":49,"o":64,"n":49,"m":49,"g":64,"e":64,"d":64,"c":64,"a":51,"A":90}},"W":{"d":"13,-732r91,0r103,637r207,-637r95,0r221,637r116,-637r88,0r-138,732r-129,0r-206,-613r-201,613r-127,0","w":946},"X":{"d":"13,-732r115,0r576,732r-116,0xm128,0r-115,0r575,-732r116,0","w":721},"Y":{"d":"13,-732r105,0r211,382r213,-382r110,0r-279,476r0,256r-95,0r0,-256","w":665,"k":{"z":49,"x":49,"u":49,"s":77,"r":49,"q":77,"p":49,"o":77,"n":49,"m":49,"g":77,"e":77,"d":77,"c":77,"a":77,"A":90}},"Z":{"d":"576,-732r0,77r-398,578r387,0r0,77r-501,0r0,-77r411,-578r-401,0r0,-77r502,0","w":639},"[":{"d":"307,-732r0,77r-136,0r0,773r136,0r0,76r-230,0r0,-926r230,0","w":332},"\\":{"d":"13,-732r105,0r371,732r-105,0","w":501},"]":{"d":"256,-732r0,926r-230,0r0,-76r135,0r0,-773r-135,0r0,-77r230,0","w":332},"^":{"d":"230,-732r77,0r205,374r-77,0r-168,-309r-165,309r-76,0","w":537},"_":{"d":"525,0r0,77r-512,0r0,-77r512,0","w":537},"`":{"d":"205,-693r0,76r-205,-76r0,-77","w":204},"a":{"d":"51,-167v0,-110,73,-166,218,-166v54,0,100,4,140,11v9,-102,-21,-139,-144,-139v-55,0,-112,9,-170,26r0,-77v58,-17,115,-25,170,-25v160,0,239,57,239,172r0,365r-48,0r-38,-38v-47,25,-102,38,-165,38v-135,0,-202,-55,-202,-167xm269,-256v-82,0,-123,29,-123,87v0,61,35,92,107,92v66,0,117,-14,156,-42r0,-127v-38,-7,-84,-10,-140,-10","w":580},"b":{"d":"171,-94v31,10,70,15,114,15v119,0,179,-68,179,-204v0,-115,-55,-172,-163,-172v-49,0,-92,9,-130,27r0,334xm77,-732r94,0r0,220v41,-17,85,-25,131,-25v170,0,255,86,255,258v0,186,-90,279,-268,279v-77,0,-148,-7,-212,-22r0,-710","w":607},"c":{"d":"486,-15v-44,10,-92,15,-143,15v-194,0,-292,-93,-292,-279v0,-172,98,-258,292,-258v51,0,99,5,143,15r0,77v-44,-10,-89,-16,-133,-16v-138,0,-207,61,-207,182v0,135,69,202,207,202v44,0,89,-5,133,-15r0,77","w":524},"d":{"d":"438,-428v-38,-18,-82,-27,-131,-27v-108,0,-163,57,-163,172v0,136,55,204,163,204v49,0,93,-7,131,-20r0,-329xm532,-32v-65,21,-145,32,-241,32v-160,0,-240,-93,-240,-279v0,-172,85,-258,255,-258v46,0,91,8,132,25r0,-220r94,0r0,700","w":608},"e":{"d":"508,-242r-362,0v0,110,69,165,208,165v47,0,95,-5,142,-15r0,77v-47,10,-105,15,-173,15v-181,0,-272,-92,-272,-275v0,-175,86,-262,258,-262v164,0,231,98,199,295xm146,-320r275,0v5,-94,-38,-142,-128,-142v-92,0,-141,48,-147,142","w":579},"f":{"d":"77,3r0,-566v0,-130,66,-195,200,-195v44,0,84,6,120,20r0,77v-75,-33,-238,-39,-226,68r0,56r162,0r0,76r-162,0r0,462","w":368},"g":{"d":"436,-446v-32,-8,-72,-12,-120,-12v-114,0,-172,61,-172,185v0,127,55,191,163,191v49,0,92,-10,129,-28r0,-336xm531,0v0,130,-83,194,-248,194v-66,0,-125,-8,-176,-25r0,-77v52,17,112,26,178,26v112,-1,158,-45,151,-144v-40,17,-84,26,-130,26v-170,0,-255,-91,-255,-272v0,-177,90,-265,269,-265v73,0,143,7,211,22r0,515","w":607},"h":{"d":"77,0r0,-732r94,0r0,253v56,-39,117,-58,183,-58v124,0,186,67,186,200r0,337r-95,0r0,-339v0,-80,-40,-119,-119,-119v-54,0,-106,23,-155,68r0,390r-94,0","w":616},"i":{"d":"171,-732r0,77r-94,0r0,-77r94,0xm171,-537r0,537r-94,0r0,-537r94,0"},"j":{"d":"171,-732r0,77r-94,0r0,-77r94,0xm171,-537r0,496v0,108,-26,190,-79,245r-79,-54v43,-46,64,-110,64,-191r0,-496r94,0"},"k":{"d":"77,0r0,-732r94,0r0,237v56,-28,118,-42,186,-42v130,0,196,52,196,155v0,75,-52,126,-154,155r172,227r-120,0r-171,-228r0,-42v118,-11,178,-49,178,-113v0,-52,-38,-78,-113,-78v-59,0,-117,17,-174,49r0,412r-94,0","w":604},"l":{"d":"171,-732r0,732r-94,0r0,-732r94,0"},"m":{"d":"77,0r0,-537r64,0r16,67v62,-45,122,-67,183,-67v68,0,116,24,144,73v69,-49,133,-73,193,-73v113,0,170,68,170,204r0,333r-95,0r0,-338v0,-80,-33,-120,-101,-120v-50,0,-98,23,-142,69r0,389r-95,0r0,-337v0,-81,-33,-121,-100,-121v-53,0,-101,23,-143,69r0,389r-94,0","w":923},"n":{"d":"77,0r0,-537r64,0r17,68v65,-46,130,-68,196,-68v124,0,186,67,186,200r0,337r-95,0r0,-339v0,-80,-40,-119,-119,-119v-54,0,-106,23,-155,68r0,390r-94,0","w":616},"o":{"d":"307,-77v107,0,161,-65,161,-194v0,-127,-54,-190,-161,-190v-107,0,-161,63,-161,190v0,129,54,194,161,194xm51,-269v0,-179,85,-268,256,-268v171,0,256,89,256,268v0,179,-85,268,-256,268v-170,0,-256,-89,-256,-268","w":614},"p":{"d":"171,-110v37,18,79,28,125,28v112,0,167,-67,167,-201v0,-117,-55,-175,-166,-175v-48,0,-90,4,-126,12r0,336xm77,-515v71,-15,145,-22,221,-22v172,0,258,85,258,255v0,188,-87,282,-260,282v-43,0,-85,-9,-125,-26r0,220r-94,0r0,-709","w":607},"q":{"d":"436,-446v-32,-8,-72,-12,-120,-12v-114,0,-172,61,-172,185v0,127,55,191,163,191v49,0,92,-10,129,-28r0,-336xm531,194r-95,0r0,-220v-40,17,-84,26,-130,26v-170,0,-255,-91,-255,-272v0,-177,90,-265,269,-265v73,0,143,7,211,22r0,709","w":607},"r":{"d":"77,0r0,-537r64,0r17,68v47,-46,104,-68,170,-68r0,79v-64,0,-117,23,-157,68r0,390r-94,0","w":345},"s":{"d":"77,-26r0,-81v60,20,122,30,186,30v86,0,128,-26,128,-77v0,-81,-91,-71,-171,-71v-113,0,-169,-53,-169,-159v0,-102,75,-153,224,-153v64,0,126,8,186,25r0,82v-60,-20,-122,-31,-186,-31v-89,0,-134,26,-134,77v0,48,26,72,79,72r87,0v119,0,179,52,179,158v0,102,-74,154,-223,154v-64,0,-126,-9,-186,-26","w":537},"t":{"d":"77,-624r59,0r21,87r124,0r0,76r-110,0r0,309v-2,69,43,80,110,75r0,77r-69,0v-90,0,-135,-48,-135,-145r0,-479","w":332},"u":{"d":"540,-537r0,537r-65,0r-17,-69v-65,46,-130,69,-196,69v-123,0,-185,-67,-185,-200r0,-337r94,0r0,338v0,80,40,120,119,120v54,0,106,-23,155,-68r0,-390r95,0","w":616},"v":{"d":"0,-537r102,0r154,421r153,-421r103,0r-219,537r-88,0","w":511},"w":{"d":"13,-537r96,0r100,416r135,-416r85,0r145,416r91,-416r100,0r-140,537r-97,0r-144,-402r-136,402r-99,0","w":777},"x":{"d":"13,-537r110,0r402,537r-111,0xm123,0r-110,0r401,-537r111,0","w":573},"y":{"d":"13,-537r103,0r152,419r157,-419r100,0r-223,553v-40,98,-99,159,-178,183r-36,-67v60,-26,104,-70,131,-129","w":537},"z":{"d":"61,-537r394,0r0,76r-290,389r280,0r0,72r-394,0r0,-72r294,-389r-284,0r0,-76","w":506},"{":{"d":"320,-732v-44,60,-67,142,-67,245v0,120,-35,192,-107,218v72,26,107,99,107,219v0,103,23,184,67,244r-95,0v-44,-60,-66,-141,-66,-244v0,-120,-36,-180,-108,-180r0,-77v72,0,108,-60,108,-180v0,-103,22,-185,66,-245r95,0","w":345},"|":{"d":"171,-732r0,926r-94,0r0,-926r94,0"},"}":{"d":"120,-732v44,60,67,142,67,245v0,120,35,180,107,180r0,77v-72,0,-107,60,-107,180v0,103,-23,184,-67,244r-94,0v44,-60,66,-141,66,-244v0,-120,36,-193,108,-219v-72,-26,-108,-98,-108,-218v0,-103,-22,-185,-66,-245r94,0","w":345},"~":{"d":"435,-317r0,76v-36,38,-98,42,-187,11v-89,-31,-154,-28,-197,10r0,-77v36,-38,98,-41,187,-10v89,31,154,28,197,-10","w":486},"\u2122":{"d":"338,-732r0,37r-108,0r0,308r-45,0r0,-308r-108,0r0,-37r261,0xm384,-387r0,-345r56,0r127,287r124,-287r54,0r0,345r-40,0r0,-278r-122,278r-35,0r-125,-278r0,278r-39,0","w":821},"\u2026":{"w":405},"\u2013":{"w":350},"\u2014":{"w":457},"\u201c":{"d":"412,-732r-77,223r-94,0r76,-223r95,0xm223,-732r-77,223r-95,0r77,-223r95,0","w":463},"\u201d":{"d":"146,-732r77,223r-95,0r-77,-223r95,0xm335,-732r77,223r-95,0r-76,-223r94,0","w":463},"\u2018":{"d":"146,-732r77,223r-95,0r-77,-223r95,0","w":273},"\u2019":{"d":"223,-732r-77,223r-95,0r77,-223r95,0","w":273},"\u00d7":{"w":325},"\u00a0":{}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 Bernd Montag - feel free to distribute - feel free to use personal and
 * commercial - read attached textfile for restrictions
 */
Cufon.registerFont({"w":347,"face":{"font-family":"Sansation","font-weight":700,"font-stretch":"normal","units-per-em":"1048","panose-1":"2 0 8 3 0 0 0 2 0 4","ascent":"838","descent":"-210","x-height":"5","bbox":"0 -785 1039 224","underline-thickness":"107.461","underline-position":"-30.1914","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":179},"!":{"d":"212,-732r0,543r-135,0r0,-543r135,0xm212,-125r0,125r-135,0r0,-125r135,0","w":289},"\"":{"d":"366,-732r-15,223r-95,0r-15,-223r125,0xm177,-732r-16,223r-94,0r-16,-223r126,0","w":417},"#":{"d":"411,-448r-46,193r193,0r46,-193r-193,0xm206,3r46,-179r-201,0r16,-79r205,0r46,-193r-205,0r15,-79r211,0r51,-202r92,0r-51,202r193,0r52,-205r93,0r-52,205r201,0r-16,79r-206,0r-45,193r205,0r-15,79r-211,0r-46,179r-92,0r46,-179r-194,0r-46,179r-92,0","w":968},"$":{"d":"77,-123r0,-112v60,20,122,30,186,30v58,0,88,-18,88,-56v0,-51,-67,-46,-121,-46v-119,0,-179,-58,-179,-174v0,-85,55,-137,164,-154r0,-97r120,0r0,97v41,3,83,12,126,26r0,113v-60,-20,-119,-31,-176,-31v-69,0,-103,18,-103,56v0,51,62,46,115,46v126,0,189,55,189,164v0,92,-50,147,-151,164r0,97r-120,0r0,-97v-49,-3,-95,-12,-138,-26","w":537},"%":{"d":"187,0r-136,0r521,-732r135,0xm219,-509v46,0,69,-25,69,-75v0,-42,-23,-64,-69,-64v-47,0,-71,22,-71,64v0,50,24,75,71,75xm51,-583v0,-102,56,-154,168,-154v111,0,166,52,166,154v0,109,-55,163,-166,163v-112,0,-168,-54,-168,-163xm552,-84v46,0,68,-23,68,-70v0,-46,-22,-69,-68,-69v-47,0,-71,23,-71,69v0,47,24,70,71,70xm384,-153v0,-106,56,-159,168,-159v111,0,165,53,165,159v0,105,-54,158,-165,158v-112,0,-168,-53,-168,-158","w":768},"&":{"d":"145,-372v-62,-29,-94,-82,-94,-158v0,-135,87,-202,261,-202v63,0,124,9,184,26r0,107v-60,-17,-118,-25,-177,-25v-88,0,-132,31,-132,92v0,72,35,107,105,107r173,0r0,-72r73,0r52,72r93,0r0,108r-83,0v15,211,-67,320,-280,319v-179,0,-269,-72,-269,-214v0,-77,32,-131,94,-160xm293,-317v-71,0,-106,34,-106,103v0,71,44,107,133,107v122,0,155,-82,145,-210r-172,0","w":683},"'":{"d":"177,-732r-16,223r-94,0r-16,-223r126,0","w":227},"(":{"d":"289,-732v-136,307,-136,619,0,926r-135,0v-137,-307,-137,-619,0,-926r135,0","w":327},")":{"d":"174,-732v136,307,136,619,0,926r-136,0v137,-307,137,-619,0,-926r136,0","w":327},"*":{"d":"167,-732r80,0r-15,119r107,-52r24,75r-116,23r81,86r-63,48r-58,-105r-58,104r-63,-45r82,-88r-117,-21r24,-77r108,52","w":414},"+":{"d":"189,-322r0,-139r108,0r0,139r138,0r0,107r-138,0r0,138r-108,0r0,-138r-138,0r0,-107r138,0","w":486},",":{"d":"264,-95r-77,223r-136,0r77,-223r136,0","w":314},"-":{"d":"307,-322r0,107r-256,0r0,-107r256,0","w":358},"\u2010":{"d":"307,-322r0,107r-256,0r0,-107r256,0","w":358},".":{"d":"187,-125r0,125r-136,0r0,-125r136,0","w":237},"\/":{"d":"159,0r-146,0r371,-732r146,0","w":542},"0":{"d":"365,-113v120,0,180,-85,180,-255v0,-168,-60,-251,-180,-251v-124,0,-186,83,-186,251v0,170,62,255,186,255xm38,-365v0,-248,109,-372,327,-372v214,0,321,124,321,372v0,247,-107,370,-321,370v-218,0,-327,-123,-327,-370","w":703},"1":{"d":"128,0r0,-604r-77,0r0,-56r213,-72r0,732r-136,0","w":299},"2":{"d":"51,0r0,-102v244,-170,366,-310,366,-420v0,-65,-44,-97,-133,-97v-75,0,-145,18,-212,56r0,-123v67,-34,137,-51,212,-51v179,0,269,72,269,215v0,126,-99,261,-294,404r294,0r0,118r-502,0","w":603},"3":{"d":"51,-706v68,-20,140,-31,215,-31v183,0,274,67,274,200v0,81,-32,136,-96,166v64,29,96,84,96,166v0,140,-91,210,-274,210v-75,0,-147,-11,-215,-31r0,-122v68,24,140,35,215,35v92,0,138,-31,138,-92v0,-72,-32,-107,-98,-107r-178,0r0,-118r176,0v67,0,100,-35,100,-107v0,-55,-46,-82,-138,-82v-75,0,-147,12,-215,36r0,-123","w":570},"4":{"d":"482,0r-136,0r0,-174r-308,0r0,-118r203,-440r135,0r-198,440r168,0r0,-270r136,0r0,270r76,39r0,79r-76,0r0,174","w":575,"k":{"7":77}},"5":{"d":"77,-732r457,0r0,118r-335,0r-13,139v37,-4,72,-6,106,-6v194,0,291,82,291,246v0,160,-93,240,-281,240v-92,0,-173,-11,-241,-31r0,-122v68,24,149,35,241,35v97,0,146,-40,146,-122v0,-85,-52,-128,-156,-128v-94,0,-174,8,-241,25","w":601},"6":{"d":"51,-271v0,-159,87,-320,260,-483r103,81v-88,67,-151,138,-189,214v34,-11,68,-17,100,-17v172,0,258,78,258,235v0,164,-87,246,-262,246v-180,0,-270,-92,-270,-276xm325,-113v83,0,125,-43,125,-128v0,-78,-43,-117,-129,-117v-46,0,-89,6,-130,19v-6,17,-9,37,-9,60v0,111,47,166,143,166","w":634,"k":{"9":49,"7":77}},"7":{"d":"51,-732r486,0r0,108r-292,624r-149,0r298,-614r-343,0r0,-118","w":575,"k":{"6":77,"4":77}},"8":{"d":"51,-217v0,-76,37,-132,109,-169v-59,-32,-88,-88,-88,-166v0,-125,89,-187,266,-187v177,0,266,62,266,187v0,78,-31,134,-91,166v74,37,111,93,111,169v0,148,-93,222,-281,222v-194,0,-292,-74,-292,-222xm468,-536v0,-55,-43,-83,-129,-83v-88,0,-132,28,-132,83v0,64,44,96,133,96v85,0,128,-32,128,-96xm489,-214v0,-72,-50,-108,-150,-108v-101,0,-152,36,-152,108v0,68,52,101,158,101v96,0,144,-33,144,-101","w":634},"9":{"d":"583,-463v0,159,-87,320,-260,483r-110,-84v92,-64,158,-135,196,-211v-35,21,-71,32,-110,32v-165,0,-248,-83,-248,-250v0,-164,91,-246,273,-246v173,0,259,92,259,276xm319,-621v-90,0,-134,43,-134,128v0,85,39,128,118,128v53,0,100,-12,141,-36v6,-13,9,-30,9,-53v0,-111,-45,-167,-134,-167","w":608,"k":{"7":49}},":":{"d":"187,-537r0,125r-136,0r0,-125r136,0xm187,-125r0,125r-136,0r0,-125r136,0","w":237},";":{"d":"264,-537r0,125r-136,0r0,-125r136,0xm264,-95r-77,223r-136,0r77,-223r136,0","w":314},"<":{"d":"51,-220r0,-97r461,-195r0,128r-293,117r293,113r0,128","w":562},"=":{"d":"435,-241r0,108r-384,0r0,-108r384,0xm435,-404r0,107r-384,0r0,-107r384,0","w":486},">":{"d":"51,-26r0,-128r293,-113r-293,-117r0,-128r461,195r0,97","w":562},"?":{"d":"128,-125r0,125r136,0r0,-125r-136,0xm51,-706v72,-17,140,-26,205,-26v176,0,263,67,263,200v0,150,-84,225,-255,225r0,118r-136,0r0,-225r136,0v87,0,130,-40,130,-118v0,-61,-46,-92,-138,-92v-65,0,-133,8,-205,25r0,-107","w":570},"@":{"d":"294,-167v0,-110,73,-166,218,-166v54,0,100,4,140,11v8,-87,-28,-108,-144,-108v-55,0,-112,9,-170,26r0,-108v58,-17,115,-25,170,-25v187,0,280,57,280,172r0,305v0,20,14,29,41,29v49,0,74,-81,74,-245v0,-235,-117,-353,-351,-353v-244,0,-365,118,-365,353v0,242,110,363,330,363r0,107v-310,0,-466,-156,-466,-470v0,-307,164,-461,493,-461v330,0,495,154,495,461v0,235,-77,353,-229,353v-103,0,-154,-39,-154,-115v-43,25,-97,38,-160,38v-135,0,-202,-55,-202,-167xm650,-220v-64,-12,-223,-30,-223,51v0,41,27,62,82,62v55,0,102,-14,141,-42r0,-71","w":1089},"A":{"d":"13,0r310,-732r146,0r318,732r-146,0r-92,-200r-235,0r47,-117r152,0r-120,-275r-241,592r-139,0","w":799,"k":{"Y":90,"V":90,"T":64}},"B":{"d":"77,0r0,-732r343,0v139,0,208,57,208,171v0,83,-45,142,-136,178v97,18,146,74,146,167v0,144,-77,216,-229,216r-332,0xm403,-118v60,0,90,-31,90,-92v0,-90,-69,-121,-175,-114r0,-87v113,-19,169,-67,169,-142v0,-41,-26,-61,-76,-61r-199,0r0,496r191,0","w":670},"C":{"d":"660,-31v-63,24,-135,36,-215,36v-263,0,-394,-127,-394,-381v0,-241,131,-361,394,-361v80,0,152,12,215,36r0,123v-63,-27,-132,-41,-205,-41v-176,0,-263,81,-263,243v0,176,87,263,263,263v73,0,142,-14,205,-41r0,123","w":711},"D":{"d":"374,-118v152,0,227,-89,227,-268v0,-152,-75,-228,-227,-228r-162,0r0,496r162,0xm77,0r0,-732r317,0v229,0,343,115,343,346v0,257,-114,386,-343,386r-317,0","w":788},"E":{"d":"557,-732r0,117r-346,0r0,184r329,0r0,121r-330,0r0,192r354,0r0,118r-487,0r0,-732r480,0","w":633},"F":{"d":"557,-732r0,117r-346,0r0,184r329,0r0,121r-330,0r0,310r-133,0r0,-732r480,0","w":626,"k":{"A":77}},"G":{"d":"660,-34v-59,26,-132,39,-221,39v-258,0,-388,-127,-388,-381v0,-241,131,-361,394,-361v80,0,152,12,215,36r0,123v-63,-27,-132,-41,-205,-41v-176,0,-263,81,-263,243v0,208,137,296,333,251r0,-213r135,0r0,304","w":711},"H":{"d":"77,0r0,-732r135,0r0,302r361,0r0,-302r136,0r0,732r-136,0r0,-312r-361,0r0,312r-135,0","w":785},"I":{"d":"212,-732r0,732r-135,0r0,-732r135,0","w":289},"J":{"d":"302,-732r0,521v0,141,-96,211,-289,211r0,-118v102,0,153,-31,153,-93r0,-521r136,0","w":378},"K":{"d":"212,-732r0,732r-135,0r0,-732r135,0xm696,-732r-322,342r365,390r-187,0r-299,-342r0,-88r278,-302r165,0","w":741,"k":{"Q":77,"O":77,"G":77,"C":77}},"L":{"d":"212,-732r0,614r342,0r0,118r-477,0r0,-732r135,0","w":605,"k":{"Y":147,"V":154,"T":154,"Q":77,"O":77,"G":77,"C":77}},"M":{"d":"77,0r0,-732r140,0r249,555r243,-555r135,0r0,732r-125,0r0,-510r-199,510r-115,0r-203,-510r0,510r-125,0","w":921},"N":{"d":"77,0r0,-732r135,0r407,523r0,-523r131,0r0,732r-136,0r-407,-534r0,534r-130,0","w":826},"O":{"d":"419,-113v147,0,221,-85,221,-255v0,-168,-74,-251,-221,-251v-151,0,-227,83,-227,251v0,170,76,255,227,255xm51,-365v0,-248,123,-372,368,-372v241,0,361,124,361,372v0,247,-120,370,-361,370v-234,0,-368,-123,-368,-370","w":831},"P":{"d":"77,0r0,-732r343,0v139,0,208,62,208,186v0,146,-100,235,-301,266r-19,-121v119,-22,179,-69,179,-141v0,-47,-26,-71,-76,-71r-199,0r0,613r-135,0","w":636,"k":{"A":77}},"Q":{"d":"419,-113v147,0,221,-85,221,-255v0,-168,-74,-251,-221,-251v-151,0,-227,83,-227,251v0,170,76,255,227,255xm51,-365v0,-248,123,-372,368,-372v241,0,361,124,361,372v0,204,-75,324,-227,361r118,139r-107,81r-166,-211v-220,0,-347,-123,-347,-370","w":831},"R":{"d":"77,-1r0,-731r332,0v149,0,225,65,225,196v0,88,-59,162,-175,220r232,316r-176,0r-223,-319r0,-62v133,-22,200,-73,200,-151v0,-54,-30,-81,-91,-81r-186,0r0,612r-138,0","w":703},"S":{"d":"87,-31r0,-123v73,27,157,41,249,41v112,0,168,-37,168,-112v0,-55,-34,-82,-103,-82r-125,0v-150,0,-225,-69,-225,-205v0,-150,107,-225,320,-225v82,0,160,12,233,36r0,123v-73,-27,-151,-41,-233,-41v-123,0,-184,35,-184,107v0,55,30,82,89,82r125,0v159,0,239,69,239,205v0,154,-101,230,-304,230v-92,0,-176,-12,-249,-36","w":670,"k":{"S":49}},"T":{"d":"555,-732r0,118r-210,0r0,614r-135,0r0,-614r-210,0r0,-118r555,0","w":555,"k":{"z":77,"y":77,"x":77,"w":77,"v":77,"u":77,"t":77,"s":77,"r":77,"q":77,"p":77,"o":77,"n":77,"m":72,"g":77,"e":77,"d":77,"c":77,"a":77,"A":64}},"U":{"d":"77,-288r0,-444r135,0r0,444v0,117,60,175,179,175v119,0,180,-58,180,-175r0,-444r135,0r0,444v0,195,-105,293,-315,293v-210,0,-314,-98,-314,-293","w":782},"V":{"d":"774,-732r-321,732r-146,0r-307,-732r161,0r227,561r226,-561r160,0","w":773,"k":{"z":49,"s":64,"r":49,"q":64,"p":49,"o":64,"n":49,"m":49,"g":64,"e":64,"d":64,"c":64,"a":51,"A":90}},"W":{"d":"0,-732r133,0r93,510r180,-510r131,0r168,490r98,-490r128,0r-137,732r-129,0r-201,-574r-216,574r-128,0","w":931},"X":{"d":"13,-732r171,0r576,732r-172,0xm184,0r-171,0r575,-732r172,0","w":768},"Y":{"d":"13,-732r146,0r205,353r194,-353r140,0r-269,476r0,256r-135,0r0,-256","w":665,"k":{"z":49,"x":49,"u":49,"s":77,"r":49,"q":77,"p":49,"o":77,"n":49,"m":49,"g":77,"e":77,"d":77,"c":77,"a":77,"A":90}},"Z":{"d":"606,-732r0,118r-389,496r389,0r0,118r-542,0r0,-118r406,-496r-396,0r0,-118r532,0","w":639},"[":{"d":"322,-732r0,108r-135,0r0,711r135,0r0,107r-271,0r0,-926r271,0"},"\\":{"d":"13,-732r146,0r371,732r-146,0","w":542},"]":{"d":"297,-732r0,926r-271,0r0,-107r135,0r0,-711r-135,0r0,-108r271,0"},"^":{"d":"230,-732r77,0r205,374r-118,0r-127,-242r-124,242r-117,0","w":537},"_":{"d":"525,0r0,107r-512,0r0,-107r512,0","w":537},"`":{"d":"205,-709r0,108r-205,-77r0,-107","w":204},"a":{"d":"38,-167v0,-110,78,-166,234,-166v47,0,88,4,125,11v9,-86,-28,-108,-140,-108v-59,0,-117,9,-175,26r0,-108v58,-17,116,-25,175,-25v184,0,275,59,275,177r0,360r-68,0r-59,-38v-47,25,-96,38,-149,38v-145,0,-218,-55,-218,-167xm397,-220v-64,-12,-223,-30,-223,51v0,41,27,62,82,62v55,0,102,-14,141,-42r0,-71","w":596},"b":{"d":"200,-124v31,10,67,14,108,14v89,0,133,-57,133,-173v0,-94,-40,-142,-117,-142v-46,0,-86,10,-124,28r0,273xm64,-732r136,0r0,220v41,-17,82,-25,125,-25v166,0,250,86,250,258v0,186,-91,279,-273,279v-74,0,-153,-7,-238,-22r0,-710","w":605},"c":{"d":"476,-15v-44,10,-93,15,-148,15v-198,0,-297,-93,-297,-279v0,-172,99,-258,297,-258v55,0,104,5,148,15r0,108v-44,-10,-90,-16,-138,-16v-114,0,-172,50,-172,151v0,114,58,172,172,172v48,0,94,-6,138,-16r0,108","w":501},"d":{"d":"425,-397v-35,-18,-77,-28,-126,-28v-84,0,-127,48,-127,142v0,112,43,168,127,168v49,0,91,-7,126,-20r0,-262xm560,-32v-82,21,-166,32,-251,32v-180,0,-271,-93,-271,-279v0,-172,87,-258,260,-258v46,0,89,8,127,25r0,-220r135,0r0,700","w":624},"e":{"d":"518,-216r-352,0v0,72,59,109,177,109v54,0,109,-6,163,-16r0,108v-47,10,-108,15,-183,15v-195,0,-292,-92,-292,-275v0,-175,89,-262,267,-262v178,0,252,107,220,321xm166,-315r224,0v5,-77,-31,-116,-107,-116v-72,0,-111,39,-117,116","w":555},"f":{"d":"64,3r0,-566v0,-130,80,-195,241,-195v44,0,84,6,120,20r0,108v-34,-14,-74,-21,-120,-21v-70,0,-105,38,-105,114r161,0r0,107r-161,0r0,431","w":379},"g":{"d":"423,-416v-22,-8,-57,-12,-105,-12v-97,0,-146,52,-146,155v0,100,41,150,122,150v49,0,92,-9,129,-27r0,-266xm559,0v0,130,-96,194,-288,194v-66,0,-125,-8,-176,-25r0,-108v52,17,111,26,177,26v101,0,151,-41,151,-123v-40,17,-84,26,-130,26v-170,0,-255,-88,-255,-262v0,-177,99,-265,295,-265v62,0,138,7,226,22r0,515","w":622},"h":{"d":"64,0r0,-732r136,0r0,253v56,-39,116,-58,182,-58v124,0,186,67,186,200r0,337r-136,0r0,-339v0,-59,-29,-89,-88,-89v-47,0,-95,23,-144,68r0,360r-136,0","w":631},"i":{"d":"200,-732r0,108r-136,0r0,-108r136,0xm200,-537r0,537r-136,0r0,-537r136,0","w":263},"j":{"d":"200,-732r0,108r-136,0r0,-108r136,0xm200,-537r0,496v0,108,-32,197,-94,265r-106,-74v43,-46,64,-110,64,-191r0,-496r136,0","w":263},"k":{"d":"64,0r0,-732r136,0r0,237v56,-28,117,-42,185,-42v130,0,196,56,196,170v0,65,-47,117,-143,156r161,211r-160,0r-171,-228r0,-42v118,-11,177,-43,177,-97v0,-42,-29,-63,-87,-63v-52,0,-104,16,-158,48r0,382r-136,0","w":624},"l":{"d":"200,-732r0,732r-136,0r0,-732r136,0","w":263},"m":{"d":"64,0r0,-537r105,0r16,67v62,-45,122,-67,183,-67v68,0,116,24,144,73v69,-49,133,-73,193,-73v113,0,170,68,170,204r0,333r-136,0r0,-338v0,-60,-25,-90,-75,-90v-40,0,-83,24,-127,70r0,358r-135,0r0,-337v0,-61,-25,-91,-75,-91v-43,0,-85,24,-127,70r0,358r-136,0","w":939},"n":{"d":"64,0r0,-537r105,0r17,68v65,-46,130,-68,196,-68v124,0,186,67,186,200r0,337r-136,0r0,-339v0,-59,-29,-89,-88,-89v-47,0,-95,23,-144,68r0,360r-136,0","w":631},"o":{"d":"302,-102v90,0,136,-57,136,-169v0,-110,-46,-164,-136,-164v-90,0,-136,54,-136,164v0,112,46,169,136,169xm31,-269v0,-183,90,-273,271,-273v181,0,271,90,271,273v0,182,-90,274,-271,274v-180,0,-271,-92,-271,-274","w":603},"p":{"d":"200,-140v37,18,78,27,124,27v84,0,126,-56,126,-170v0,-97,-48,-145,-144,-145v-45,0,-80,2,-106,7r0,281xm64,-515v71,-15,150,-22,236,-22v189,0,284,85,284,255v0,188,-87,282,-260,282v-43,0,-84,-9,-124,-26r0,220r-136,0r0,-709","w":615},"q":{"d":"423,-416v-32,-8,-71,-12,-115,-12v-90,0,-136,52,-136,155v0,107,41,160,122,160v49,0,92,-9,129,-27r0,-276xm559,194r-136,0r0,-220v-40,17,-84,26,-130,26v-170,0,-255,-91,-255,-272v0,-177,93,-265,279,-265v73,0,154,7,242,22r0,709","w":622},"r":{"d":"64,0r0,-537r105,0r17,68v47,-46,96,-68,149,-68r0,109v-50,0,-95,23,-135,68r0,360r-136,0"},"s":{"d":"64,-26r0,-112v60,24,129,36,207,36v58,0,87,-19,87,-57v0,-69,-92,-51,-156,-51v-109,0,-164,-55,-164,-164v0,-113,80,-168,239,-168v68,0,131,10,191,30r0,113v-60,-24,-124,-36,-194,-36v-73,0,-110,18,-110,56v0,65,88,51,151,51v119,0,179,55,179,164v0,113,-76,169,-228,169v-75,0,-142,-11,-202,-31","w":524},"t":{"d":"64,-624r100,0r21,87r125,0r0,107r-110,0r0,247v-2,69,42,81,110,76r0,107r-111,0v-90,0,-135,-48,-135,-145r0,-479"},"u":{"d":"568,-537r0,537r-106,0r-16,-69v-65,46,-131,69,-197,69v-123,0,-185,-67,-185,-200r0,-337r136,0r0,338v0,59,29,89,88,89v47,0,95,-23,144,-68r0,-359r136,0","w":631},"v":{"d":"0,-537r143,0r131,375r135,-375r144,0r-219,537r-129,0","w":552},"w":{"d":"13,-537r136,0r80,364r119,-364r117,0r129,364r70,-364r141,0r-145,537r-127,0r-127,-371r-128,371r-129,0","w":818},"x":{"d":"0,-537r151,0r402,537r-151,0xm151,0r-151,0r402,-537r151,0","w":552},"y":{"d":"0,-537r144,0r135,387r133,-387r141,0r-223,553v-40,98,-103,167,-190,208r-65,-92v60,-26,104,-70,131,-129","w":553},"z":{"d":"61,-537r415,0r0,107r-275,328r265,0r0,102r-415,0r0,-102r279,-328r-269,0r0,-107","w":506},"{":{"d":"361,-732v-44,60,-67,142,-67,245v0,120,-43,192,-128,218v85,26,128,99,128,219v0,103,23,184,67,244r-136,0v-44,-60,-66,-141,-66,-244v0,-106,-36,-160,-108,-160r0,-118v72,0,108,-53,108,-159v0,-103,22,-185,66,-245r136,0","w":386},"|":{"d":"212,-732r0,926r-135,0r0,-926r135,0","w":289},"}":{"d":"161,-732v44,60,67,142,67,245v0,106,35,159,107,159r0,118v-72,0,-107,54,-107,160v0,103,-23,184,-67,244r-135,0v44,-60,66,-141,66,-244v0,-120,29,-193,87,-219v-58,-26,-87,-98,-87,-218v0,-103,-22,-185,-66,-245r135,0","w":386},"~":{"d":"435,-333r0,108v-36,38,-98,41,-187,10v-89,-31,-154,-28,-197,10r0,-107v36,-38,98,-41,187,-10v89,31,154,27,197,-11","w":486},"\u2122":{"d":"338,-732r0,37r-108,0r0,308r-45,0r0,-308r-108,0r0,-37r261,0xm384,-387r0,-345r56,0r127,287r124,-287r54,0r0,345r-40,0r0,-278r-122,278r-35,0r-125,-278r0,278r-39,0","w":821},"\u2026":{"w":405},"\u2013":{"w":350},"\u2014":{"w":457},"\u201c":{"d":"473,-732r-76,223r-126,0r77,-223r125,0xm253,-732r-76,223r-126,0r77,-223r125,0","w":524},"\u201d":{"d":"177,-732r76,223r-125,0r-77,-223r126,0xm397,-732r76,223r-125,0r-77,-223r126,0","w":524},"\u2018":{"d":"177,-732r76,223r-125,0r-77,-223r126,0","w":304},"\u2019":{"d":"253,-732r-76,223r-126,0r77,-223r125,0","w":304},"\u00d7":{"w":325},"\u00a0":{"w":179}}});
//ACORDEON

var timeracordeon;var ACCORDION_WIDTH=997;var ACCORDION_DRAW_ASIDE_WIDTH=50;var ACCORDION_EASING_METHOD="easeOutCirc";var ACCORDION_SLIDE_TIME=650;var g_slidedDivs=null;var g_hoveredSlideIndex=null;function setupAccordionImageSlider()
{$j("#accordionContainer").find(".accordionImgDiv:first").css("border-left","0px");var slidedDivsList=$j("#accordionContainer .accordionImgDiv");g_slidedDivs=new Array;var firstDiv=$j("#accordionContainer .accordionImgDiv:first");for(var i=0;i<slidedDivsList.length;i++)
{var obj=new Object();obj.name="#"+$j(firstDiv).attr('id');obj.dest=0;obj.out=0;g_slidedDivs.push(obj);firstDiv=$j(firstDiv).next(".accordionImgDiv");}
var ribOutWidth=0;ribOutWidth=ACCORDION_WIDTH/g_slidedDivs.length;for(var i=0;i<g_slidedDivs.length;i++)
{$j(g_slidedDivs[i].name).css("margin-left",(i*ribOutWidth)+"px");g_slidedDivs[i].dest=i*ribOutWidth;}
$j("#accordionContainer").click(function()
{if(true==g_sliderAutoPlay)
{clearTimeout(g_sliderTimerAutoPlay);}
if(g_loadedStripCount<g_slidedDivs.length)
{return;}},function()
{if(g_loadedStripCount<g_slidedDivs.length)
{return;}
mouseOutAccorOnAll(null);for(var i=0;i<g_slidedDivs.length;i++)
{$j(g_slidedDivs[i].name).stop().animate({marginLeft:(i*ribOutWidth)+"px"},{duration:900,easing:ACCORDION_EASING_METHOD});g_slidedDivs[i].dest=i*ribOutWidth;}
if(true==g_sliderAutoPlay)
{clearTimeout(g_sliderTimerAutoPlay);mouseOutAccorOnAll(null);g_sliderTimerAutoPlay=setTimeout(accordionPlay,g_sliderTimerInterval);}});$j(".accordionImgDiv").click(function()
{clearTimeout(timeracordeon);if(true==g_sliderAutoPlay)
{clearTimeout(g_sliderTimerAutoPlay);}
if(g_loadedStripCount<g_slidedDivs.length)
{return;}
var divID=("#"+$j(this).attr('id'));mouseOutAccorOnAll(divID);g_hoveredSlideIndex=$j("#accordionContainer .accordionImgDiv").index(this);var context=$j(this)[0];$j(".accordionSlideImage",context).find("img").stop().animate({opacity:1.0},400);$j(".slideStrip",context).stop().animate({opacity:0.0},200,ACCORDION_EASING_METHOD);g_slidedDivs[g_hoveredSlideIndex].out=0;setMoveForAccordionDivs(g_hoveredSlideIndex);timeracordeon=setTimeout('resettt();',30000);},function()
{if(g_loadedStripCount<g_slidedDivs.length)
{return;}
g_hoveredSlideIndex=null;var divID=("#"+$j(this).attr('id'));var index=0;for(var i=0;i<g_slidedDivs.length;i++)
{if(divID==g_slidedDivs[i].name)
{index=i;break;}}
if(g_slidedDivs[index].out!=1)
{g_slidedDivs[index].out=1;mouseOutAccor(this);}});}
function setMoveForAccordionDivs(index)
{for(var i=0;i<g_slidedDivs.length;i++)
{var context=$j(g_slidedDivs[i].name)[0];var object=$j(g_slidedDivs[i].name);if(i<index)
{var newMargin=(i*ACCORDION_DRAW_ASIDE_WIDTH);if(g_slidedDivs[i].dest!=newMargin)
{object.stop();var animTime=ACCORDION_SLIDE_TIME;g_slidedDivs[i].dest=newMargin;object.animate({marginLeft:newMargin+"px"},{duration:animTime,easing:ACCORDION_EASING_METHOD});}
continue;}
if(index==i)
{var newMargin=(i*ACCORDION_DRAW_ASIDE_WIDTH);if(g_slidedDivs[i].dest!=newMargin)
{object.stop();var animTime=ACCORDION_SLIDE_TIME;g_slidedDivs[i].dest=newMargin;object.animate({marginLeft:newMargin+"px"},{duration:animTime,easing:ACCORDION_EASING_METHOD});}
continue;}
if(i>index)
{var newMargin=(ACCORDION_WIDTH-((g_slidedDivs.length-i)*ACCORDION_DRAW_ASIDE_WIDTH));if(g_slidedDivs[i].dest!=newMargin)
{object.stop();var animTime=ACCORDION_SLIDE_TIME;g_slidedDivs[i].dest=newMargin;object.animate({"marginLeft":newMargin+"px"},{duration:animTime,easing:ACCORDION_EASING_METHOD});}
continue;}}}
var g_actualSlideImage=0;var g_sliderTimerAutoPlay=null;var g_sliderTimerInterval=4500;var g_sliderAutoPlay=false;var g_sliderNewLoop=false;var g_setBackwardBtnOnLast=false;function accordionPlay()
{if(g_loadedStripCount<g_slidedDivs.length)
{if(true==g_sliderAutoPlay)
{g_sliderTimerAutoPlay=setTimeout(accordionPlay,g_sliderTimerInterval);}
return;}
var timeOut=g_sliderTimerInterval;if(BACKWARD==g_lastSlideMoveDirection)
{g_actualSlideImage++;if(g_actualSlideImage>=g_slidedDivs.length)
{g_actualSlideImage=0;g_sliderNewLoop=true;}}
g_lastSlideMoveDirection=FORWARD;g_setBackwardBtnOnLast=false;if(true==g_sliderNewLoop)
{ribOutWidth=ACCORDION_WIDTH/g_slidedDivs.length;mouseOutAccorOnAll(null);for(var i=0;i<g_slidedDivs.length;i++)
{$j(g_slidedDivs[i].name).stop().animate({marginLeft:(i*ribOutWidth)+"px"},{duration:900,easing:ACCORDION_EASING_METHOD});g_slidedDivs[i].dest=i*ribOutWidth;}
timeOut=g_sliderTimerInterval*2;g_sliderNewLoop=false;g_setBackwardBtnOnLast=true;g_sliderTimerAutoPlay=setTimeout(accordionPlay,timeOut);return;}
mouseOutAccorOnAll(null);mouseOnAccor(g_slidedDivs[g_actualSlideImage].name);g_actualSlideImage++;if(g_actualSlideImage>=g_slidedDivs.length)
{g_actualSlideImage=0;g_sliderNewLoop=true;}
if(true==g_sliderAutoPlay)
{g_sliderTimerAutoPlay=setTimeout(accordionPlay,g_sliderTimerInterval);}}
function setupAccordionAutoPlay()
{if(true==g_sliderAutoPlay)
{g_sliderTimerAutoPlay=setTimeout(accordionPlay,g_sliderTimerInterval);}}
function mouseOnAccor(_this)
{var index=0;for(var i=0;i<g_slidedDivs.length;i++)
{if(("#"+$j(_this).attr('id'))==g_slidedDivs[i].name)
{index=i;break;}}
g_slidedDivs[index].out=0;$j(_this).find(".accordionSlideImage").find("img").stop().animate({opacity:1.0},400);$j(_this).find(".slideStrip").stop().animate({opacity:0.0},300);setMoveForAccordionDivs(index);}
function mouseOutAccor(_this)
{var context=$j('#accordionContainer')[0];$j(_this,context).find(".accordionSlideImage").find("img").stop().animate({opacity:0.0},800,function(){$j(_this,context).find(".slideStrip").stop().animate({opacity:1.0},600);});}
function mouseOutAccorOnAll(excludedID)
{for(var j=0;j<g_slidedDivs.length;j++)
{if(excludedID!=null)
{if(excludedID==g_slidedDivs[j].name)
{continue;}}
if(g_slidedDivs[j].out!=1)
{g_slidedDivs[j].out=1;mouseOutAccor(g_slidedDivs[j].name);}}}
var FORWARD=true;var BACKWARD=false;var g_lastSlideMoveDirection=FORWARD;function setupAccordionControlPanel()
{$j("#accorControlBtnDesc").fadeTo(0,0.0);$j("#accorPlayBtn").click(function()
{g_sliderAutoPlay=!g_sliderAutoPlay;if(false==g_sliderAutoPlay)
{clearTimeout(g_sliderTimerAutoPlay);mouseOutAccorOnAll(null);var ribOutWidth=ACCORDION_WIDTH/g_slidedDivs.length;for(var i=0;i<g_slidedDivs.length;i++)
{$j(g_slidedDivs[i].name).stop().animate({marginLeft:(i*ribOutWidth)+"px"},{duration:900,easing:ACCORDION_EASING_METHOD});g_slidedDivs[i].dest=i*ribOutWidth;}}else
{g_sliderTimerAutoPlay=setTimeout(accordionPlay,g_sliderTimerInterval);}
if(true==g_sliderAutoPlay)
{$j(this).attr("src","img/slider/accordion/control/pause_hover.png");}else
{$j(this).attr("src","img/slider/accordion/control/play_hover.png");}});$j("#accorPlayBtn").click(function()
{$j("#accorControlBtnDesc").text("turn off/on slider auto play").fadeTo("slow",1.0);if(false==g_sliderAutoPlay)
{$j(this).attr("src","img/slider/accordion/control/play_hover.png");}else
{$j(this).attr("src","img/slider/accordion/control/pause_hover.png");}},function()
{if(false==g_sliderAutoPlay)
{$j(this).attr("src","img/slider/accordion/control/play.png");}else
{$j(this).attr("src","img/slider/accordion/control/pause.png")}
$j("#accorControlBtnDesc").stop().fadeTo(0,0.0);});$j("#accorBackBtn").click(function()
{$j("#accorControlBtnDesc").text("previous slide").fadeTo("slow",1.0);$j(this).attr("src","img/slider/accordion/control/back_hover.png");},function()
{$j(this).attr("src","img/slider/accordion/control/back.png");$j("#accorControlBtnDesc").stop().fadeTo(0,0.0);});$j("#accorBackBtn").click(function()
{clearTimeout(g_sliderTimerAutoPlay);if(FORWARD==g_lastSlideMoveDirection)
{g_actualSlideImage--;}
g_lastSlideMoveDirection=BACKWARD;if(false==g_setBackwardBtnOnLast)
{mouseOutAccorOnAll(null);g_actualSlideImage--;if(true==g_sliderNewLoop)
{g_sliderNewLoop=false;}
if(0>g_actualSlideImage)
{if(g_actualSlideImage==-2)
{g_actualSlideImage=g_slidedDivs.length-2;}else
{g_actualSlideImage=g_slidedDivs.length-1;}}
mouseOnAccor(g_slidedDivs[g_actualSlideImage].name);}else
{mouseOutAccorOnAll(null);g_actualSlideImage=g_slidedDivs.length-1;mouseOnAccor(g_slidedDivs[g_actualSlideImage].name);g_setBackwardBtnOnLast=false;}
if(true==g_sliderAutoPlay)
{g_sliderTimerAutoPlay=setTimeout(accordionPlay,g_sliderTimerInterval);}});$j("#accorForwardBtn").click(function()
{$j("#accorControlBtnDesc").text("next slide").fadeTo("slow",1.0);$j(this).attr("src","img/slider/accordion/control/forward_hover.png");},function()
{$j(this).attr("src","img/slider/accordion/control/forward.png");$j("#accorControlBtnDesc").stop().fadeTo(0,0.0);});$j("#accorForwardBtn").click(function()
{clearTimeout(g_sliderTimerAutoPlay);g_sliderNewLoop=false;if(BACKWARD==g_lastSlideMoveDirection)
{g_actualSlideImage++;if(g_actualSlideImage>=g_slidedDivs.length)
{g_actualSlideImage=0;g_sliderNewLoop=true;}}
g_lastSlideMoveDirection=FORWARD;mouseOutAccorOnAll(null);mouseOnAccor(g_slidedDivs[g_actualSlideImage].name);g_actualSlideImage++;if(g_actualSlideImage>=g_slidedDivs.length)
{g_actualSlideImage=0;g_sliderNewLoop=true;}
if(true==g_sliderAutoPlay)
{g_sliderTimerAutoPlay=setTimeout(accordionPlay,g_sliderTimerInterval);}});}
g_loadedSlideCount=0;g_imgList=null;function checkAccordionLoading()
{if(g_loadedSlideCount<g_imgList.length)
{setupLoadingAsynchronousImagesForAccordion();}}
function setupLoadingAsynchronousImagesForAccordion()
{if(g_imgList==null)
{var imgDivsList=$j("#accordionContainer .asyncImgLoadAccordion");g_imgList=new Array;var firstDiv=$j("#accordionContainer .accordionImgDiv:first");var imgDiv=$j(firstDiv).find(".asyncImgLoadAccordion");for(var i=0;i<imgDivsList.length;i++)
{var obj=new Object();obj.id="#"+$j(imgDiv).attr('id');g_imgList.push(obj);firstDiv=$j(firstDiv).next(".accordionImgDiv");imgDiv=$j(firstDiv).find(".asyncImgLoadAccordion");}}
if(g_loadedSlideCount<g_imgList.length)
{g_loadedSlideCount++;loadAccordionImg(g_imgList[g_loadedSlideCount-1].id,g_loadedSlideCount-1);setTimeout(setupLoadingAsynchronousImagesForAccordion,500);}
function loadAccordionImg(id,_index)
{var loader=$j(id);var imagePath=loader.attr('title');var img=new Image();$j(img).css("opacity","0.0").load(function()
{loader.append(this).removeAttr('title');loader.css("background-image","none");$j(this).css("margin","0px").css("opacity","0.0");if(_index==g_hoveredSlideIndex)
{$j(this).animate({opacity:1.0},500);}}).attr('src',imagePath);}}
var g_loadedStripCount=0;var g_stripList=null;
function setupLoadingAsyncSlideStripImages()
{if(g_stripList==null)
{var imgDivsList=$j("#accordionContainer .slideStrip");g_stripList=new Array;var firstDiv=$j("#accordionContainer .accordionImgDiv:first");var imgDiv=$j(firstDiv).find(".slideStrip");for(var i=0;i<imgDivsList.length;i++)
{var obj=new Object();obj.id=imgDiv;g_stripList.push(obj);firstDiv=$j(firstDiv).next(".accordionImgDiv");imgDiv=$j(firstDiv).find(".slideStrip");}}
if(g_loadedStripCount<g_stripList.length)
{loadStripImg(g_stripList[g_loadedStripCount].id,g_loadedStripCount);}else
{}
function loadStripImg(id,_index)
{var loader=$j(id);var imagePath=loader.attr('title');var img=new Image();$j(img).css("opacity","0.0").load(function()
{loader.append(this).removeAttr('title');g_loadedStripCount++;$j(this).css("margin","0px").css("opacity","0.0").animate({opacity:1.0},400,function()
{loader.css("background-image","none");setTimeout(setupLoadingAsyncSlideStripImages,20);});}).attr('src',imagePath);}}
function resettt()
{var ribOutWidth=0;ribOutWidth=ACCORDION_WIDTH/g_slidedDivs.length;for(var i=0;i<g_slidedDivs.length;i++)
{$j(g_slidedDivs[i].name).stop().animate({marginLeft:(i*ribOutWidth)+"px"},{duration:900,easing:ACCORDION_EASING_METHOD});g_slidedDivs[i].dest=i*ribOutWidth;}
mouseOutAccorOnAll(null);}

function arata_recomandare(div)
{
	//alert($sliderlogin(window).width());
	document.getElementById(div).style.display = "block";
	var wide = ($sliderlogin(window).width() / 2) - 150;
    var high = ($sliderlogin(window).height() / 2) - 200;			
    var scrollTop = $sliderlogin(window).scrollTop();
    $sliderlogin("#"+div).css({
        top: high + scrollTop + "px",
        left: wide + "px",
        visibility: "visible"
      }).fadeIn();
}
function inchide_recomandare(div)
{
	document.getElementById(div).style.display = "none";
}
function trimite_recomandare()
{
	var nume =  document.getElementById('nume_meu_contact').value;
	var email = document.getElementById('email_meu_contact').value;
	var emailto = document.getElementById('email_contact').value;
	var mesaj = document.getElementById('mesaj_contact').value;
	var raspuns = document.getElementById('recomandare_raspuns').value;
	$sliderlogin('#eroareform').append('<br><center><img src="http://www.hosty.ro/templates/default/img/ajax-loader.gif" width="128"></center><br>');
	$sliderlogin.ajax({
			 type: "GET",
			  url: '/ajax_send_recomandare.php?email='+email+'&nume='+nume+'&emailto='+emailto+"&mesaj="+mesaj+"&raspuns="+raspuns,
			  dataType: "html",
			  success: function(msg){
			$sliderlogin('#eroareform').empty();
			$sliderlogin('#eroareform').append(msg);
			document.getElementById('email_contact').value = "";
			document.getElementById('email_contact').focus();
			document.getElementById('email_contact').style.backgroundColor = "#F3F781";
			//document.getElementById('mesaj_contact').value = "";
			//incurs = 0;
		   }
			});
}
