// branch is the specific branch to close or open
// the two img_ vars are for the swapImage function
function showSite() {
	document.getElementById("mainDiv").style.display='';
	document.onclick = '';
	document.getElementById("containerDiv").style.cursor='auto';
	document.body.style.cursor='default';
}

function pointerOn() {
	document.body.style.cursor='pointer';
}

function sendmail(t,n,d) { 
	window.location = 'mai' + 'lto:' + n + '@' + d + '.' + t;
}

document.onclick = showSite;