function dropdown(objectID,opacity)	{if (document.getElementById) document.getElementById(objectID).style.visibility = (opacity) ? "visible" : "hidden";}
function e_mail(recip,domain,stat) {
	com = (stat) ? 'com' : 'org';
	document.write('<a href="mailto:'+recip+'@'+domain+'">'+recip+'@'+domain+'.'+com+'</a>');
}