function base_panel(opt) {	document.getElementById("base_panel").style.backgroundImage = "url(http://www.athlete-co.net/wp-content/themes/athlete/bath/" + opt.options[opt.selectedIndex].value + ".png)";}function front_panel(opt) {	document.getElementById("front_panel").style.backgroundImage = "url(http://www.athlete-co.net/wp-content/themes/athlete/bath/" + opt.options[opt.selectedIndex].value + ".png)";}function bathtab(opt) {	document.getElementById("bathtab").style.backgroundImage = "url(http://www.athlete-co.net/wp-content/themes/athlete/bath/" + opt.options[opt.selectedIndex].value + ".png)";}function apron(opt) {	document.getElementById("apron").style.backgroundImage = "url(http://www.athlete-co.net/wp-content/themes/athlete/bath/" + opt.options[opt.selectedIndex].value + ".png)";}function floor(opt) {	document.getElementById("floor").style.backgroundImage = "url(http://www.athlete-co.net/wp-content/themes/athlete/bath/" + opt.options[opt.selectedIndex].value + ".png)";}function base_cabinet(opt) {	document.getElementById("base_cabinet").style.backgroundImage = "url(http://www.athlete-co.net/wp-content/themes/athlete/kitchen/" + opt.options[opt.selectedIndex].value + ".png)";}function marble_sink(opt) {	document.getElementById("marble_sink").style.backgroundImage = "url(http://www.athlete-co.net/wp-content/themes/athlete/kitchen/" + opt.options[opt.selectedIndex].value + ".png)";}function kitchen_panel(opt) {	document.getElementById("kitchen_panel").style.backgroundImage = "url(http://www.athlete-co.net/wp-content/themes/athlete/kitchen/" + opt.options[opt.selectedIndex].value + ".png)";}