function loadDown(imgObj, button) {
	imgObj.src = "/images/Button_" + button + "_p.jpg";
}
function loadUp(imgObj, button) {
	imgObj.src = "/images/Button_" + button + "_R.jpg";
}
function loadOver(imgObj, button) {
	imgObj.src = "/images/Button_" + button + "_H.jpg";
}
function loadOut(imgObj, button){
	imgObj.src = "/images/Button_" + button + "_R.jpg";
}
function swapImage(name, url) {
	if (document.images) {
		if(document.images[name]) {
			document.images[name].src = "/images/Button_" + url + ".jpg";
		}
	}
}
dm = window.open("Images/SocialSculptures/SS_48_B.jpg")
dm.close()
