// JavaScript Document

<!--<script type="text/javascript" src="http://www.shawnolson.net/scripts/public_smo_scripts.js"></script>-->

/*
	function changecss(theClass,element,value) {
	  //Last Updated on June 23, 2009
	  //documentation for this script at
	  //http://www.shawnolson.net/a/503/altering-css-class-attributes-with-javascript.html
	  var cssRules;

	  var added = false;
	  for (var S = 0; S < document.styleSheets.length; S++){

	    if (document.styleSheets[S]['rules']) {
		  	cssRules = 'rules';
	 	} else if (document.styleSheets[S]['cssRules']) {
	  		cssRules = 'cssRules';
	 	} else {
	  		//no rules found... browser unknown
	 	}

	  	for (var R = 0; R < document.styleSheets[S][cssRules].length; R++) {
	    	if (document.styleSheets[S][cssRules][R].selectorText == theClass) {
	    		if(document.styleSheets[S][cssRules][R].style[element]){
	    			document.styleSheets[S][cssRules][R].style[element] = value;
	    			added=true;
					break;
	    		}
	   		}
	  	}
	  	if(!added){
	  		if(document.styleSheets[S].insertRule){
				document.styleSheets[S].insertRule(theClass+' { '+element+': '+value+'; }',document.styleSheets[S][cssRules].length);
			} else if (document.styleSheets[S].addRule) {
				document.styleSheets[S].addRule(theClass,element+': '+value+';');
			}
	  	}
	  }
	}
*/

	function changeClass(project) {
		
		if (project == "tags") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'normal';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';

		}	
		else if (project == "affinity") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'bold';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'bold';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'bold';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';

		}	
		else if (project == "arduino") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'bold';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'bold';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'bold';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'normal';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "ci") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'bold';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'bold';
			document.getElementById('health').style.fontWeight = 'bold';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'normal';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "gui") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'bold';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'bold';
			document.getElementById('folder').style.fontWeight = 'bold';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'normal';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "hifi") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'bold';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'bold';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'bold';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "ill") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'bold';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'bold';
			document.getElementById('health').style.fontWeight = 'bold';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'bold';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'bold';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "java") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'bold';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'bold';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'bold';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "maya") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'bold';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'bold';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'bold';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'bold';
			document.getElementById('squeehod').style.fontWeight = 'normal';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "paper") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'bold';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'bold';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'bold';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'bold';
			document.getElementById('health').style.fontWeight = 'bold';
			document.getElementById('ipod').style.fontWeight = 'bold';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'bold';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "physical") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'bold';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'bold';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'normal';
			//document.getElementById('steth').style.fontWeight = 'bold';
			document.getElementById('volcano').style.fontWeight = 'bold';
		}
		else if (project == "ps") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'bold';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'bold';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'bold';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'bold';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'bold';
			document.getElementById('squeehod').style.fontWeight = 'bold';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "proc") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'bold';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'bold';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'bold';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "proe") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'bold';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'bold';
			document.getElementById('bbr').style.fontWeight = 'normal';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'bold';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'normal';
			//document.getElementById('steth').style.fontWeight = 'bold';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "research") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'bold';
			document.getElementById('robo').style.fontWeight = 'normal';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'bold';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'bold';
			document.getElementById('health').style.fontWeight = 'bold';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'bold';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'bold';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else if (project == "robo") {
			document.getElementById('affinity').style.color = '#335C65';	
			document.getElementById('arduino').style.color = '#335C65';
			document.getElementById('ci').style.color = '#335C65';
			document.getElementById('gui').style.color = '#335C65';
			document.getElementById('hifi').style.color = '#335C65';
			document.getElementById('ill').style.color = '#335C65';
			document.getElementById('java').style.color = '#335C65';
			document.getElementById('maya').style.color = '#335C65';
			document.getElementById('paper').style.color = '#335C65';
			document.getElementById('physical').style.color = '#335C65';
			document.getElementById('ps').style.color = '#335C65';
			document.getElementById('proc').style.color = '#335C65';
			//document.getElementById('proe').style.color = '#335C65';
			document.getElementById('research').style.color = '#335C65';
			document.getElementById('robo').style.color = '#335C65';
			
			//document.getElementById('airport').style.color = '#335C65';
			document.getElementById('bbr').style.color = '#335C65';
			document.getElementById('board').style.color = '#335C65';
			document.getElementById('clock').style.color = '#335C65';
			document.getElementById('cocco').style.color = '#335C65';
			document.getElementById('dental').style.color = '#335C65';
			document.getElementById('folder').style.color = '#335C65';
			document.getElementById('hchp').style.color = '#335C65';
			document.getElementById('health').style.color = '#335C65';
			document.getElementById('ipod').style.color = '#335C65';
			document.getElementById('library').style.color = '#335C65';
			//document.getElementById('monitor').style.color = '#335C65';
			document.getElementById('prop').style.color = '#335C65';
			document.getElementById('rats').style.color = '#335C65';
			document.getElementById('squeehod').style.color = '#335C65';
			//document.getElementById('steth').style.color = '#335C65';
			document.getElementById('volcano').style.color = '#335C65';
			
			
			
			document.getElementById('affinity').style.fontWeight = 'normal';	
			document.getElementById('arduino').style.fontWeight = 'normal';
			document.getElementById('ci').style.fontWeight = 'normal';
			document.getElementById('gui').style.fontWeight = 'normal';
			document.getElementById('hifi').style.fontWeight = 'normal';
			document.getElementById('ill').style.fontWeight = 'normal';
			document.getElementById('java').style.fontWeight = 'normal';
			document.getElementById('maya').style.fontWeight = 'normal';
			document.getElementById('paper').style.fontWeight = 'normal';
			document.getElementById('physical').style.fontWeight = 'normal';
			document.getElementById('ps').style.fontWeight = 'normal';
			document.getElementById('proc').style.fontWeight = 'normal';
			//document.getElementById('proe').style.fontWeight = 'normal';
			document.getElementById('research').style.fontWeight = 'normal';
			document.getElementById('robo').style.fontWeight = 'bold';
			
			//document.getElementById('airport').style.fontWeight = 'normal';
			document.getElementById('bbr').style.fontWeight = 'bold';
			document.getElementById('board').style.fontWeight = 'normal';
			document.getElementById('clock').style.fontWeight = 'normal';
			document.getElementById('cocco').style.fontWeight = 'normal';
			document.getElementById('dental').style.fontWeight = 'normal';
			document.getElementById('folder').style.fontWeight = 'normal';
			document.getElementById('hchp').style.fontWeight = 'normal';
			document.getElementById('health').style.fontWeight = 'normal';
			document.getElementById('ipod').style.fontWeight = 'normal';
			document.getElementById('library').style.fontWeight = 'normal';
			//document.getElementById('monitor').style.fontWeight = 'normal';
			document.getElementById('prop').style.fontWeight = 'normal';
			document.getElementById('rats').style.fontWeight = 'normal';
			document.getElementById('squeehod').style.fontWeight = 'normal';
			//document.getElementById('steth').style.fontWeight = 'normal';
			document.getElementById('volcano').style.fontWeight = 'normal';
		}
		else {
			document.getElementById('s1').style.color = '#335C65';	
		}
		
	/*
		changecss(theClass, element, value);
	*/
	
	}
	

// code courtesy of http://www.cssnewbie.com/showhide-content-css-javascript/
// function used to show/hide sections
function showHide(shID) {
    if (document.getElementById(shID)) {
        if (document.getElementById(shID+'-show').style.display != 'none') {
            document.getElementById(shID+'-show').style.display = 'none';
            document.getElementById(shID).style.display = 'block';
        }
        else {
            document.getElementById(shID+'-show').style.display = 'inline';
            document.getElementById(shID).style.display = 'none';
        }
    }
}

