function SeeAnswers(){
msg=window.open("","msg","toolbar=no,directories=no,menubar=no,width=175,height=325") 
   msg.document.write("<head><title>Score</title></head>")
   msg.document.write("<BODY onBlur=window.close() bgcolor='#FFFFCC' text='black'>")
   msg.document.write("<center>"+ "All pictures are of the same person - Dinah Shore!  Picture at left was taken in late 1930s, Middle one in 40's Unknown date for the one at the right<P>" + "<IMG SRC='dshore4.jpg' WIDTH=123 HEIGHT=133 ALT='Dinah Shore'><BR CLEAR=all><B>Dinah Shore</B>" + "</CENTER>")
}

