function openNewWindow() {
popupWin = window.open('/microsite/index.html','open_window','menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=920, height=700')
	}

