function openWin(URL, W) {	var contentsWin = window.open(URL, "popupdata", W);		}