window.addEvent('domready', function() {
	$('i0').addEvent('click',function() {
		$('i0').set('text', 'info');
		$('i1').load('/z_mail1.html');
		$('i2').load('/z_mail2.html');
	});
	$('w0').addEvent('click',function() {
		$('w0').set('text', 'webmaster');
		$('w1').load('/z_mail1.html');
		$('w2').load('/z_mail2.html');
	});
});

function bad_addressI() {
	if($('i1').innerHTML=='') $('i1').innerHTML = ' [You are using an old browser or have features disabled, so you\'ll have to guess the rest of the address.] ';
}

function bad_addressW() {
	if($('w1').innerHTML=='') $('w1').innerHTML = ' [You are using an old browser or have features disabled, so you\'ll have to guess the rest of the address.] ';
}