
function displayWhere(){
	if (this.style.background ==""){
	this.style.background =="img()";return}
for (i=0;i<subs_array.length;i++){
	var my_sub = document.getElementById(subs_array[i]);
	my_sub.style.display = "none";
	}document.getElementById(the_sub).style.display = "";
}


function noSpam(recip,domain){
	var mail = "mailto:" + recip + "@" + domain;
	window.location.href = mail;
}


function swap(from,to) {
document.images[from].src = to;
}

