function fnWidth() {
	tg = document.getElementById('content');
	if (document.documentElement.clientWidth>995) {
		tg.width = "955";
	} else {
		tg.width = "100%";
	}
}
