// JavaScript Document

var cnt = document.getElementById('content');
var h = cnt.childNodes[1].offsetHeight;

if(h>568) {
	cnt.style.width = 425;
}