<!--//
function unmung(tld,dom2,dom1,recip,link_str)
{
	var link = recip+'&#64;'+dom1+dom2+tld;
	if(link_str=='') link_str = link;
	document.write('<a href="mailto:'+link+'">'+link_str+'</a>');
}
function openFrame(pic,title)
{
	optStr = 'resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,width=100,height=100,top=20,left=20'
	title=escape(title)
	pic=escape(pic)
	picWindow = window.open('/lib/site_code/picture_frame.asp?picture='+pic+'&title='+title,'picWindow',optStr)
}
//-->
