
function openNewWindow(link) {
	popupWin = window.open(''+link,'open_window','menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=800, height=600, left=0, top=0')
}
