function goThere(){
	var list = document.myForm.family;
	var selected = list.options[list.selectedIndex].value;  
	if (selected == 89){   
	   	window.open('boraginaceae.html','boraginaceae','width=200,height=200,scrollable=no,resizeable=yes,top=300,left=115');    
	   	return false;  
	}  
	else if (selected == 168){
	    	window.open('caryophyllaceae.html','caryophyllaceae','width=200,height=200,scrollable=no,resizeable=yes,top=300,left=115');
	    	return false;  
	}  
	else if (selected == 193){
	    	window.open('ericaceae.html','ericaceae','width=200,height=200,scrollable=no,resizeable=yes,top=300,left=115');
	    	return false;  
	}  
	else if (selected == 217){
	    	window.open('liliaceae.html','liliaceae','width=300,height=200,scrollable=no,resizeable=yes,top=300,left=115');
	    	return false;  
	}  
	else if (selected == 258){
		window.open('ranunculaceae.html','ranunculaceae','width=200,height=200,scrollable=no,resizeable=yes,top=300,left=115');
		return false;
	}
	else if (selected == 241){
		window.open('orchidaceae.html','orchidaceae','width=200,height=200,scrollable=no,resizeable=yes,top=300,left=115');
		return false;
	}
	else{    
		return false;  
	}
}
