/* 
 PVII Equal CSS Columns scripts Copyright (c) 2005 Project Seven Development
 www.projectseven.com Version: 2.1.0 (fixed/speed improvement by Blog-City Sep2006)
*/
function P7_colH2(){ //v2.1.0 by PVII-www.projectseven.com
 var i,oh,h=0,tg,el,np,dA=document.p7eqc,an=document.p7eqa;
 if(dA&&dA.length){
  for(i=1;i<dA.length;i+=2){dA[i+1].style.paddingBottom='';}
  for(i=1;i<dA.length;i+=2){oh=dA[i].offsetHeight;h=(oh>h)?oh:h;}

  for(i=1;i<dA.length;i+=2){
 	 oh=dA[i].offsetHeight;
 	 if(oh<h){dA[i+1].style.paddingBottom=(h-oh)+"px";}
  }
  document.p7eqa=1;
  document.p7eqth=document.body.offsetHeight;
  document.p7eqtw=document.body.offsetWidth;
 }
}

function P7_eqT2(){ if(document.p7eqth!=document.body.offsetHeight||document.p7eqtw!=document.body.offsetWidth){P7_colH2();} }

function P7_equalCols2(){
 var i,c,e,el;
 if(document.getElementById){
 	document.p7eqc=new Array();
	document.p7eqc[0]=arguments[0];
	for(i=1;i<arguments.length;i+=2){
	 el=null; c=document.getElementById(arguments[i]);
	 if(c){el = document.getElementById( arguments[i] + "b" ); if(c&&el){document.p7eqc[document.p7eqc.length]=c;document.p7eqc[document.p7eqc.length]=el;}}
  }
 }
 setInterval("P7_eqT2()",10);
}