function pageOn(id){
							
							document.getElementById(id).style.width = "1025px";
							document.getElementById(id).style.height = "590px";
							}
							
						function pageOff(id){
							
							document.getElementById(id).style.width = "1px";
							document.getElementById(id).style.height = "1px";
							}
							
							
						function navColorOn(id){
							
							document.getElementById(id).style.color = "#068d70";
							
							}
							
						function navColorOff(id){
							
							document.getElementById(id).style.color = "";
							
							}
							
							function navColorHome(id){
							
							document.getElementById(id).style.color = "#000000";
							
							}
							
						function navHover(id){
							
							
							
							document.getElementById(id).style.color = "#068d70";
							
						
							
							}
							
						function navHoverOut(id){
							
							document.getElementById(id).style.color = "#000000";
							
							}
							
							
							


function flashOn(id){
							
							document.getElementById(id).style.width = "500px";
							document.getElementById(id).style.height = "578px";
							
							}
							
							
function flashOff(id){
							
							document.getElementById(id).style.width = "1px";
							document.getElementById(id).style.height = "1px";
							
							}
