if (document.images) {	img1 = new Image(); img1.src = "image/btn_profile_s.gif";	img2 = new Image(); img2.src = "image/btn_recruit_s.gif";}function setImage(img, image) {	if (img) {		img.src = image;	}}
