﻿theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}
function fenbianlv()
		{
			var width = window.screen.width;
			if(width<=1024)
			{
				document.all.body_div.style.posLeft=0;
			}
			else
			{
				document.all.body_div.style.posLeft=(width-1024)/2;
			}

		}
