/* rc 31-Aug-01*/
 function openWin(page, windowName, windowFeatures) {
	return window.open(page, "", windowFeatures);
 	}

