// FADE IN FADE OUT SCRIPTfunction yellowbox() {	opacity('testimonials_showcase', 0, 100, 500)}function yellowboxclose() {	opacity('testimonials_showcase', 100, 0, 50)}function orangebox() {	opacity('body_text', 0, 100, 500)}function orangeboxclose() {	opacity('body_text', 100, 0, 50)}function greenbox() {	opacity('our_industries_showcase', 0, 100, 500)}function greenboxclose() {	opacity('our_industries_showcase', 100, 0, 50)}function mascotbox() {	opacity('mascot_showcase', 0, 100, 500)}function bluebox() {	opacity('find_a_job_showcase', 0, 100, 500)}function blueboxclose() {	opacity('find_a_job_showcase', 100, 0, 50)}