
function $(d){
	return document.getElementById(d);
}
function dsp(d,v){
	if(v==undefined){
		if(d!=null)
			return d.style.display;
		else		
			return "none";
	}else{
		if(d!=null)
			d.style.display=v;
		else					
			document.getElementById('other-content').style.display=v;		
	}
}
function sh(d,v){
	if(v==undefined){
		if(dsp(d)!='none'&& dsp(d)!=''){
			return d.offsetHeight;
		}
		viz = d.style.visibility;
		d.style.visibility = 'hidden';
		o = dsp(d);
		dsp(d,'block');
		r = parseInt(d.offsetHeight);
		dsp(d,o);
		d.style.visibility = viz;
		return r;
	}else{
		d.style.height=v;
	}
}
s=7;
t=10;
function ct(d){
	d = $(d);
	if ((document.all) && (navigator.userAgent.indexOf('Opera')== -1)) { eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--)d[c.toString(a)]=k[c]||c.toString(a);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('l(3(d)>k){2=j.i(3(d)/d.h);2=(2<1)?1:2;2=(3(d)-2);3(d,2+\'g\');d.5.4=(2/d.9);d.5.8=\'7(4=\'+(2*6/d.9)+\');\'}f{d.5.4=0;d.5.8=\'7(4=6)\';3(d,0);e(d,\'c\');b(d.a)}',22,22,'||v|sh|opacity|style|100|alpha|filter|maxh|t|clearInterval|none||dsp|else|px|s|round|Math|20|if'.split('|'),0,{})) }
	else {	eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--)d[c.toString(a)]=k[c]||c.toString(a);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('k(3(d)>0){2=j.i(3(d)/d.h);2=(2<1)?1:2;2=(3(d)-2);3(d,2+\'g\');d.6.5=(2/d.4);d.6.f=\'e(5=\'+(2*c/d.4)+\');\'}b{3(d,0);a(d,\'9\');8(d.7)}',21,21,'||v|sh|maxh|opacity|style|t|clearInterval|none|dsp|else|100||alpha|filter|px|s|round|Math|if'.split('|'),0,{}))	}
}
function et(d){	eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--)d[c.toString(a)]=k[c]||c.toString(a);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('d=$(d);j(3(d)<d.2){0=i.h((d.2-3(d))/4);0=(0<1)?1:0;0=(3(d)+0);3(d,0+\'g\');d.6.5=(0/d.2);d.6.9=\'8(5=\'+(0*7/d.2)+\');\'}f{d.6.5=1;e(d,\'c\');d.6.9=\'8(5=7)\';3(d,d.2);b(d.a)}',20,20,'v||maxh|sh||opacity|style|100|alpha|filter|t|clearInterval|block||dsp|else|px|round|Math|if'.split('|'),0,{})) }
function cl(d){
	if(dsp(d)=='block'){
		clearInterval(d.t);
		d.t=setInterval('ct("'+d.id+'")',t);
	}
}


function ex(d){ eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--)d[c.toString(a)]=k[c]||c.toString(a);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('2(d!=c){2(1(d)==\'b\'){1(d,\'a\');d.9.8=\'7\';6(d.0);d.0=5(\'4("\'+d.3+\'")\',0)}}',14,14,'t|dsp|if|id|et|setInterval|clearInterval|0px|height|style|block|none|null|'.split('|'),0,{})) }
function cc(n,v){ eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--)d[c.toString(a)]=k[c]||c.toString(a);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('6(2==l)2=k.j(\'i-h\');g 4=2.5.f(7);e(3=0;3<7.d;3++){6(4[3]==c+2.b){4.a(3,1);2.5=4.9(\' \');8}}',22,22,'||n|p|s1|className|if|s|break|join|splice|tc|v|length|for|split|var|content|other|getElementById|document|null'.split('|'),0,{})) }
function Accordian(d,s,tc,e){
l=$(d).getElementsByTagName('div');
c=[];
for(i=0;i<l.length;i++){
h=l[i].id;
if(h.substr(h.indexOf('-')+1,h.length)=='content'){c.push(h);}
}
sel=null;
for(i=0;i<l.length;i++){
h=l[i].id;
if(h.substr(h.indexOf('-')+1,h.length)=='header' || h.substr(h.indexOf('-')+1,h.length)=='closer'){
d=$(h.substr(0,h.indexOf('-'))+'-content');
d.style.display='none';
d.style.overflow='hidden';
d.maxh =sh(d);
d.s=(s==undefined)? 7 : s;
h=$(h);
h.tc=tc;
h.c=c;
h.onclick = function(){ eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--)d[c.toString(a)]=k[c]||c.toString(a);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('k(i=0;i<3.c.j;i++){2=3.c[i];1=2.h(0,2.g(\'-\'));f(((1+\'-6\')==3.7||(1+\'-5\')==3.7)&&e($(1+\'-d\'))==\'b\'){2=$(1+\'-6\').4;2=$(1+\'-5\').4;a(1)}9{8(1)}}',21,21,'|n|cn|this|className|closer|header|id|collapse|else|expand|none||content|dsp|if|indexOf|substr||length|for'.split('|'),0,{})) }
if(h.className.match(/selected+/)!=undefined){ sel=h;}
}
}
if(sel!=undefined){sel.onclick();}
if (e!=undefined) expand(e);
}
function expand(n) { eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--)d[c.toString(a)]=k[c]||c.toString(a);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('g 1;f($(0+\'-6\'));0=$(0+\'-e\');1=$(0+\'-d\');c(1==b||1==a)1=9.8(\'7-d\');c(0==b||0==a)0=9.8(\'7-6\');5(0,\'4\');0.2=0.2+\' \'+0.3;5(1,\'4\');1.2=1.2+\' \'+1.3;',17,17,'n|n2|className|tc|__|cc|content|home|getElementById|document|null|undefined|if|closer|header|ex|var'.split('|'),0,{})) }
function collapse(n) { cl($(n+'-content')); cc($(n+'-header')); cc($(n+'-closer')); }