
$(document).ready(function() {
	//i_utils.js
	CheckIframe();
	mapBaseActions();
	
	//alert($("#content div.text").height());
	
	if ($("#content div.text").height()<559) {
		$("#content div.text").css('height','559px');
	}
});
