
function showGloss(target) 
	{
	glossWindow=window.open("asthmagloss.html#"+target,"glossary","scrollbars=1,width=460,height=150,top=100,left=12"); 
	glossWindow.focus() 
	}
	
	function showBiog(target) 
	{
	biogWindow=window.open("biography.asp#"+target,"biographies","scrollbars=1,resizable=1,width=670,height=160,top=50,left=12"); 
	biogWindow.focus() 
	}


function showDis(target) 
	{
	disWindow=window.open("diseases.asp#"+target,"Disease","scrollbars=1,width=600,height=320,top=50,left=12"); 
	disWindow.focus() 
	}

