function meretez(div1, div2){
	    document.getElementById(div1).style.height= ((document.getElementById(div2).offsetHeight+4)+'px');
}
