/* bw 24-Apr-02*/
 function openWin(page, windowName, windowFeatures) {
	return window.open(page, "", windowFeatures);
 	}

