// JavaScript Document



	//color: #FFFFFF;

	//font-weight: bold;

	//background-color: #d4d1be;

function showConcentration(concent){

	if (concent == 'pdi'){

		document.getElementById('pdi_title').style.color='#ffffff';

		document.getElementById('pdi_title').style.fontWeight='bold';

		document.getElementById('pdi_title').style.backgroundColor='#d4d1be';

		document.getElementById('pdi_title').style.textDecoration='none';

		document.getElementById('pdi_title').onclick=function changeShowPdi(){hideConcentrations('pdiClose'); };

		document.getElementById('pdi_text').style.display='block';

	}

	if (concent == 'clay'){

		document.getElementById('clay_title').style.color='#ffffff';

		document.getElementById('clay_title').style.fontWeight='bold';

		document.getElementById('clay_title').style.backgroundColor='#d4d1be';

		document.getElementById('clay_title').style.textDecoration='none';

		document.getElementById('clay_title').onclick=function changeShowClay(){hideConcentrations('clayClose'); };

		document.getElementById('clay_text').style.display='block';

	}

	if (concent == 'cg'){

		document.getElementById('cg_title').style.color='#ffffff';

		document.getElementById('cg_title').style.fontWeight='bold';

		document.getElementById('cg_title').style.backgroundColor='#d4d1be';

		document.getElementById('cg_title').style.textDecoration='none';

		document.getElementById('cg_title').onclick=function changeShowCG(){hideConcentrations('cgClose'); };

		document.getElementById('cg_text').style.display='block';

	}

	if (concent == 'metals'){

		document.getElementById('metals_title').style.color='#ffffff';

		document.getElementById('metals_title').style.fontWeight='bold';

		document.getElementById('metals_title').style.backgroundColor='#d4d1be';

		document.getElementById('metals_title').style.textDecoration='none';

		document.getElementById('metals_title').onclick=function changeShowMetals_(){hideConcentrations('metalsClose'); };

		document.getElementById('metals_text').style.display='block';

	}

	if (concent == 'paintings'){

		document.getElementById('paintings_title').style.color='#ffffff';

		document.getElementById('paintings_title').style.fontWeight='bold';

		document.getElementById('paintings_title').style.backgroundColor='#d4d1be';

		document.getElementById('paintings_title').style.textDecoration='none';

		document.getElementById('paintings_title').onclick=function changeShowPaintings(){hideConcentrations('paintingsClose'); }

		document.getElementById('paintings_text').style.display='block';

	}

	if (concent == 'printmaking'){

		document.getElementById('printmaking_title').style.color='#ffffff';

		document.getElementById('printmaking_title').style.fontWeight='bold';

		document.getElementById('printmaking_title').style.backgroundColor='#d4d1be';

		document.getElementById('printmaking_title').style.textDecoration='none';

		document.getElementById('printmaking_title').onclick=function changeShowPrintmaking(){hideConcentrations('printmakingClose'); }

		document.getElementById('printmaking_text').style.display='block';

	}

	if (concent == 'fibers'){

		document.getElementById('fibers_title').style.color='#ffffff';

		document.getElementById('fibers_title').style.fontWeight='bold';

		document.getElementById('fibers_title').style.backgroundColor='#d4d1be';

		document.getElementById('fibers_title').style.textDecoration='none';

		document.getElementById('fibers_title').onclick=function changeShowFibers(){hideConcentrations('fibersClose'); }

		document.getElementById('fibers_text').style.display='block';

	}

	if (concent == 'ceramics'){

		document.getElementById('ceramics_title').style.color='#ffffff';

		document.getElementById('ceramics_title').style.fontWeight='bold';

		document.getElementById('ceramics_title').style.backgroundColor='#d4d1be';

		document.getElementById('ceramics_title').style.textDecoration='none';

		document.getElementById('ceramics_title').onclick=function changeShowCeramics(){hideConcentrations('ceramicsClose'); }

		document.getElementById('ceramics_text').style.display='block';

	}

}



