/* 
  ------------------------------------------------
  PVII Equal CSS Columns scripts -Version 2
  Copyright (c) 2005 Project Seven Development
  www.projectseven.com
  Version: 2.1.0
  ------------------------------------------------
*/
function P8_colH2(){ //v2.1.0 by PVII-www.projectseven.com
 var j,om,g=0,rg,em,no,dB=document.p8eqc,ax=document.p8eqa;if(dB&&dB.length){
 for(j=1;j<dB.length;j+=2){dB[j+1].style.paddingBottom='';}for(j=1;j<dB.length;j+=2){
 om=dB[j].offsetHeight;g=(om>g)?om:g;}for(j=1;j<dB.length;j+=2){om=dB[j].offsetHeight;
 if(om<g){no=g-om;if(!ax&&dB[0]==1){P8_eqA2(dB[j+1].id,0,no);}else{
 dB[j+1].style.paddingBottom=no+"px";}}}document.p8eqa=1;
 document.p8eqth=document.body.offsetHeight;
 document.p8eqtw=document.body.offsetWidth;}
}
function P8_eqT2(){ //v2.1.0 by PVII-www.projectseven.com
 if(document.p8eqth!=document.body.offsetHeight||document.p8eqtw!=document.body.offsetWidth){P8_colH2();}
}
function P8_equalCols2(){ //v2.1.0 by PVII-www.projectseven.com
 var b,f,em;if(document.getElementById){document.p8eqc=new Array();
 document.p8eqc[0]=arguments[0];for(j=1;j<arguments.length;j+=2){em=null;
 b=document.getElementById(arguments[j]);if(b){f=b.getElementsByTagName(arguments[j+1]);
 if(f){em=f[f.length-1];if(!em.id){em.id="p8eq"+j;}}}if(b&&em){
 document.p8eqc[document.p8eqc.length]=b;document.p8eqc[document.p8eqc.length]=em}}
 setInterval("P7_eqT2()",10);}
}
function P8_eqA2(em,p,pt){ //v2.1.0 by PVII-www.projectseven.com
 var sp=10,inc=20,g=document.getElementById(em);no=(p>=pt)?pt:p;
 g.style.paddingBottom=no+"px";if(no<pt){no+=inc;
 setTimeout("P8_eqA2('"+em+"',"+no+","+pt+")",sp);}
}