if (top.location != self.location)
	{
	top.location =  self.location
	}

leftPos = 0
if (screen)
	{
	leftPos = screen.width-500
	}

function newWindow0()
	{
foundWindow = window.open('', 'foundWin', 'toolbar=no, location=no, scrollbars=no, resizable=no, width=430, height=340, left='+leftPos+', top=0')

foundWindow.document.write("<html><head><title>Joseph and May Winston Photograph<\/title><link rel='stylesheet' href='support/common.css' type='text/css'><\/head><body><h3 align='center'>Joseph and May Winston<\/h3><img src='images/joseph and may.jpg' border='0' alt='Joseph and May Winston'><\/body><\/html>")
	}	
	
function newWindow1()
	{
bguWindow = window.open('', 'bguWin', 'toolbar=no, location=no, scrollbars=no, resizable=no, width=320, height=380, left='+leftPos+', top=300')

bguWindow.document.write("<html><head><title>Ben-Gurion University of the Negev Photograph<\/title><link rel='stylesheet' href='support/common.css' type='text/css'><\/head><body><h3 align='center'>Ben-Gurion University of the Negev<\/h3><img src='images/bgu_campus.jpg' border='0' alt='Ben-Gurion University of the Negev'><\/body><\/html>")
	}	

function newWindow2()
	{
wolfWindow = window.open('', 'wolfWin', 'toolbar=no, location=no, scrollbars=no, resizable=no, width=320, height=240, left='+leftPos+', top=0')

wolfWindow.document.write("<html><head><title>Wolftrap Center for Education Photograph<\/title><link rel='stylesheet' href='support/common.css' type='text/css'><\/head><body><h3 align='center'>Wolftrap Center for Education<\/h3><img src='images/wolftrap.jpg' border='0' alt='Wolftrap Center for Education'><\/body><\/html>")
	}

// end hiding script from old browsers -->
