var x=160;var y=120;var url = "http://www.exceededucation.com/www/eehome.nsf";var thisSectionImage;		if( document.images ) {	var images = new Object();				images["home"] = new Image(x, y);	images["home"].src = url + "//section_home.jpg";	images["about"] = new Image(x, y);	images["about"].src = url + "//section_about.jpg";	images["career"] = new Image(x, y);	images["career"].src = url + "//section_career.jpg";	images["certification"] = new Image(x, y);	images["certification"].src = url + "//section_certification.gif";	images["classroom"] = new Image(x, y);	images["classroom"].src = url + "//section_classroom_rentals.jpg";	images["contact"] = new Image(x, y);	images["contact"].src = url + "//section_contact.jpg";	images["courses"] = new Image(x, y);	images["courses"].src = url + "//section_courses.jpg";	images["locations"] = new Image(x, y);	images["locations"].src = url + "//section_locations.jpg";	images["mail_list"] = new Image(x, y);	images["mail_list"].src = url + "//section_mail_list.jpg";	images["news"] = new Image(x, y);	images["news"].src = url + "//section_news.jpg";	images["offerings"] = new Image(x, y);	images["offerings"].src = url + "//section_offerings.jpg";	images["onsite"] = new Image(x, y);	images["onsite"].src = url + "//section_onsite.jpg";	images["partners"] = new Image(x, y);	images["partners"].src = url + "//section_partners.jpg";	images["promotions"] = new Image(x, y);	images["promotions"].src = url + "//section_promotions.gif";	images["redhat_assess"] = new Image(x, y);	images["redhat_assess"].src = url + "//section_redhat_assess.gif";	images["savings"] = new Image(x, y);	images["savings"].src = url + "//section_savings.jpg";	images["seminars"] = new Image(x, y);	images["seminars"].src = url + "//section_seminars.jpg";	images["sun_tlp"] = new Image(x, y);	images["sun_tlp"].src = url + "//section_sun_tlp.gif";}		function setImage(section){	if( document.images) {		document.getElementById("section-image").src = images[section].src;	}			}