function nycWin(url)
{
	newWindow = window.open(url,"NYC","top=100,left=10,width=720,height=555,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
	newWindow.location.href = url;
	newWindow.focus("NYC")
}


function egWin(url)
{
	newWindow = window.open(url,"NYC","top=100,left=10,width=720,height=425,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
	newWindow.location.href = url;
	newWindow.focus("NYC")
}


function cornellWin(url)
{
	newWindow = window.open(url,"NYC","top=100,left=10,width=800,height=540,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
	newWindow.location.href = url;
	newWindow.focus("NYC")
}

