function EM(name,domain,type,subject)
	{
	if (name && domain && type)
		{
		document.write('<a href=mailto:'+name+'@'+domain+'.'+type);
		if (subject)
			{document.write('?subject='+subject);}
		document.write('>'+name+'@'+domain+'.'+type+'</a>');
		}
	return true;
	} 

function Brochure(Language)
	{
	var Title="Introducing_Law_Offices_of_Peter_C_Hansen_LLC.pdf";
	if (Language=="French")
		{Title="Introduction_au_Cabinet_Hansen.pdf";}

	document.location.href="/Publications/Practice/"+Title;
	return true;
	}


