function setDivHeight(div, height)
{
	//alert(height);
	$(div).css('height', height);
}