function advertiseImgOver(id){
	
	id.style.background="#000000";
}
function advertiseImgOut(id){

	id.style.background="";
}