function openWin(theURL) {
	//alert('openWin.theURL:'+theURL);
	window.open(theURL);
	}