function show(id) {
	document.getElementById(id).style.display = "block";
	
	if (id == 'subnav' ) {
		document.getElementById('tab3').className = "on";
		}
	}
function hide(id) {
	document.getElementById(id).style.display = "none";
	
	if (document.body.id != "school") {
			document.getElementById('tab3').className = "";
			}
	}
	
	
function page(id) {
	document.getElementById(id).className = "on";
	}
	
	
pitzer  = "<strong>Pitzer College</strong> produces engaged socially responsible citizens of the world through an academically rigorous, interdisciplinary liberal arts education emphasizing social justice, intercultural understanding and environmental sensitivity. The meaningful participation of students, faculty and staff in college governance and academic program design is a Pitzer core value. Founded in 1963 as the sixth institution of The Claremont Colleges, Pitzer began as a residential liberal arts campus for women with a curricular emphasis in the social and behavioral sciences. Today, Pitzer enrolls approximately 1,000 female and male students in more than 40 fields of study leading to the bachelor of arts degree. Some of the more popular concentrations are psychology, sociology, political studies, media studies, environmental studies and art."

scripps  = "Founded by newspaper publisher and philanthropist Ellen Browning Scripps in 1926 and named by Forbes magazine as one of the 10 most beautiful college campuses, <strong>Scripps College</strong> emphasizes a challenging core curriculum based on interdisciplinary studies and liberal arts. Requiring a senior thesis based on research in the major, Scripps trains students to think analytically, challenge themselves and innovate. Scripps alumnae attend some of the most prestigious graduate schools in the nation and accept leadership positions in a wide range of fields. Upon graduation about 60% of Scripps graduates enter the work-force, about 25% pursue graduate or professional degrees, and the other 15% embark on fellowships, volunteer opportunities, and other courses of independent study.";

claremont  = "Founded in 1925, <b>Claremont Graduate University</b> is America&rsquo;s only graduate-only, research-extensive university. Our nine graduate schools provide Ph.D.s and masters degrees to about 2200 students in 23 subjects. The CGU community is characterized by unusual diversity, collegiality, and environmental beauty. CGU is one of the seven Claremont Colleges, a consortium built on the Oxford model that The Fiske Guide has called &quot;the most extraordinary assemblage of educational excellence in the nation.&quot; Over two hundred professors from the other Claremont Colleges and from the Claremont School of Theology collaborate in our teaching and research.";

pomona  = "<b>Pomona College</b>, the founding member of The Claremont Colleges, is a leading institution that develops scholarly entrepreneurs who are citizens of the world.  Ranked in <em>Kiplinger's Personal Finance's Best Values in Private Colleges (2010)</em> as number one for the best private liberal arts college, Pomona College is indeed one of the nation's premier liberal arts and sciences institutions.  Pomona is where students from a variety of backgrounds converge and are able to continue their journey of lifelong learning.  These future leaders then go out and are the change agents needed to face the challenges of our complex world.";

keck  = "<b>Keck Graduate Institute's</b> two-year program in applied life sciences culminates in the professional Master of Bioscience degree. Designed to educate leaders for the biotechnology, pharmaceutical, healthcare product and bioagricultural (biosciences) industries, Keck Graduate Institute's interdisciplinary curriculum integrates biological systems, computational biology and bioengineering with management, finance and bioethics. KGI's applied research programs focus on commercializing new discoveries in the life sciences to create products and processes beneficial to society.";

mckenna  = "<b>Claremont McKenna College (CMC) </b>educates its students for thoughtful and productive lives and responsible leadership in economics, government and public affairs. CMC&rsquo;s strong grounding in the liberal arts, together with its emphasis on economics, government, and international relations, attracts students who approach education pragmatically and who intend to make a difference in the world. With this broad-based foundation graduates leave CMC well prepared for the challenges of the 21st century. Many go on to pursue careers in law, business, government, foreign service, international relations, public policy, museum administration, science and education, or to pursue graduate study.";

mudd  = "<strong>Harvey Mudd College (HMC)</strong> is one of the premier math, science and engineering colleges in the nation. HMC is also unique because we are a liberal arts college. We educate engineers, scientists and mathematicians who become leaders in their fields and have a clear understanding of the impact their work has on society. Here’s how we make it work. HMC offers nine math, science, and engineering-based majors, all grounded in a solid core curriculum that includes a healthy dose of humanities and social science courses.";

function copy(id) {
	
	document.getElementById('copy').innerHTML = id;
	
	if (id == pitzer) {
			document.getElementById('arrow').style.top = "70px";
			document.getElementById('desc').style.left = "180px";
			document.getElementById('desc').style.borderRight = "#DC6E1C solid 3px";
			document.getElementById('desc').style.borderBottom = "#DC6E1C solid 3px";
			
			}
	
	if (id == scripps) {
			document.getElementById('arrow').style.top = "170px";
			document.getElementById('desc').style.left = "180px";
			document.getElementById('desc').style.borderRight = "#2B6457 solid 3px";
			document.getElementById('desc').style.borderBottom = "#2B6457 solid 3px";
			}
			
	if (id == claremont) {
			document.getElementById('arrow').style.top = "25px";
			document.getElementById('desc').style.left = "340px";
			document.getElementById('desc').style.borderRight = "#DF3034 solid 3px";
			document.getElementById('desc').style.borderBottom = "#DF3034 solid 3px";
			}
			
	if (id == pomona) {
			document.getElementById('arrow').style.top = "125px";
			document.getElementById('desc').style.left = "340px";
			document.getElementById('desc').style.borderRight = "#2A4793 solid 3px";
			document.getElementById('desc').style.borderBottom = "#2A4793 solid 3px";
			}
			
	if (id == keck) {
			document.getElementById('arrow').style.top = "225px";
			document.getElementById('desc').style.left = "340px";
			document.getElementById('desc').style.borderRight = "#015E89 solid 3px";
			document.getElementById('desc').style.borderBottom = "#015E89 solid 3px";
			}
			
	if (id == mckenna) {
			document.getElementById('arrow').style.top = "70px";
			document.getElementById('desc').style.left = "500px";
			document.getElementById('desc').style.borderRight = "#AB1A38 solid 3px";
			document.getElementById('desc').style.borderBottom = "#AB1A38 solid 3px";
			}
			
	if (id == mudd) {
			document.getElementById('arrow').style.top = "170px";
			document.getElementById('desc').style.left = "500px";
			document.getElementById('desc').style.borderRight = "#B89668 solid 3px";
			document.getElementById('desc').style.borderBottom = "#B89668 solid 3px";
			}

	}

		
