function subWinlifeinfo(theURL){
	window.open(theURL,"win1","resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes,directories=no,status=no,location=yes,width=640");
}
function subWinmap(theURL){
	window.open(theURL,"win2","resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes,directories=no,status=no,location=yes,width=730");
}

