function showName() {
	window.status = event.srcElement.innerText;
	return true;
}

function newwind(theUrl, wd, hg)
{ 
newPage=window.open(theUrl,"life","resizable=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,width=" + wd + ",height=" + hg);
}


