function showHideWithImg(a,c){var d=document.getElementById(a);var b=document.getElementById(c);if(d.style.display=="none"){d.style.display="block";b.src="http://a248.e.akamai.net/f/248/45219/1d/www.cordonbleu.edu/GlobalIncludes/frontend/images/LeftNav/upArrow.gif"}else{d.style.display="none";b.src="http://a248.e.akamai.net/f/248/45219/1d/www.cordonbleu.edu/GlobalIncludes/frontend/images/LeftNav/downArrow.gif"}}function showHideElement(a,c){var b=document.getElementById(a);if(c){b.style.display="block"}else{b.style.display="none"}}function showHideElementAuto(a){var b=document.getElementById(a);if(b.style.display=="none"){b.style.display="block"}else{b.style.display="none"}};
