function background(obj, colors) {
obj.style.background = colors;
}

function popup(href) {
	imageWindow = window.open(href, "_blank", "width=400, height=450, resizable=yes, scrollbars=yes");
	}