<!--
		
function windowLaunch() {
var lineage=window.open("","lineage","width=500,height=480,toolbar=no,scrollbars=yes,menubar=no,location=no,directories=no,status=yes,resizable=yes");
lineage.focus();return true; 
				}	
