// JavaScript Document
// -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
boxw01mo = new Image();
boxw01mo.src = "templates/xtc_webpat/gfx/boxw_01_mo.png";
function boxwchangeheader(state) {
	switch (state) {
		  case "1":
		    document.getElementById('boxwheadgfx').style.backgroundImage = "url(templates/xtc_webpat/gfx/boxw_01.png)";
		    break;
		  case "2":
		    document.getElementById('boxwheadgfx').style.backgroundImage = "url("+boxw01mo.src+")";
		    break;
	}
}
