function rateEmployee ( sName ) {
	url = www_path_surveys + "/Employee?OpenForm&Employee=" + sName + "&display=noheader";
	showPopWin( url , 600, 500, null);
}
