function ccls() {
var c1=document.getElementById("col-1");
var c2=document.getElementById("col-2");

if (c1.offsetHeight<c2.offetHeight) {
c1.style.height=c2.offetHeight="px";

}


}

function changeSelect( index ) {
document.getElementById('area').selectedIndex = index;
}


function printcard(id) {
var url="/print/"+id;
window.open(url,"propertycard",'left=0,top=0,width=1020,height=760,scrollbars=yes');
}



onload=ccls;
