function bigmake2() {

	if (document.body.offsetWidth > 900) {

	var fadebar = document.getElementById("fadebar");
	fadebar.style.top = "28%";

	var copyright = document.getElementById("copyright");
	copyright.style.top = "60%";

	var imagelink = document.getElementById("imagelinks");
	imagelink.style.top = "58%";
	imagelink.style.left = "2%";

	var indexcopy = document.getElementById("indexcopy");
	indexcopy.style.top = "61%";
	indexcopy.style.left = "29%";

	var voice = document.getElementById("voice");
	voice.style.height = "15%";
	voice.style.width = "70%";
	voice.style.top = "34%";
	voice.style.left = "2%";
	voice.style.align = "left";

	}

	}


