
function openWindow(link) {
	newWin = window.open(link);
}

