function openWin(winURL, winName, winFeatures) {
	var myWin = window.open(winURL, winName, winFeatures);
	return false;
}
