	function align_table_now(){

		if (document.getElementById)

			mytab = document.getElementById('altab');

		if (document.all)

			mytab = document.all('altab');

		if (!mytab)

			return false;

		if (screen.width > 1000)

			mytab.width = 523;

	}
