  function blue(i){
    		if (i == 0){
    		document.getElementsByName('Strategic EA')[0].src = '../wordpress/wp-content/themes/SemanticTheme/img/Strategic EA - Blue.png';}
    	    if (i == 1){
    	    document.getElementsByName('Semantic MDM')[0].src = '../wordpress/wp-content/themes/SemanticTheme/img/Semantic MDM - Blue.png';}
    		if (i == 2){
    		document.getElementsByName('Semantic SOA')[0].src = '../wordpress/wp-content/themes/SemanticTheme/img/Semantic SOA - Blue.png';}
    		}
    function reg(i){
    	    if (i == 0){
    	    document.getElementsByName('Strategic EA')[0].src = '../wordpress/wp-content/themes/SemanticTheme/img/Strategic EA.png';}
			if (i == 1){
			document.getElementsByName('Semantic MDM')[0].src = '../wordpress/wp-content/themes/SemanticTheme/img/Semantic MDM.png';}
    		if (i == 2){
    		document.getElementsByName('Semantic SOA')[0].src = '../wordpress/wp-content/themes/SemanticTheme/img/Semantic SOA.png';}
    }
