/* 
  ================================================
  PVII TabPanel scripts
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  Version: 1.0.5
  ================================================
*/

var tpa=new Array();
var isIE5=(navigator.appVersion.indexOf("MSIE 5")>-1);
function setTP(){
 var i,h="<sty"+"le type=\"text/css\">\n";h+=".TP_tabs{display: block;}.TPcontent div{display:none;}\n";
 h+=".TPcontent div div{display:block;}\n";if(document.getElementById){for(i=1;i<11;i++){
 h+="#tpc"+i+"_1 {display:block;}\n";}h+="\n<"+"/sty"+"le>";document.write(h);}
}
setTP();
function initTP(){
 var i,j,tb,tD,tP,tA,pb="TP";if(!document.getElementById){return;};tpa=arguments;
 for(i=1;i<11;i++){tb=pb+i;tP=document.getElementById(tb);if(tP){tD=tP.getElementsByTagName("DIV");
 if(tD){for(j=0;j<tD.length;j++){if(tD[j].id&&tD[j].id.indexOf("tpb")==0){
 tA=tD[j].getElementsByTagName("A");if(tA[0]){tA[0].tpn=new Array(i,tD[j].id);
 tA[0].onclick=function(){return TPtrig(this);};}}}}}}
}
function TPtrig(a){
 var i,tD,tA,tC,c,d,sb,an=tpa[1],wP,h,cP,ch,hD,hh;if(typeof(a)!='object'){c=a.replace("tpc","tpb");
 d=document.getElementById(c);if(d){a=d.getElementsByTagName("A")[0];}}if(a.tpn){
 tD=document.getElementById(a.tpn[1]);if(tD){tA=tD.parentNode.getElementsByTagName("A");
 if(an==29&&!isIE5){wP=getCD(a);h=getPH(wP);cP=getTPc(a);ch=getPH(cP);hD=h-ch;
 if(window.opera){setPW(wP);}wP.style.height=h+"px";wP.style.overflow="hidden";}
 for(i=0;i<tA.length;i++){if(tA[i].tpn){sb=tA[i].tpn[1].replace("tpb","tpc");
 tC=document.getElementById(sb);if(tA[i]==a){tA[i].className="down";
 document.getElementById(tA[i].tpn[1]).className="down";if(tC){if(an>0&&an!=29){
 tC.style.visibility="hidden";tC.style.display="block";setTimeout("TPanim('"+tC.id+"')",100);}
 else{tC.style.display="block";}if(an==29&&!isIE5){hh=getPH(tC);TPglide(tC.id,h,hh+hD);}}}
 else{tA[i].className='';document.getElementById(tA[i].tpn[1]).className='';if(tC){
 tC.style.display="none";}}}}}}if(typeof(colH2)=='function'){colH2();}
 if(typeof(colH)=='function'){colH();}return false;
}
function TPanim(iD){
 var i,f,tC,g=new Array(),an=tpa[1],ob=document.getElementById(iD);tC=ob.parentNode;
 if(!tC.filters){ob.style.opacity="0.10";ob.style.visibility='visible';
 TPfadeIn(ob.id,0.00);return;}f='progid:DXImageTransform.Microsoft.';d=' Duration=1';
	g[0]='Fade';
 an=(an>g.length)?3:an;f+=g[an];tC.style.filter=f;if(tC.filters.length<1){
 tpa[1]=0;ob.style.visibility='visible';return;}tC.filters[0].Apply();
 ob.style.visibility='visible';tC.filters[0].Play();
}
function TPfadeIn(id,op){
 var d=document.getElementById(id);op+=.05;op=(op>=1)?1:op;d.style.opacity=op;
 if(op<1){setTimeout("TPfadeIn('"+id+"',"+op+")",60);}
}
function getPH(d){
 var h,nh,dh,oh;d.style.height="auto";oh=d.offsetHeight;d.style.height=oh+"px";
 nh=d.offsetHeight;if(oh!=nh){nh=(oh-(nh-oh));}d.style.height="auto";return nh;
}
function setPW(d){
 var w,nw,dw,ow;d.style.width="auto";ow=d.offsetWidth;d.style.width=ow+"px";
 nw=d.offsetWidth;if(ow!=nw){nw=(ow-(nw-ow));}d.style.width=nw+"px";
}
function getCD(a){
 var g,tP=a.tpn[1].replace("tpb","tpc");g=document.getElementById(tP);return g.parentNode;
}
function getTPc(a){
 var i,tA,cD,tC=null;tA=a.parentNode.parentNode.getElementsByTagName("A");
 for(i=0;i<tA.length;i++){if(tA[i].className && tA[i].className=="down"){
 cD=tA[i].tpn[1].replace("tpb","tpc");tC=document.getElementById(cD);break;}}
 return tC;
}
function TPglide(pn,ch,th){
 var tt,inc,dy=10,w,m;w=document.getElementById(pn).parentNode;m=(ch<=th)?0:1;
 tt=Math.abs(parseInt(Math.abs(th)-Math.abs(ch)));inc=(tt*.15<1)?1:tt*.15;
 inc=(m==1)?inc*-1:inc;w.style.height=ch+"px";
 if(ch==th){w.style.height="auto";w.style.overflow="visible";}else{ch+=inc;
 if(m==0){ch=(ch>=th)?th:ch;}else{ch=(ch<=th)?th:ch;}if(w.tpG){clearTimeout(w.tpG);}
 w.tpG=setTimeout("glide('"+pn+"',"+ch+","+th+")",dy);}
}
