function makeRotatorVisible() {
	document.getElementById("rotator").style.visibility = 'visible';
	document.getElementById("rotator").style.height = '500px';
}
