function openWindow1() {
newWindow=window.open('Copyright.html', 'a', 'newWin', 'width=500,height=500,status=0,toolbar=0,location=0,scrollbars=yes,resizable=0') 
}
function openWindow2() {
newWindow=window.open('Bio.html', 'b', 'newWin', 'width=500,height=500,status=0,toolbar=0,location=0,scrollbars=auto,resizable=0') 
}
function openWindow3() {
newWindow=window.open('Resume.html', 'c', 'newWin', 'width=500,height=500,status=0,toolbar=0,location=0,scrollbars=auto,resizable=0') 
}
function openWindow4() {
newWindow=window.open('Contact.html', 'd', 'newWin', 'width=500,height=500,status=0,toolbar=0,location=0,scrollbars=auto,resizable=0') 
}