function hideConcentrations(concent){

	if (concent != 'pdi'){

		document.getElementById('pdi_title').style.color='';

		document.getElementById('pdi_title').style.fontWeight='';

		document.getElementById('pdi_title').style.backgroundColor='';

		document.getElementById('pdi_title').style.textDecoration='underline';

		document.getElementById('pdi_title').onclick=function changeHidePdi(){hideConcentrations('pdi');showConcentration('pdi'); };

		document.getElementById('pdi_text').style.display='none';

	}

	if (concent != 'clay'){

		document.getElementById('clay_title').style.color='';

		document.getElementById('clay_title').style.fontWeight='';

		document.getElementById('clay_title').style.backgroundColor='';

		document.getElementById('clay_title').style.textDecoration='underline';

		document.getElementById('clay_title').onclick=function changeHideClay(){hideConcentrations('clay');showConcentration('clay'); };

		document.getElementById('clay_text').style.display='none';

	}

	if (concent != 'cg'){

		document.getElementById('cg_title').style.color='';

		document.getElementById('cg_title').style.fontWeight='';

		document.getElementById('cg_title').style.backgroundColor='';

		document.getElementById('cg_title').style.textDecoration='underline';

		document.getElementById('cg_title').onclick=function changeHideCG(){hideConcentrations('cg');showConcentration('cg'); };

		document.getElementById('cg_text').style.display='none';

	}

	if (concent != 'metals'){

		document.getElementById('metals_title').style.color='';

		document.getElementById('metals_title').style.fontWeight='';

		document.getElementById('metals_title').style.backgroundColor='';

		document.getElementById('metals_title').style.textDecoration='underline';

		document.getElementById('metals_title').onclick=function changeHideMetals(){hideConcentrations('metals');showConcentration('metals'); };

		document.getElementById('metals_text').style.display='none';

	}

	if (concent != 'paintings'){

		document.getElementById('paintings_title').style.color='';

		document.getElementById('paintings_title').style.fontWeight='';

		document.getElementById('paintings_title').style.backgroundColor='';

		document.getElementById('paintings_title').style.textDecoration='underline';

		document.getElementById('paintings_title').onclick=function changeHidePaintings(){hideConcentrations('paintings');showConcentration('paintings'); };

		document.getElementById('paintings_text').style.display='none';

	}

	if (concent != 'printmaking'){

		document.getElementById('printmaking_title').style.color='';

		document.getElementById('printmaking_title').style.fontWeight='';

		document.getElementById('printmaking_title').style.backgroundColor='';

		document.getElementById('printmaking_title').style.textDecoration='underline';

		document.getElementById('printmaking_title').onclick=function changeHidePrintmaiking(){hideConcentrations('printmaking');showConcentration('printmaking'); };

		document.getElementById('printmaking_text').style.display='none';

	}

	if (concent != 'fibers'){

		document.getElementById('fibers_title').style.color='';

		document.getElementById('fibers_title').style.fontWeight='';

		document.getElementById('fibers_title').style.backgroundColor='';

		document.getElementById('fibers_title').style.textDecoration='underline';

		document.getElementById('fibers_title').onclick=function changeHideFibers(){hideConcentrations('fibers');showConcentration('fibers'); };

		document.getElementById('fibers_text').style.display='none';

	}

	if (concent != 'ceramics'){

		document.getElementById('ceramics_title').style.color='';

		document.getElementById('ceramics_title').style.fontWeight='';

		document.getElementById('ceramics_title').style.backgroundColor='';

		document.getElementById('ceramics_title').style.textDecoration='underline';

		document.getElementById('ceramics_title').onclick=function changeHideCeramics(){hideConcentrations('ceramics');showConcentration('ceramics'); };

		document.getElementById('ceramics_text').style.display='none';

	}

	

}