function openWin(url,name) {
	popupWin = window.open(url,name, 'width=600,height=400,scrollbars,resize')
	}	