function showGlossary() 
	{	
		Lightview.show({
		  href: 'glossary/glossary_aha.html',
		  title: '',
		  caption: '',
		  options: { width: 790, height: 510 }
		});
	}
	
function showWebEvent() 
	{	
		
		window.open("webcast-v1.4/index.html","webevent","location=0,status=0,scrollbars=0,width=810,height=550"); 
		
	}