function bgPul(target,del){
	if(!del){
		document.getElementById(target).style.backgroundColor = "#DEB700"; //'url('+bg.src+')'; ///images/int/bgPul2.gif
	}else{
		document.getElementById(target).style.backgroundColor = "#11682B"; //'url('+bg2.src+')';
	}
}
