function openWin(url,name) {

	popupWin = window.open(url,name, 'width=300,height=500,scrollbars,resizable')

	}	