function change(x,y){
	document.images[x].src = eval(y).src;
}
function ChangeW3Cbg(obj, Color){
	if (!document.getElementById) return;
	obj.style.backgroundColor = Color
}
function mpaLink(url, target){
	window.open(url, (target!="")? target:"_self");
}
