function openWin(url,name) {
	popupWin = window.open(url,name, 'width=350,height=290,scrollbars,resizable')
	}	