

function ws_confirm (manager) {
	msg = 'Connecting to  '+ manager +' now. Would you like to leave our site? ';
	return confirm(msg);
}

