/* 	***************************************************************************
	PHENOTYPE POPUP
	*************************************************************************** */	

	function phenotype(url) {
		var me = window.open(url ,"phenotype"," width=580, height=590, directories=no, location=no, menubar=no, scrollbars=no, status=no, toolbar=no, resizable=no");
		me.focus(); void(0);
	}
