if (document.images) {

	newon = new Image();
	newon.src = "pictures/S-new2.jpg";
	newoff = new Image();
	newoff.src = "pictures/S-new.jpg ";

}
