
/* 

  ================================================
  PVII Accordian Panel scripts
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  Version: 1.0.8 -build version 28
  ================================================
 
*/

var AB=false;
var ABi=false;
function _setAB(){
	if(!document.getElementById){
		return;
	}
	var h,tA=navigator.userAgent.toLowerCase();
	if(window.opera){
		if(tA.indexOf("opera 5")>-1 || tA.indexOf("opera 6")>-1){
			return;
		}
	}
	h=String.fromCharCode(60,115,116,121,108,101,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,62,46,112,55,65,66,99,111,110,116,101,110,116,123,100,105,115,112,108,97,121,58,110,111,110,101,59,125,60,47,115,116,121,108,101,62);
	h+='\n'+String.fromCharCode(60,33,45,45,91,105,102,32,108,116,101,32,73,69,32,55,93,62,60,115,116,121,108,101,62,46,112,55,65,66,44,46,112,55,65,66,32,100,105,118,123,122,111,111,109,58,49,48,48,37,59,125,60,47,115,116,121,108,101,62,60,33,91,101,110,100,105,102,93,45,45,62);
	h+='\n'+String.fromCharCode(60,33,45,45,91,105,102,32,108,116,101,32,73,69,32,54,93,62,60,115,116,121,108,101,62,46,112,55,65,66,44,46,112,55,65,66,99,111,110,116,101,110,116,44,46,112,55,65,66,116,114,105,103,32,97,123,104,101,105,103,104,116,58,49,37,59,125,60,47,115,116,121,108,101,62,60,33,91,101,110,100,105,102,93,45,45,62);
	document.write(h);
}
_setAB();
function _opAB(){
	var x,c,tC,ab,tB;
	if(document.getElementById){
		ab='ABW'+arguments[0];
		tB=document.getElementById(ab);
		tB.Aba=arguments;
		x=arguments[3];
		if(x>0&&x<11){
			c='ABc'+arguments[0]+'_'+x;
			tC=document.getElementById(c);
			if(tC){
				tC.style.display='block';
			}
		}
		if(!ABi){
			ABi=true;
			if(window.addEventListener){
				window.addEventListener("load",_initAB,false);
			}
			else if(document.addEventListener){
				document.addEventListener("load",_initAB,false);
			}
			else if(window.attachEvent){
				window.attachEvent("onload",_initAB);
			}
			else if(typeof window.onload=='function'){
				var loadit=onload;
				window.onload=function(){
					loadit();
					_initAB();
				};
			}
			else{
				window.onload=_initAB;
			}
		}
	}
}
function _initAB(){
	var i,j,ab,tB,tD,tA,op,ob,tg;
	if(!document.getElementById){
		return;
	}
	for(i=10;i>0;i--){
		ab='ABW'+i;
		tB=document.getElementById(ab);
		if(tB){
			tA=tB.getElementsByTagName("A");
			tg='ABt'+i;
			for(j=0;j<tA.length;j++){
				if(tA[j].id && tA[j].id.indexOf(tg)==0){
					tA[j].onclick=function(){
						return _ABtrig(this);
					};
					tA[j].ABstate=0;
					tA[j].ABpr=ab;
				}
			}
			ob=i+'_'+tB.Aba[3];
			_ABopen(ob);
		}
	}
	AB=true;
	_ABurl();
	_ABauto();
}
function _ABopen(s){
	var a,g,d='ABt'+s;
	a=document.getElementById(d);
	g=s.split("_");
	if(g&&g.length>1&&g[1]==99){
		a=_randAB(g[0]);
	}
	if(g&&g.length>1&&g[1]=='a'){
		_ABall(s);
	}
	else{
		if(a&&a.ABpr){
			if(a.ABstate==0){
				_ABtrig(a);
			}
		}
	}
}
function _ABclose(s){
	var a,d='ABt'+s;
	a=document.getElementById(d);
	if(a&&a.ABpr){
		if(a.ABstate==1){
			_ABtrig(a);
		}
	}
}
function _ABclick(s){
	var a,d='ABt'+s;
	a=document.getElementById(d);
	if(a&&a.ABpr){
		_ABtrig(a);
	}
}
function _randAB(r){
	var i,k,j=0,d,dd,tA,a,rD=new Array();
	dd='ABW'+r;
	d=document.getElementById(dd);
	if(d){
		tA=d.getElementsByTagName("A");
		for(i=0;i<tA.length;i++){
			if(tA[i].ABpr && tA[i].ABpr==dd){
				rD[j]=tA[i].id;
				j++;
			}
		}
		if(j>0){
			k=Math.floor(Math.random()*j);
			a=document.getElementById(rD[k]);
		}
	}
	return a;
}
function _ABall(s){
	var i,m,d,dd,st,et,tA,g=s.split("_");
	if(g&&g.length==2){
		st=parseInt(g[0]);
		if(st){
			et=st+1;
		}
		else{
			st=1;
			et=11;
		}
		m=AB;
		AB=false;
		for(i=st;i<et;i++){
			dd='ABW'+i;
			d=document.getElementById(dd);
			if(d){
				tA=d.getElementsByTagName("A");
				for(j=0;j<tA.length;j++){
					if(tA[j].ABpr && tA[j].ABpr==dd){
						if(g[1]=='a' && tA[j].ABstate==0){
							_ABtrig(tA[j]);
						}
						else if(g[1]=='c' && tA[j].ABstate==1){
							_ABtrig(tA[j]);
						}
					}
				}
			}
		}
		AB=m;
	}
}
function _ABurl(){
	var i,h,s,x,d='pab';
	if(document.getElementById){
		h=document.location.search;
		if(h){
			h=h.replace('?','');
			s=h.split(/[=&]/g);
			if(s&&s.length){
				for(i=0;i<s.length;i+=2){
					if(s[i]==d){
						x=s[i+1];
						if(x){
							_ABopen(x);
						}
					}
				}
			}
		}
		h=document.location.hash;
		if(h){
			x=h.substring(1,h.length);
			if(x && x.indexOf("pab")==0){
				_ABopen(x.substring(3));
			}
		}
	}
}
function _ABtrig(a){
	var i,j=null,op,pD,ad,aT,m=true,cp='ABc'+a.ABpr.substring(a.ABpr.length-1);
	var iD=a.id.replace('t','c'),tD=document.getElementById(iD);
	if(tD){
		m=false;
		pD=document.getElementById(a.ABpr);
		op=pD.Aba;
		if(op[4]==1&&op[1]==1&&a.ABstate==1){
			return m;
		}
		tD=pD.getElementsByTagName("DIV");
		for(i=0;i<tD.length;i++){
			if( tD[i].id && tD[i].id.indexOf(cp)>-1 ){
				if(tD[i].id==iD){
					j=i;
					if( a.className=="ABtrig_down"){
						a.ABstate=0;
						a.className='';
						_ABhide(tD[j],op);
					}
					else{
						a.ABstate=1;
						a.className="ABtrig_down";
						_ABshow(tD[j],op);
					}
				}
				else{
					if(op[1]==1){
						ad=tD[i].id.replace('c','t');
						aT=document.getElementById(ad);
						aT.className='';
						aT.ABstate=0;
						_ABhide(tD[i],op);
					}
				}
			}
		}
	}
	_checkEQH();
	return m;
}
function _checkEQH(){
	if(typeof(_colH2)=='function'){
		_colH2();
	}
	if(typeof(_colH)=='function'){
		_colH();
	}
}
function _ABshow(d,op){
	var h,wd,wP,isIE5=(navigator.appVersion.indexOf("MSIE 5")>-1);
	if(AB&&op[2]==3){
		d.style.display='block';
		_ABfadeIn(d.id,0);
	}
	else if( (AB&&op[2]==1||AB&&op[2]==2) && !isIE5 ){
		wd=d.id.replace("c","w");
		wP=document.getElementById(wd);
		if(_hasOverflow(d)||_hasOverflow(wP)){
			d.style.display='block';
			return;
		}
		wP.style.overflow="hidden";
		wP.style.height="1px";
		d.style.display='block';
		h=d.offsetHeight;
		_ABglide(wd,1,h,op[2]);
	}
	else{
		d.style.display='block';
	}
}
function _ABhide(d,op){
	var h,wd,wP,isIE5=(navigator.appVersion.indexOf("MSIE 5")>-1);
	if((AB&&op[2]==1||AB&&op[2]==2)&&!isIE5){
		wd=d.id.replace("c","w");
		wP=document.getElementById(wd);
		if(d.style.display!="none"){
			if(_hasOverflow(d)||_hasOverflow(wP)){
				d.style.display='none';
				return;
			}
			h=wP.offsetHeight;
			wP.style.overflow="hidden";
			_ABglide(wd,h,0,op[2]);
		}
	}
	else{
		d.style.display='none';
	}
}
function _hasOverflow(ob){
	var s,m;
	if(navigator.userAgent.toLowerCase().indexOf('gecko')>-1){
		s=ob.style.overflow;
		if(!s){
			if(ob.currentStyle){
				s=ob.currentStyle.overflow;
			}
			else if(document.defaultView.getComputedStyle(ob,"")){
				s=document.defaultView.getComputedStyle(ob,"").getPropertyValue("overflow");
			}
		}
	}
	m=(s&&s=='auto')?true:false;
	return m;
}
function _ABfadeIn(id,op){
	var d=document.getElementById(id);
	op+=.05;
	op=(op>=1)?1:op;
	if((navigator.appVersion.indexOf("MSIE")>-1)){
		d.style.filter='alpha(opacity='+op*100+')';
	}
	else{
		d.style.opacity=op;
	}
	if(op<1){
		setTimeout("_ABfadeIn('"+id+"',"+op+")",40);
	}
}
function _ABglide(dd,ch,th,p){
	var w,m,d,wd,wC,tt,dy=10,inc=10,pc=.15;
	d=document.getElementById(dd);
	m=(ch<=th)?0:1;
	if(p==1){
		tt=Math.abs( parseInt( Math.abs(th)-Math.abs(ch) ) );
		inc=(tt*pc<1)?1:tt*pc;
	}
	inc=(m==1)?inc*-1:inc;
	d.style.height=ch+"px";
	if(ch==th){
		if(th==0){
			wd=d.id.replace("w","c");
			wC=document.getElementById(wd);
			wC.style.display="none";
			d.style.height="auto";
		}
		else{
			d.style.height="auto";
		}
		_checkEQH();
	}
	else{
		ch+=inc;
		if(m==0){
			ch=(ch>=th)?th:ch;
		}
		else{
			ch=(ch<=th)?th:ch;
		}
		if(d.abG){
			clearTimeout(d.abG);
		}
		d.abG=setTimeout("_ABglide('"+dd+"',"+ch+","+th+","+p+")",dy);
	}
}
function _ABauto(){
	var i,k,ab,tB,wH,tr,pp;
	wH=window.location.href;
	for(k=1;k<11;k++){
		tr=null;
		ab='ABW'+k;
		tB=document.getElementById(ab);
		if(tB&&tB.Aba[5]&&tB.Aba[5]==1){
			tA=tB.getElementsByTagName('A');
			if(tA){
				for(i=0;i<tA.length;i++){
					if(tA[i].href==wH){
						if(tA[i].ABpr){
							tr=tA[i].id.replace('ABt','');
							break;
						}
						else{
							tA[i].className="ap_currentmark";
							pp=tA[i].parentNode;
							while(pp){
								if(pp.id&&pp.id.indexOf('ABc')==0){
									tr=pp.id.replace('ABc','');
									break;
								}
								pp=pp.parentNode;
							}
							break;
						}
					}
				}
				if(tr){
					_ABopen(tr);
				}
				else{
					if(typeof(ABcm)!='undefined'&&ABcm.length){
						for(i=0;i<ABcm.length;i++){
							if(ABcm[i]&&ABcm[i].length>0){
								if(k==ABcm[i].charAt(0)){
									_ABopen(ABcm[i]);
								}
							}
						}
					}
				}
			}
		}
	}
}
