//alert('hellow');
function swp(obj,act){
	switch (act){
	case 1:
		obj.style.backgroundImage='url(/image/navbg1.jpg)';
	break;
	case 2:
		obj.style.backgroundImage='url(/image/navbg2.jpg)';
	break;
	}
}


