function setMail(which) {
	d_url = 'http://mercury2011.org/DCD_email.php?'+encodeURIComponent(which);
	document.getElementById("emlr").src=d_url;
	//alert(d_url);
	//mywindow=window.open(d_url,'mail2',"width=10,height=10,location=no,menubar=0,status=0,scrollbars=0,toolbar=0,resizable=0,top=1,left=1");
	//setTimeout("mywindow.close()",1); 
}
/*
window.onload = function() {
	if (!document.getElementsByTagName) return false;
		var links = document.getElementsByTagName("a");
		for (var i=0; i<links.length; i++) {
			if (links[i].getAttribute("href").match('http://www.') == "http://www.") {
				links[i].onclick = function() {
				return !window.open(this.href);
			}
		}
	}
}
*/
