function e(e1,e2,e3,e4) {
	var ex,a,a2;
	a = e1+"@"+e2;
	a2 = ((e4 != null) && (e4 != '')) ? e4 : a;
	if ((e3 != null) &&(e3 != '')) ex="?"+e3; else ex="";
	document.write('<a href="mailto:'+a+ex+'">'+a2+'</a>')
}
function showSuite(path) {
	win = window.open(path,'hg_pdf','top=0,width=760,height=640,toolbar=0,location=0,status=0,scrollbars=0,resizable=0');
	win.focus();
}